[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. 71094 1726886266.16647: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-ckH executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 71094 1726886266.17168: Added group all to inventory 71094 1726886266.17170: Added group ungrouped to inventory 71094 1726886266.17182: Group all now contains ungrouped 71094 1726886266.17185: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 71094 1726886266.51621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 71094 1726886266.51907: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 71094 1726886266.51934: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 71094 1726886266.52005: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 71094 1726886266.52300: Loaded config def from plugin (inventory/script) 71094 1726886266.52302: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 71094 1726886266.52352: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 71094 1726886266.52663: Loaded config def from plugin (inventory/yaml) 71094 1726886266.52666: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 71094 1726886266.52770: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 71094 1726886266.53908: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 71094 1726886266.53915: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 71094 1726886266.53918: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 71094 1726886266.53925: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 71094 1726886266.53930: Loading data from /tmp/storage-Fxb/inventory.yml 71094 1726886266.53993: /tmp/storage-Fxb/inventory.yml was not parsable by auto 71094 1726886266.54267: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 71094 1726886266.54311: Loading data from /tmp/storage-Fxb/inventory.yml 71094 1726886266.54395: group all already in inventory 71094 1726886266.54403: set inventory_file for managed_node1 71094 1726886266.54407: set inventory_dir for managed_node1 71094 1726886266.54408: Added host managed_node1 to inventory 71094 1726886266.54412: Added host managed_node1 to group all 71094 1726886266.54413: set ansible_host for managed_node1 71094 1726886266.54414: set ansible_ssh_extra_args for managed_node1 71094 1726886266.54418: set inventory_file for managed_node2 71094 1726886266.54421: set inventory_dir for managed_node2 71094 1726886266.54421: Added host managed_node2 to inventory 71094 1726886266.54423: Added host managed_node2 to group all 71094 1726886266.54423: set ansible_host for managed_node2 71094 1726886266.54424: set ansible_ssh_extra_args for managed_node2 71094 1726886266.54427: set inventory_file for managed_node3 71094 1726886266.54429: set inventory_dir for managed_node3 71094 1726886266.54429: Added host managed_node3 to inventory 71094 1726886266.54431: Added host managed_node3 to group all 71094 1726886266.54431: set ansible_host for managed_node3 71094 1726886266.54432: set ansible_ssh_extra_args for managed_node3 71094 1726886266.54435: Reconcile groups and hosts in inventory. 71094 1726886266.54438: Group ungrouped now contains managed_node1 71094 1726886266.54440: Group ungrouped now contains managed_node2 71094 1726886266.54441: Group ungrouped now contains managed_node3 71094 1726886266.54735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 71094 1726886266.55065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 71094 1726886266.55119: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 71094 1726886266.55149: Loaded config def from plugin (vars/host_group_vars) 71094 1726886266.55151: 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) 71094 1726886266.55161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 71094 1726886266.55169: 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) 71094 1726886266.55216: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 71094 1726886266.55982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886266.56288: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 71094 1726886266.56335: Loaded config def from plugin (connection/local) 71094 1726886266.56339: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 71094 1726886266.57896: Loaded config def from plugin (connection/paramiko_ssh) 71094 1726886266.57901: 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) 71094 1726886266.60195: 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) 71094 1726886266.60240: Loaded config def from plugin (connection/psrp) 71094 1726886266.60244: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 71094 1726886266.62048: 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) 71094 1726886266.62108: Loaded config def from plugin (connection/ssh) 71094 1726886266.62113: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 71094 1726886266.67295: 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) 71094 1726886266.67353: Loaded config def from plugin (connection/winrm) 71094 1726886266.67358: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 71094 1726886266.67398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 71094 1726886266.67477: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 71094 1726886266.67559: Loaded config def from plugin (shell/cmd) 71094 1726886266.67562: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 71094 1726886266.67597: 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) 71094 1726886266.67680: Loaded config def from plugin (shell/powershell) 71094 1726886266.67683: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 71094 1726886266.67743: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 71094 1726886266.67946: Loaded config def from plugin (shell/sh) 71094 1726886266.67950: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 71094 1726886266.68000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 71094 1726886266.68138: Loaded config def from plugin (become/runas) 71094 1726886266.68141: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 71094 1726886266.68338: Loaded config def from plugin (become/su) 71094 1726886266.68340: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 71094 1726886266.68522: Loaded config def from plugin (become/sudo) 71094 1726886266.68525: 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 71094 1726886266.68604: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml 71094 1726886266.69967: trying /usr/local/lib/python3.12/site-packages/ansible/modules 71094 1726886266.74275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 71094 1726886266.74419: in VariableManager get_vars() 71094 1726886266.74452: done with get_vars() 71094 1726886266.74495: in VariableManager get_vars() 71094 1726886266.74514: done with get_vars() 71094 1726886266.74573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 71094 1726886266.74586: 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 71094 1726886266.74920: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 71094 1726886266.75128: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 71094 1726886266.75130: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 71094 1726886266.75165: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 71094 1726886266.75189: 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) 71094 1726886266.75387: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 71094 1726886266.75450: Loaded config def from plugin (callback/default) 71094 1726886266.75452: 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) 71094 1726886266.76834: Loaded config def from plugin (callback/junit) 71094 1726886266.76838: 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) 71094 1726886266.76893: 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) 71094 1726886266.76966: Loaded config def from plugin (callback/minimal) 71094 1726886266.76969: 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) 71094 1726886266.77009: 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) 71094 1726886266.77073: Loaded config def from plugin (callback/tree) 71094 1726886266.77076: 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 71094 1726886266.77206: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 71094 1726886266.77209: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_fatals_raid_volume.yml ***************************************** 1 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml 71094 1726886266.77234: in VariableManager get_vars() 71094 1726886266.77250: done with get_vars() 71094 1726886266.77257: in VariableManager get_vars() 71094 1726886266.77270: done with get_vars() 71094 1726886266.77275: variable 'omit' from source: magic vars 71094 1726886266.77314: in VariableManager get_vars() 71094 1726886266.77330: done with get_vars() 71094 1726886266.77351: variable 'omit' from source: magic vars PLAY [Test raid volume fatal errors] ******************************************* 71094 1726886266.78743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 71094 1726886266.79006: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 71094 1726886266.79326: getting the remaining hosts for this loop 71094 1726886266.79328: done getting the remaining hosts for this loop 71094 1726886266.79332: getting the next task for host managed_node1 71094 1726886266.79335: done getting next task for host managed_node1 71094 1726886266.79337: ^ task is: TASK: Gathering Facts 71094 1726886266.79339: ^ 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 71094 1726886266.79346: getting variables 71094 1726886266.79347: in VariableManager get_vars() 71094 1726886266.79361: Calling all_inventory to load vars for managed_node1 71094 1726886266.79364: Calling groups_inventory to load vars for managed_node1 71094 1726886266.79366: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886266.79379: Calling all_plugins_play to load vars for managed_node1 71094 1726886266.79389: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886266.79391: Calling groups_plugins_play to load vars for managed_node1 71094 1726886266.79539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886266.79596: done with get_vars() 71094 1726886266.79604: done getting variables 71094 1726886266.79796: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml:2 Friday 20 September 2024 22:37:46 -0400 (0:00:00.027) 0:00:00.027 ****** 71094 1726886266.79822: entering _queue_task() for managed_node1/gather_facts 71094 1726886266.79823: Creating lock for gather_facts 71094 1726886266.80830: worker is 1 (out of 1 available) 71094 1726886266.80840: exiting _queue_task() for managed_node1/gather_facts 71094 1726886266.80851: done queuing things up, now waiting for results queue to drain 71094 1726886266.80853: waiting for pending results... 71094 1726886266.80980: running TaskExecutor() for managed_node1/TASK: Gathering Facts 71094 1726886266.81078: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000000d 71094 1726886266.81099: variable 'ansible_search_path' from source: unknown 71094 1726886266.81146: calling self._execute() 71094 1726886266.81261: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886266.81269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886266.81272: variable 'omit' from source: magic vars 71094 1726886266.81364: variable 'omit' from source: magic vars 71094 1726886266.81402: variable 'omit' from source: magic vars 71094 1726886266.81445: variable 'omit' from source: magic vars 71094 1726886266.81531: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886266.81545: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886266.81570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886266.81594: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886266.81610: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886266.81628: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886266.81707: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886266.81710: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886266.81712: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886266.81714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886266.81828: Set connection var ansible_connection to ssh 71094 1726886266.81839: Set connection var ansible_pipelining to False 71094 1726886266.81851: Set connection var ansible_timeout to 10 71094 1726886266.81865: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886266.81872: Set connection var ansible_shell_type to sh 71094 1726886266.81882: Set connection var ansible_shell_executable to /bin/sh 71094 1726886266.81912: variable 'ansible_shell_executable' from source: unknown 71094 1726886266.81962: variable 'ansible_connection' from source: unknown 71094 1726886266.81965: variable 'ansible_module_compression' from source: unknown 71094 1726886266.81968: variable 'ansible_shell_type' from source: unknown 71094 1726886266.81970: variable 'ansible_shell_executable' from source: unknown 71094 1726886266.81972: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886266.81974: variable 'ansible_pipelining' from source: unknown 71094 1726886266.81976: variable 'ansible_timeout' from source: unknown 71094 1726886266.81978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886266.82153: 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) 71094 1726886266.82170: variable 'omit' from source: magic vars 71094 1726886266.82182: starting attempt loop 71094 1726886266.82250: running the handler 71094 1726886266.82253: variable 'ansible_facts' from source: unknown 71094 1726886266.82256: _low_level_execute_command(): starting 71094 1726886266.82259: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886266.83524: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886266.83585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886266.83610: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886266.83713: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886266.83790: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886266.85498: stdout chunk (state=3): >>>/root <<< 71094 1726886266.85774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886266.85779: stdout chunk (state=3): >>><<< 71094 1726886266.85781: stderr chunk (state=3): >>><<< 71094 1726886266.86070: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886266.86075: _low_level_execute_command(): starting 71094 1726886266.86078: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323 `" && echo ansible-tmp-1726886266.85816-71149-40865628043323="` echo /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323 `" ) && sleep 0' 71094 1726886266.87157: 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 <<< 71094 1726886266.87191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886266.87316: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886266.87382: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886266.87452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886266.89408: stdout chunk (state=3): >>>ansible-tmp-1726886266.85816-71149-40865628043323=/root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323 <<< 71094 1726886266.89706: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886266.89711: stdout chunk (state=3): >>><<< 71094 1726886266.89713: stderr chunk (state=3): >>><<< 71094 1726886266.89716: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886266.85816-71149-40865628043323=/root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886266.89721: variable 'ansible_module_compression' from source: unknown 71094 1726886266.89783: ANSIBALLZ: Using generic lock for ansible.legacy.setup 71094 1726886266.89861: ANSIBALLZ: Acquiring lock 71094 1726886266.89876: ANSIBALLZ: Lock acquired: 140395546101760 71094 1726886266.89885: ANSIBALLZ: Creating module 71094 1726886267.66974: ANSIBALLZ: Writing module into payload 71094 1726886267.67398: ANSIBALLZ: Writing module 71094 1726886267.67864: ANSIBALLZ: Renaming module 71094 1726886267.67867: ANSIBALLZ: Done creating module 71094 1726886267.67869: variable 'ansible_facts' from source: unknown 71094 1726886267.67871: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886267.67872: _low_level_execute_command(): starting 71094 1726886267.67875: _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' 71094 1726886267.69579: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886267.70104: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886267.70381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886267.72070: stdout chunk (state=3): >>>PLATFORM <<< 71094 1726886267.72161: stdout chunk (state=3): >>>Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 71094 1726886267.72385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886267.72388: stdout chunk (state=3): >>><<< 71094 1726886267.72390: stderr chunk (state=3): >>><<< 71094 1726886267.72406: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886267.72663 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 71094 1726886267.72669: _low_level_execute_command(): starting 71094 1726886267.72672: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 71094 1726886267.73085: Sending initial data 71094 1726886267.73088: Sent initial data (1181 bytes) 71094 1726886267.74402: 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 <<< 71094 1726886267.74406: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886267.74412: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found <<< 71094 1726886267.74415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886267.74993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886267.75389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886267.75399: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886267.78911: 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"} <<< 71094 1726886267.79324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886267.79328: stderr chunk (state=3): >>><<< 71094 1726886267.79330: stdout chunk (state=3): >>><<< 71094 1726886267.79333: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886267.79505: variable 'ansible_facts' from source: unknown 71094 1726886267.79512: variable 'ansible_facts' from source: unknown 71094 1726886267.79517: variable 'ansible_module_compression' from source: unknown 71094 1726886267.79561: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 71094 1726886267.79713: variable 'ansible_facts' from source: unknown 71094 1726886267.80117: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py 71094 1726886267.80605: Sending initial data 71094 1726886267.80611: Sent initial data (151 bytes) 71094 1726886267.81778: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886267.82266: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886267.82270: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886267.82390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886267.84007: 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 <<< 71094 1726886267.84051: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886267.84496: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmp5db5anq8 /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py <<< 71094 1726886267.84500: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py" <<< 71094 1726886267.84523: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmp5db5anq8" to remote "/root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py" <<< 71094 1726886267.88220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886267.88225: stdout chunk (state=3): >>><<< 71094 1726886267.88228: stderr chunk (state=3): >>><<< 71094 1726886267.88251: done transferring module to remote 71094 1726886267.88270: _low_level_execute_command(): starting 71094 1726886267.88273: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/ /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py && sleep 0' 71094 1726886267.90023: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886267.90176: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886267.90281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886267.90375: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886267.90573: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886267.91271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886267.93024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886267.93031: stdout chunk (state=3): >>><<< 71094 1726886267.93034: stderr chunk (state=3): >>><<< 71094 1726886267.93046: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886267.93049: _low_level_execute_command(): starting 71094 1726886267.93057: _low_level_execute_command(): using become for this command 71094 1726886267.93071: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-euytvpxqjlweoieilhmuyovpevsopxbc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py'"'"' && sleep 0' 71094 1726886267.93562: Initial state: awaiting_escalation: BECOME-SUCCESS-euytvpxqjlweoieilhmuyovpevsopxbc 71094 1726886267.94551: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886267.94593: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886267.94616: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886267.94644: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886267.94778: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886267.97691: stdout chunk (state=1): >>>BECOME-SUCCESS-euytvpxqjlweoieilhmuyovpevsopxbc <<< 71094 1726886267.97698: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-euytvpxqjlweoieilhmuyovpevsopxbc' 71094 1726886267.98042: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886267.98173: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 71094 1726886267.98298: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 71094 1726886267.98304: 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' # <<< 71094 1726886267.98375: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886267.98379: 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 0x7f23801683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2380137a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 71094 1726886267.98413: 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 0x7f238016a960> <<< 71094 1726886267.98416: stdout chunk (state=3): >>>import '_signal' # <<< 71094 1726886267.98450: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 71094 1726886267.98479: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886267.98644: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 71094 1726886267.98647: stdout chunk (state=3): >>>import 'os' # <<< 71094 1726886267.98773: 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' <<< 71094 1726886267.98793: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff3cfe0> <<< 71094 1726886267.99061: 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 0x7f237ff3dfd0> 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. <<< 71094 1726886267.99403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886267.99413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 71094 1726886267.99440: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 71094 1726886267.99449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 71094 1726886267.99477: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff83e00> <<< 71094 1726886267.99495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 71094 1726886267.99529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 71094 1726886267.99533: stdout chunk (state=3): >>>import '_operator' # <<< 71094 1726886267.99579: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff83ec0> <<< 71094 1726886267.99582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886267.99617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 71094 1726886267.99624: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 71094 1726886267.99812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 71094 1726886267.99816: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ffb3830> <<< 71094 1726886267.99819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886267.99821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ffb3ec0> <<< 71094 1726886267.99823: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff93ad0> <<< 71094 1726886268.00172: stdout chunk (state=3): >>>import '_functools' # <<< 71094 1726886268.00176: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff80fb0> # /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' <<< 71094 1726886268.00179: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ffd7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ffd6420> # /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 0x7f237ff921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ffd4c20> <<< 71094 1726886268.00247: 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 0x7f2380008860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff80230> # /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' <<< 71094 1726886268.00291: 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 0x7f2380008d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2380008bc0> <<< 71094 1726886268.00335: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886268.00341: 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 0x7f2380008f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff76d50> <<< 71094 1726886268.00468: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2380009610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23800092e0> import 'importlib.machinery' # <<< 71094 1726886268.00495: 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' <<< 71094 1726886268.00521: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f238000a510> <<< 71094 1726886268.00527: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 71094 1726886268.00564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886268.00595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 71094 1726886268.00628: 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 0x7f2380020710> <<< 71094 1726886268.00716: stdout chunk (state=3): >>>import 'errno' # <<< 71094 1726886268.00741: 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 0x7f2380021df0> <<< 71094 1726886268.00744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 71094 1726886268.00823: 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 0x7f2380022c90> <<< 71094 1726886268.00827: 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 0x7f23800232f0> <<< 71094 1726886268.00885: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23800221e0> <<< 71094 1726886268.00887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 71094 1726886268.00890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 71094 1726886268.00892: 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 0x7f2380023d70> <<< 71094 1726886268.00959: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23800234a0> <<< 71094 1726886268.00990: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f238000a540> # /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' <<< 71094 1726886268.01000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 71094 1726886268.01082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 71094 1726886268.01086: 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 0x7f237fd2fc50> <<< 71094 1726886268.01089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 71094 1726886268.01090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 71094 1726886268.01305: 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 0x7f237fd58770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd584d0> # 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 0x7f237fd587a0> # /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' <<< 71094 1726886268.01314: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886268.01395: 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 0x7f237fd590d0> <<< 71094 1726886268.01620: 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 0x7f237fd59ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd58980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd2ddf0> # /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 0x7f237fd5ae40> <<< 71094 1726886268.01626: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd59940> <<< 71094 1726886268.01668: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f238000ac30> <<< 71094 1726886268.01817: 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 <<< 71094 1726886268.01821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886268.01823: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd83170> <<< 71094 1726886268.01880: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 71094 1726886268.01885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886268.01925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 71094 1726886268.01988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886268.01992: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fdaf530> <<< 71094 1726886268.01994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886268.02060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886268.02104: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886268.02149: 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 0x7f237fe082f0> <<< 71094 1726886268.02151: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886268.02481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886268.02485: 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' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fe0aa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fe083e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fdd5310> # /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 0x7f237f729400> <<< 71094 1726886268.02492: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fdae330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd5bd40> <<< 71094 1726886268.02970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f237fdae930> <<< 71094 1726886268.03083: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_8j1ylg_f/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 71094 1726886268.03384: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886268.03423: 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 0x7f237f78f200> import '_typing' # <<< 71094 1726886268.03608: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f76e0f0> <<< 71094 1726886268.03615: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f76d250> # zipimport: zlib available <<< 71094 1726886268.03643: stdout chunk (state=3): >>>import 'ansible' # <<< 71094 1726886268.03649: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.03678: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.03689: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.03882: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 71094 1726886268.05231: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.06425: 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 0x7f237f78d4f0> # /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 0x7f237f7beba0> <<< 71094 1726886268.06431: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f7be930> <<< 71094 1726886268.06434: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f7be240> <<< 71094 1726886268.06902: 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' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f7be690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd58440> 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 0x7f237f7bf8f0> # 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 0x7f237f7bfb30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886268.06921: 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 0x7f237f7bff80> 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' <<< 71094 1726886268.06925: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f629d90> <<< 71094 1726886268.06928: 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 0x7f237f62b980> <<< 71094 1726886268.06930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886268.06936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 71094 1726886268.06988: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f62c380> <<< 71094 1726886268.06991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 71094 1726886268.06993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 71094 1726886268.06995: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f62d520> <<< 71094 1726886268.06997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886268.07242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886268.07250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886268.07253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886268.07258: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f62ff80> # 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 0x7f237f6340b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f62e240> # /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' <<< 71094 1726886268.07341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 71094 1726886268.07380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 71094 1726886268.07399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 71094 1726886268.07407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f637da0> <<< 71094 1726886268.07481: stdout chunk (state=3): >>>import '_tokenize' # <<< 71094 1726886268.07492: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f636870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f6365d0> <<< 71094 1726886268.07589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 71094 1726886268.07594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 71094 1726886268.07596: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f636b40> <<< 71094 1726886268.07678: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f62e750> <<< 71094 1726886268.07681: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886268.07683: 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 0x7f237f67bf50> <<< 71094 1726886268.07779: 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 0x7f237f67c4a0> # /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' <<< 71094 1726886268.07885: 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 0x7f237f67db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f67d940> <<< 71094 1726886268.07889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886268.07892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886268.07894: 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 0x7f237f680110> <<< 71094 1726886268.07901: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f67e270> <<< 71094 1726886268.07946: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 71094 1726886268.08108: 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' # <<< 71094 1726886268.08116: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f683830> <<< 71094 1726886268.08220: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f680200> <<< 71094 1726886268.08227: 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 0x7f237f6845c0> <<< 71094 1726886268.08257: 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 0x7f237f684830> <<< 71094 1726886268.08304: 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 0x7f237f684b90> <<< 71094 1726886268.08435: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f67c2c0> <<< 71094 1726886268.08438: 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 <<< 71094 1726886268.08441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 71094 1726886268.08461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f237f510290> <<< 71094 1726886268.08587: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886268.08625: 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 0x7f237f5115e0> <<< 71094 1726886268.08631: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f686a20> <<< 71094 1726886268.08861: 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 0x7f237f687dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f686630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 71094 1726886268.08870: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.08873: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.08997: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 71094 1726886268.09004: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 71094 1726886268.09057: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.09204: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.09873: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.10265: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 71094 1726886268.10269: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 71094 1726886268.10371: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f237f5157c0> <<< 71094 1726886268.10436: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 71094 1726886268.10440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 71094 1726886268.10447: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5165d0> <<< 71094 1726886268.10467: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5117f0> <<< 71094 1726886268.10513: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 71094 1726886268.10519: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.10548: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.10562: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 71094 1726886268.10568: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.10769: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.10878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886268.10887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5163f0> <<< 71094 1726886268.10970: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.11475: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.11877: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.11882: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.11952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886268.11959: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.11995: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.12031: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 71094 1726886268.12034: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.12365: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.12760: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.12801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886268.12980: 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 0x7f237f517830> # zipimport: zlib available <<< 71094 1726886268.13014: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.13163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 71094 1726886268.13168: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886268.13228: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 71094 1726886268.13271: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.13315: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.13379: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.13441: 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 <<< 71094 1726886268.13479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886268.13559: 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 0x7f237f522330> <<< 71094 1726886268.13597: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f51da60> <<< 71094 1726886268.13636: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 71094 1726886268.13640: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.13768: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.13798: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.13863: 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 <<< 71094 1726886268.13868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886268.14313: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /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 0x7f237f60ab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f6fe870> <<< 71094 1726886268.14317: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f522420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f6855e0> # 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' # <<< 71094 1726886268.14339: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.14347: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.14354: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 71094 1726886268.14375: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.14669: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.14695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 71094 1726886268.14702: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.14782: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.14853: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.14878: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.14916: 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 <<< 71094 1726886268.14968: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 71094 1726886268.14998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 71094 1726886268.15167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 71094 1726886268.15170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 71094 1726886268.15293: 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 # 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 0x7f237f19e990> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f19ddc0> <<< 71094 1726886268.15304: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f19c7a0> <<< 71094 1726886268.15525: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b69c0> <<< 71094 1726886268.15860: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b48f0> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 71094 1726886268.15863: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.15954: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.16060: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.16093: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 71094 1726886268.16114: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 71094 1726886268.16132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 71094 1726886268.16138: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5a18e0> <<< 71094 1726886268.16166: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 71094 1726886268.16560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # 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 0x7f237f1e8b00> # 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 0x7f237f1e8e30> <<< 71094 1726886268.16564: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1dc410> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1af8f0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b5910> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b4d40> # /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' <<< 71094 1726886268.16638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # 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 0x7f237f1eb950> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1eb230> # 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 0x7f237f1eb3e0> <<< 71094 1726886268.16644: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1ea660> <<< 71094 1726886268.16677: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 71094 1726886268.16682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 71094 1726886268.16708: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1eba70> <<< 71094 1726886268.16725: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 71094 1726886268.16844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 71094 1726886268.16851: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886268.16854: 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 0x7f237ef96630> <<< 71094 1726886268.16860: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ef94620> <<< 71094 1726886268.16907: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b4c50> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 71094 1726886268.16911: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.16914: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.17260: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 71094 1726886268.17266: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.17478: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.17489: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 71094 1726886268.17510: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.17582: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.17611: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.17703: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.17737: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 71094 1726886268.17744: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.18260: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.18658: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 71094 1726886268.18671: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.18722: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.19003: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.19011: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.19047: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 71094 1726886268.19054: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.19168: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.19197: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 71094 1726886268.19203: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.19320: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.19394: 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' <<< 71094 1726886268.19402: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ef969f0> <<< 71094 1726886268.19445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 71094 1726886268.19452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 71094 1726886268.19791: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ef97440> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 71094 1726886268.19983: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 71094 1726886268.19993: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.20071: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 71094 1726886268.20079: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.20120: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.20172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 71094 1726886268.20218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 71094 1726886268.20289: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886268.20345: 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 0x7f237efd2b40> <<< 71094 1726886268.20630: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237efb8bf0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 71094 1726886268.20768: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.20846: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.20959: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.21192: 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' # <<< 71094 1726886268.21344: stdout chunk (state=3): >>># 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' <<< 71094 1726886268.21352: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886268.21367: 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 0x7f237efea5a0> <<< 71094 1726886268.21434: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237efebe00> import 'ansible.module_utils.facts.system.user' # <<< 71094 1726886268.21442: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.21444: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.21446: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 71094 1726886268.21448: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.21723: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.21811: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 71094 1726886268.21815: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.22168: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.22175: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.22328: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.22469: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 71094 1726886268.22481: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.22602: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.22825: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.23589: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.23887: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 71094 1726886268.23981: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.24086: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 71094 1726886268.24092: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.24197: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.24296: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 71094 1726886268.24303: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.24668: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.24705: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.24753: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 71094 1726886268.24862: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.24957: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25267: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25364: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 71094 1726886268.25368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 71094 1726886268.25385: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25419: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25460: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 71094 1726886268.25467: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25494: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25519: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 71094 1726886268.25525: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25769: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.25805: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25865: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 71094 1726886268.25880: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25930: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.25994: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 71094 1726886268.26001: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.26327: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.26669: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 71094 1726886268.26705: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.26740: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 71094 1726886268.26748: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.26785: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.26825: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 71094 1726886268.26828: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.26868: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.26899: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 71094 1726886268.26909: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.27184: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.27268: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886268.27276: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.27362: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.27371: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.27481: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.27708: 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' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # <<< 71094 1726886268.27713: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.28052: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.28059: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 71094 1726886268.28105: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.28181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 71094 1726886268.28210: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.28377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 71094 1726886268.28669: stdout chunk (state=3): >>># 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' # <<< 71094 1726886268.28752: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886268.30074: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # 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 0x7f237f012f30> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f011bb0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f0109b0> <<< 71094 1726886268.45150: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 71094 1726886268.45275: 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 0x7f237f05a690> # /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 0x7f237efcbbf0> <<< 71094 1726886268.45583: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237efc9940> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237efc9490> <<< 71094 1726886268.45604: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame<<< 71094 1726886268.45618: 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 <<< 71094 1726886268.66247: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_iscsi_iqn": "", "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_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_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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "37", "second": "48", "epoch": "1726886268", "epoch_int": "1726886268", "date": "2024-09-20", "time": "22:37:48", "iso8601_micro": "2024-09-21T02:37:48.292482Z", "iso8601": "2024-09-21T02:37:48Z", "iso8601_basic": "20240920T223748292482", "iso8601_basic_short": "20240920T223748", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_loadavg": {"1m": 0.82861328125, "5m": 0.67431640625, "15m": 0.53564453125}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-15-52.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-52", "ansible_nodename": "ip-10-31-15-52.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": "ec26f2104b1acfc59198f18aa8a2624a", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCkrpJzfLuG9mdc/dV6qL7V5322vejP/EHwM9IaswJ1BtE2kyUlJQb0R6Ng0OHjBABTOqLJLtzoIuDGMZ5SMrvfjcC726/iQB34D0z/B7CB1t+nJTDDa/AFwwSREMraiQvoU3lYmSgscxERqp9hRgBH5twYtii/ifWzV/J7R5Rm9aHXUkAShJKtuElx5NyNv9z2AEV/5jP/asM7seC7uso51nuLba37FVp4iJZPyHMBlDAOWGQyHyifcVMvGpiUfkkuXas7wiWZ9Jx7BS+SxrAaA0B+SX61CppAvdx9fhsr94xUulfS4t8Duo+nv2dDsvfwq3AaiobTXRZq8OBZ90I4e/rYerhq44zk9ToC+8lW2CawEB60XSF3xF+FJAYj/PanIgIFJG+SOvpTc/DiTOV5BNauvTwMXE+sKqERVjb5JhXUuolyg+MoMXSWP3b6lEOWByyicfj/9ZVPdDfx+KgHY+A7QqYyCuByHz4Soo6if2KUr0Nx0gk7xfuxZgmHsBU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGZdJ/ybornRfHeztmxpMWSEcPTWcMZno+kVjFR9uBkSR3E9a0WKrALKIl8v3i4wSa+ho7gxXtkqglBALv8UHys=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDc9DuYVOIEeWEK5uyI8scX/0/j70TIfSrXf2fKzhmwd", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_local": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-euytvpxqjlweoieilhmuyovpevsopxbc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_fibre_channel_wwn": [], "ansible_fips": false, "ansible_is_chroot": false, "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": "0a:ff:e5:75:30:53", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e5ff:fe75:3053", "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.12.1", "interface": "eth0", "address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e5:75:30:53", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.52"], "ansible_all_ipv6_addresses": ["fe80::8ff:e5ff:fe75:3053"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.15.52", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e5ff:fe75:3053"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "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": 175, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3356, "free": 175}, "nocache": {"free": 3249, "used": 282}, "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": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_uuid": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405c1f3c747a2f449f4adc3db462", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d398c9a1abb4960884b2271e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014050b79982dbfcb49e1b8e423c5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405170e5181422041f1aa1fae287", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e04f54466674498c8078d3d5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d591f4d54cc479f8a29e1882", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-360014052a4adf8c469747b2928196ff3", "wwn-0x60014052a4adf8c469747b2928196ff3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014052a4adf8c469747b2928196ff3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405096e34ff15074c1a823a8cdb3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fab686782e284010b27438e0b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "sdb": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "sdc": ["scsi-360014052a4adf8c469747b2928196ff3", "wwn-0x60014052a4adf8c469747b2928196ff3"], "sdd": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "sde": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "sdf": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "sdg": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "sdh": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "sdi": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1710, "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": 258689884160, "block_size": 4096, "block_total": 65519099, "block_available": 63156710, "block_used": 2362389, "inode_total": 131070960, "inode_available": 131027105, "inode_used": 43855, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_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"}}} <<< 71094 1726886268.66732: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 71094 1726886268.66749: 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 <<< 71094 1726886268.66794: 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 <<< 71094 1726886268.66831: 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 # 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 <<< 71094 1726886268.66890: stdout chunk (state=3): >>># cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # 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 <<< 71094 1726886268.66959: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.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.<<< 71094 1726886268.66977: stdout chunk (state=3): >>>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 <<< 71094 1726886268.67075: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.67366: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 71094 1726886268.67395: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 71094 1726886268.67435: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 71094 1726886268.67447: stdout chunk (state=3): >>># destroy ipaddress <<< 71094 1726886268.67544: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.67889: stdout chunk (state=3): >>># 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 <<< 71094 1726886268.67892: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 71094 1726886268.67908: 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 <<< 71094 1726886268.68220: 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 # 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 <<< 71094 1726886268.68223: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _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 <<< 71094 1726886268.68386: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 71094 1726886268.68410: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 71094 1726886268.68423: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 71094 1726886268.68561: stdout chunk (state=3): >>># destroy _typing <<< 71094 1726886268.68587: 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 # 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 <<< 71094 1726886268.68614: 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 encodings.idna # destroy _codecs <<< 71094 1726886268.68635: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 71094 1726886268.68653: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 71094 1726886268.68680: stdout chunk (state=3): >>># destroy _hashlib <<< 71094 1726886268.68850: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools <<< 71094 1726886268.68853: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 71094 1726886268.68857: stdout chunk (state=3): >>># clear sys.audit hooks <<< 71094 1726886268.69378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886268.69482: stderr chunk (state=3): >>><<< 71094 1726886268.69485: stdout chunk (state=3): >>><<< 71094 1726886268.69846: _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 0x7f23801683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2380137a10> # /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 0x7f238016a960> 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 0x7f237ff3cfe0> # /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 0x7f237ff3dfd0> 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 0x7f237ff83e00> # /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 0x7f237ff83ec0> # /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 0x7f237ffb3830> # /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 0x7f237ffb3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff93ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff80fb0> # /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 0x7f237ffd7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ffd6420> # /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 0x7f237ff921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ffd4c20> # /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 0x7f2380008860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff80230> # /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 0x7f2380008d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2380008bc0> # 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 0x7f2380008f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ff76d50> # /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 0x7f2380009610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23800092e0> 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 0x7f238000a510> 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 0x7f2380020710> 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 0x7f2380021df0> # /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 0x7f2380022c90> # 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 0x7f23800232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23800221e0> # /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 0x7f2380023d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23800234a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f238000a540> # /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 0x7f237fd2fc50> # /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 0x7f237fd58770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd584d0> # 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 0x7f237fd587a0> # /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 0x7f237fd590d0> # 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 0x7f237fd59ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd58980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd2ddf0> # /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 0x7f237fd5ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd59940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f238000ac30> # /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 0x7f237fd83170> # /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 0x7f237fdaf530> # /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 0x7f237fe082f0> # /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 0x7f237fe0aa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fe083e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fdd5310> # /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 0x7f237f729400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fdae330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd5bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f237fdae930> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_8j1ylg_f/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 0x7f237f78f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f76e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f76d250> # 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 0x7f237f78d4f0> # /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 0x7f237f7beba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f7be930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f7be240> # /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 0x7f237f7be690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237fd58440> 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 0x7f237f7bf8f0> # 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 0x7f237f7bfb30> # /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 0x7f237f7bff80> 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 0x7f237f629d90> # 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 0x7f237f62b980> # /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 0x7f237f62c380> # /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 0x7f237f62d520> # /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 0x7f237f62ff80> # 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 0x7f237f6340b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f62e240> # /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 0x7f237f637da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f636870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f6365d0> # /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 0x7f237f636b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f62e750> # 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 0x7f237f67bf50> # /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 0x7f237f67c4a0> # /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 0x7f237f67db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f67d940> # /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 0x7f237f680110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f67e270> # /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 0x7f237f683830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f680200> # 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 0x7f237f6845c0> # 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 0x7f237f684830> # 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 0x7f237f684b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f67c2c0> # /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 0x7f237f510290> # 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 0x7f237f5115e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f686a20> # 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 0x7f237f687dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f686630> # 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 0x7f237f5157c0> # /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 0x7f237f5165d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5117f0> 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 0x7f237f5163f0> # 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 0x7f237f517830> # 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 0x7f237f522330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f51da60> 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 0x7f237f60ab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f6fe870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f522420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f6855e0> # 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 0x7f237f19e990> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f19ddc0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f19c7a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b69c0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b48f0> 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 0x7f237f5a18e0> # /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 0x7f237f1e8b00> # 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 0x7f237f1e8e30> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1dc410> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1af8f0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b5910> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b4d40> # /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 0x7f237f1eb950> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1eb230> # 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 0x7f237f1eb3e0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f1ea660> # /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 0x7f237f1eba70> # /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 0x7f237ef96630> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237ef94620> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f5b4c50> 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 0x7f237ef969f0> # /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 0x7f237ef97440> 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 0x7f237efd2b40> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237efb8bf0> 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 0x7f237efea5a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237efebe00> 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 0x7f237f012f30> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f011bb0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237f0109b0> # /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 0x7f237f05a690> # /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 0x7f237efcbbf0> # /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 0x7f237efc9940> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f237efc9490> 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_iscsi_iqn": "", "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_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_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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "37", "second": "48", "epoch": "1726886268", "epoch_int": "1726886268", "date": "2024-09-20", "time": "22:37:48", "iso8601_micro": "2024-09-21T02:37:48.292482Z", "iso8601": "2024-09-21T02:37:48Z", "iso8601_basic": "20240920T223748292482", "iso8601_basic_short": "20240920T223748", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_loadavg": {"1m": 0.82861328125, "5m": 0.67431640625, "15m": 0.53564453125}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-15-52.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-52", "ansible_nodename": "ip-10-31-15-52.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": "ec26f2104b1acfc59198f18aa8a2624a", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCkrpJzfLuG9mdc/dV6qL7V5322vejP/EHwM9IaswJ1BtE2kyUlJQb0R6Ng0OHjBABTOqLJLtzoIuDGMZ5SMrvfjcC726/iQB34D0z/B7CB1t+nJTDDa/AFwwSREMraiQvoU3lYmSgscxERqp9hRgBH5twYtii/ifWzV/J7R5Rm9aHXUkAShJKtuElx5NyNv9z2AEV/5jP/asM7seC7uso51nuLba37FVp4iJZPyHMBlDAOWGQyHyifcVMvGpiUfkkuXas7wiWZ9Jx7BS+SxrAaA0B+SX61CppAvdx9fhsr94xUulfS4t8Duo+nv2dDsvfwq3AaiobTXRZq8OBZ90I4e/rYerhq44zk9ToC+8lW2CawEB60XSF3xF+FJAYj/PanIgIFJG+SOvpTc/DiTOV5BNauvTwMXE+sKqERVjb5JhXUuolyg+MoMXSWP3b6lEOWByyicfj/9ZVPdDfx+KgHY+A7QqYyCuByHz4Soo6if2KUr0Nx0gk7xfuxZgmHsBU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGZdJ/ybornRfHeztmxpMWSEcPTWcMZno+kVjFR9uBkSR3E9a0WKrALKIl8v3i4wSa+ho7gxXtkqglBALv8UHys=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDc9DuYVOIEeWEK5uyI8scX/0/j70TIfSrXf2fKzhmwd", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_local": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-euytvpxqjlweoieilhmuyovpevsopxbc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_fibre_channel_wwn": [], "ansible_fips": false, "ansible_is_chroot": false, "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": "0a:ff:e5:75:30:53", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e5ff:fe75:3053", "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.12.1", "interface": "eth0", "address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e5:75:30:53", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.52"], "ansible_all_ipv6_addresses": ["fe80::8ff:e5ff:fe75:3053"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.15.52", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e5ff:fe75:3053"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "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": 175, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3356, "free": 175}, "nocache": {"free": 3249, "used": 282}, "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": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_uuid": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405c1f3c747a2f449f4adc3db462", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d398c9a1abb4960884b2271e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014050b79982dbfcb49e1b8e423c5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405170e5181422041f1aa1fae287", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e04f54466674498c8078d3d5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d591f4d54cc479f8a29e1882", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-360014052a4adf8c469747b2928196ff3", "wwn-0x60014052a4adf8c469747b2928196ff3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014052a4adf8c469747b2928196ff3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405096e34ff15074c1a823a8cdb3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fab686782e284010b27438e0b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "sdb": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "sdc": ["scsi-360014052a4adf8c469747b2928196ff3", "wwn-0x60014052a4adf8c469747b2928196ff3"], "sdd": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "sde": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "sdf": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "sdg": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "sdh": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "sdi": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1710, "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": 258689884160, "block_size": 4096, "block_total": 65519099, "block_available": 63156710, "block_used": 2362389, "inode_total": 131070960, "inode_available": 131027105, "inode_used": 43855, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 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_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 71094 1726886268.71472: 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-1726886266.85816-71149-40865628043323/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886268.71475: _low_level_execute_command(): starting 71094 1726886268.71478: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886266.85816-71149-40865628043323/ > /dev/null 2>&1 && sleep 0' 71094 1726886268.72362: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886268.72521: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886268.72846: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886268.72849: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886268.74699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886268.74703: stdout chunk (state=3): >>><<< 71094 1726886268.74712: stderr chunk (state=3): >>><<< 71094 1726886268.74782: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886268.74796: handler run complete 71094 1726886268.75582: variable 'ansible_facts' from source: unknown 71094 1726886268.75967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886268.77671: variable 'ansible_facts' from source: unknown 71094 1726886268.77768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886268.78298: attempt loop complete, returning result 71094 1726886268.78309: _execute() done 71094 1726886268.78312: dumping result to json 71094 1726886268.78699: done dumping result, returning 71094 1726886268.78707: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [0affc8a3-6f6f-ce07-55d2-00000000000d] 71094 1726886268.78710: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000000d 71094 1726886268.86939: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000000d 71094 1726886268.86943: WORKER PROCESS EXITING ok: [managed_node1] 71094 1726886268.87969: no more pending results, returning what we have 71094 1726886268.87973: results queue empty 71094 1726886268.87974: checking for any_errors_fatal 71094 1726886268.87975: done checking for any_errors_fatal 71094 1726886268.87976: checking for max_fail_percentage 71094 1726886268.87977: done checking for max_fail_percentage 71094 1726886268.87978: checking to see if all hosts have failed and the running result is not ok 71094 1726886268.87979: done checking to see if all hosts have failed 71094 1726886268.87980: getting the remaining hosts for this loop 71094 1726886268.87981: done getting the remaining hosts for this loop 71094 1726886268.87985: getting the next task for host managed_node1 71094 1726886268.87990: done getting next task for host managed_node1 71094 1726886268.87992: ^ task is: TASK: meta (flush_handlers) 71094 1726886268.87994: ^ 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 71094 1726886268.88078: getting variables 71094 1726886268.88080: in VariableManager get_vars() 71094 1726886268.88146: Calling all_inventory to load vars for managed_node1 71094 1726886268.88157: Calling groups_inventory to load vars for managed_node1 71094 1726886268.88161: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886268.88169: Calling all_plugins_play to load vars for managed_node1 71094 1726886268.88172: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886268.88174: Calling groups_plugins_play to load vars for managed_node1 71094 1726886268.88795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886268.89827: done with get_vars() 71094 1726886268.89841: done getting variables 71094 1726886268.89897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 71094 1726886268.90078: in VariableManager get_vars() 71094 1726886268.90092: Calling all_inventory to load vars for managed_node1 71094 1726886268.90095: Calling groups_inventory to load vars for managed_node1 71094 1726886268.90097: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886268.90103: Calling all_plugins_play to load vars for managed_node1 71094 1726886268.90106: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886268.90114: Calling groups_plugins_play to load vars for managed_node1 71094 1726886268.90554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886268.91324: done with get_vars() 71094 1726886268.91456: done queuing things up, now waiting for results queue to drain 71094 1726886268.91460: results queue empty 71094 1726886268.91461: checking for any_errors_fatal 71094 1726886268.91464: done checking for any_errors_fatal 71094 1726886268.91465: checking for max_fail_percentage 71094 1726886268.91466: done checking for max_fail_percentage 71094 1726886268.91467: checking to see if all hosts have failed and the running result is not ok 71094 1726886268.91473: done checking to see if all hosts have failed 71094 1726886268.91473: getting the remaining hosts for this loop 71094 1726886268.91474: done getting the remaining hosts for this loop 71094 1726886268.91477: getting the next task for host managed_node1 71094 1726886268.91482: done getting next task for host managed_node1 71094 1726886268.91484: ^ task is: TASK: Run the role 71094 1726886268.91486: ^ 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 71094 1726886268.91488: getting variables 71094 1726886268.91489: in VariableManager get_vars() 71094 1726886268.91499: Calling all_inventory to load vars for managed_node1 71094 1726886268.91501: Calling groups_inventory to load vars for managed_node1 71094 1726886268.91503: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886268.91512: Calling all_plugins_play to load vars for managed_node1 71094 1726886268.91514: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886268.91517: Calling groups_plugins_play to load vars for managed_node1 71094 1726886268.92180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886268.93006: done with get_vars() 71094 1726886268.93019: done getting variables TASK [Run the role] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml:13 Friday 20 September 2024 22:37:48 -0400 (0:00:02.136) 0:00:02.163 ****** 71094 1726886268.93430: entering _queue_task() for managed_node1/include_role 71094 1726886268.93433: Creating lock for include_role 71094 1726886268.93905: worker is 1 (out of 1 available) 71094 1726886268.93921: exiting _queue_task() for managed_node1/include_role 71094 1726886268.94048: done queuing things up, now waiting for results queue to drain 71094 1726886268.94051: waiting for pending results... 71094 1726886268.94279: running TaskExecutor() for managed_node1/TASK: Run the role 71094 1726886268.94449: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000006 71094 1726886268.94457: variable 'ansible_search_path' from source: unknown 71094 1726886268.94463: calling self._execute() 71094 1726886268.94533: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886268.94545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886268.94558: variable 'omit' from source: magic vars 71094 1726886268.94953: _execute() done 71094 1726886268.94960: dumping result to json 71094 1726886268.94963: done dumping result, returning 71094 1726886268.94966: done running TaskExecutor() for managed_node1/TASK: Run the role [0affc8a3-6f6f-ce07-55d2-000000000006] 71094 1726886268.94969: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000006 71094 1726886268.95059: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000006 71094 1726886268.95063: WORKER PROCESS EXITING 71094 1726886268.95113: no more pending results, returning what we have 71094 1726886268.95119: in VariableManager get_vars() 71094 1726886268.95162: Calling all_inventory to load vars for managed_node1 71094 1726886268.95165: Calling groups_inventory to load vars for managed_node1 71094 1726886268.95169: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886268.95188: Calling all_plugins_play to load vars for managed_node1 71094 1726886268.95192: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886268.95195: Calling groups_plugins_play to load vars for managed_node1 71094 1726886268.95706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886268.96141: done with get_vars() 71094 1726886268.96151: variable 'ansible_search_path' from source: unknown 71094 1726886268.96489: variable 'omit' from source: magic vars 71094 1726886268.96515: variable 'omit' from source: magic vars 71094 1726886268.96530: variable 'omit' from source: magic vars 71094 1726886268.96534: we have included files to process 71094 1726886268.96535: generating all_blocks data 71094 1726886268.96537: done generating all_blocks data 71094 1726886268.96538: processing included file: fedora.linux_system_roles.storage 71094 1726886268.96665: in VariableManager get_vars() 71094 1726886268.96678: done with get_vars() 71094 1726886268.96832: in VariableManager get_vars() 71094 1726886268.96847: done with get_vars() 71094 1726886268.96891: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 71094 1726886268.97179: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 71094 1726886268.97480: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 71094 1726886268.97620: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 71094 1726886268.97757: in VariableManager get_vars() 71094 1726886268.97780: done with get_vars() 71094 1726886268.97993: in VariableManager get_vars() 71094 1726886268.98028: done with get_vars() 71094 1726886268.98142: iterating over new_blocks loaded from include file 71094 1726886268.98144: in VariableManager get_vars() 71094 1726886268.98158: done with get_vars() 71094 1726886268.98160: filtering new block on tags 71094 1726886268.98178: done filtering new block on tags 71094 1726886268.98181: in VariableManager get_vars() 71094 1726886268.98191: done with get_vars() 71094 1726886268.98193: filtering new block on tags 71094 1726886268.98207: done filtering new block on tags 71094 1726886268.98212: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 71094 1726886268.98219: extending task lists for all hosts with included blocks 71094 1726886268.98350: done extending task lists 71094 1726886268.98351: done processing included files 71094 1726886268.98352: results queue empty 71094 1726886268.98353: checking for any_errors_fatal 71094 1726886268.98354: done checking for any_errors_fatal 71094 1726886268.98357: checking for max_fail_percentage 71094 1726886268.98358: done checking for max_fail_percentage 71094 1726886268.98359: checking to see if all hosts have failed and the running result is not ok 71094 1726886268.98360: done checking to see if all hosts have failed 71094 1726886268.98360: getting the remaining hosts for this loop 71094 1726886268.98362: done getting the remaining hosts for this loop 71094 1726886268.98364: getting the next task for host managed_node1 71094 1726886268.98369: done getting next task for host managed_node1 71094 1726886268.98371: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886268.98373: ^ 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 71094 1726886268.98394: getting variables 71094 1726886268.98395: in VariableManager get_vars() 71094 1726886268.98422: Calling all_inventory to load vars for managed_node1 71094 1726886268.98424: Calling groups_inventory to load vars for managed_node1 71094 1726886268.98427: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886268.98442: Calling all_plugins_play to load vars for managed_node1 71094 1726886268.98449: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886268.98453: Calling groups_plugins_play to load vars for managed_node1 71094 1726886268.98695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886268.99024: done with get_vars() 71094 1726886268.99034: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:37:48 -0400 (0:00:00.056) 0:00:02.219 ****** 71094 1726886268.99107: entering _queue_task() for managed_node1/include_tasks 71094 1726886268.99112: Creating lock for include_tasks 71094 1726886268.99543: worker is 1 (out of 1 available) 71094 1726886268.99763: exiting _queue_task() for managed_node1/include_tasks 71094 1726886268.99773: done queuing things up, now waiting for results queue to drain 71094 1726886268.99774: waiting for pending results... 71094 1726886269.00002: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886269.00108: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000002c 71094 1726886269.00113: variable 'ansible_search_path' from source: unknown 71094 1726886269.00117: variable 'ansible_search_path' from source: unknown 71094 1726886269.00122: calling self._execute() 71094 1726886269.00194: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.00229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.00242: variable 'omit' from source: magic vars 71094 1726886269.00352: _execute() done 71094 1726886269.00362: dumping result to json 71094 1726886269.00435: done dumping result, returning 71094 1726886269.00442: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-ce07-55d2-00000000002c] 71094 1726886269.00444: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002c 71094 1726886269.00782: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002c 71094 1726886269.00785: WORKER PROCESS EXITING 71094 1726886269.00833: no more pending results, returning what we have 71094 1726886269.00837: in VariableManager get_vars() 71094 1726886269.00877: Calling all_inventory to load vars for managed_node1 71094 1726886269.00880: Calling groups_inventory to load vars for managed_node1 71094 1726886269.00882: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886269.00891: Calling all_plugins_play to load vars for managed_node1 71094 1726886269.00894: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886269.00896: Calling groups_plugins_play to load vars for managed_node1 71094 1726886269.01324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886269.01700: done with get_vars() 71094 1726886269.01713: variable 'ansible_search_path' from source: unknown 71094 1726886269.01735: variable 'ansible_search_path' from source: unknown 71094 1726886269.01795: we have included files to process 71094 1726886269.01797: generating all_blocks data 71094 1726886269.01798: done generating all_blocks data 71094 1726886269.01806: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 71094 1726886269.01812: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 71094 1726886269.01815: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 71094 1726886269.02989: done processing included file 71094 1726886269.02992: iterating over new_blocks loaded from include file 71094 1726886269.02993: in VariableManager get_vars() 71094 1726886269.03014: done with get_vars() 71094 1726886269.03016: filtering new block on tags 71094 1726886269.03036: done filtering new block on tags 71094 1726886269.03039: in VariableManager get_vars() 71094 1726886269.03673: done with get_vars() 71094 1726886269.03675: filtering new block on tags 71094 1726886269.03694: done filtering new block on tags 71094 1726886269.03696: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 71094 1726886269.03701: extending task lists for all hosts with included blocks 71094 1726886269.03841: done extending task lists 71094 1726886269.04228: done processing included files 71094 1726886269.04229: results queue empty 71094 1726886269.04230: checking for any_errors_fatal 71094 1726886269.04234: done checking for any_errors_fatal 71094 1726886269.04235: checking for max_fail_percentage 71094 1726886269.04236: done checking for max_fail_percentage 71094 1726886269.04237: checking to see if all hosts have failed and the running result is not ok 71094 1726886269.04238: done checking to see if all hosts have failed 71094 1726886269.04239: getting the remaining hosts for this loop 71094 1726886269.04240: done getting the remaining hosts for this loop 71094 1726886269.04243: getting the next task for host managed_node1 71094 1726886269.04249: done getting next task for host managed_node1 71094 1726886269.04252: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 71094 1726886269.04257: ^ 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? (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 71094 1726886269.04268: getting variables 71094 1726886269.04269: in VariableManager get_vars() 71094 1726886269.04284: Calling all_inventory to load vars for managed_node1 71094 1726886269.04286: Calling groups_inventory to load vars for managed_node1 71094 1726886269.04288: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886269.04294: Calling all_plugins_play to load vars for managed_node1 71094 1726886269.04296: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886269.04299: Calling groups_plugins_play to load vars for managed_node1 71094 1726886269.04674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886269.04972: done with get_vars() 71094 1726886269.04985: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:37:49 -0400 (0:00:00.060) 0:00:02.280 ****** 71094 1726886269.05123: entering _queue_task() for managed_node1/setup 71094 1726886269.05498: worker is 1 (out of 1 available) 71094 1726886269.05763: exiting _queue_task() for managed_node1/setup 71094 1726886269.05774: done queuing things up, now waiting for results queue to drain 71094 1726886269.05775: waiting for pending results... 71094 1726886269.05977: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 71094 1726886269.06112: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000004b 71094 1726886269.06291: variable 'ansible_search_path' from source: unknown 71094 1726886269.06366: variable 'ansible_search_path' from source: unknown 71094 1726886269.06404: calling self._execute() 71094 1726886269.06477: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.06570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.06583: variable 'omit' from source: magic vars 71094 1726886269.07747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886269.13833: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886269.13908: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886269.13945: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886269.14015: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886269.14049: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886269.14164: 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) 71094 1726886269.14242: 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) 71094 1726886269.14278: 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) 71094 1726886269.14326: 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) 71094 1726886269.14346: 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) 71094 1726886269.14408: 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) 71094 1726886269.14435: 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) 71094 1726886269.14463: 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) 71094 1726886269.14504: 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) 71094 1726886269.14526: 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) 71094 1726886269.14706: variable '__storage_required_facts' from source: role '' all vars 71094 1726886269.14722: variable 'ansible_facts' from source: unknown 71094 1726886269.14881: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 71094 1726886269.14888: when evaluation is False, skipping this task 71094 1726886269.14895: _execute() done 71094 1726886269.14903: dumping result to json 71094 1726886269.14909: done dumping result, returning 71094 1726886269.14921: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-ce07-55d2-00000000004b] 71094 1726886269.14947: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004b skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 71094 1726886269.15170: no more pending results, returning what we have 71094 1726886269.15174: results queue empty 71094 1726886269.15175: checking for any_errors_fatal 71094 1726886269.15177: done checking for any_errors_fatal 71094 1726886269.15178: checking for max_fail_percentage 71094 1726886269.15180: done checking for max_fail_percentage 71094 1726886269.15181: checking to see if all hosts have failed and the running result is not ok 71094 1726886269.15181: done checking to see if all hosts have failed 71094 1726886269.15182: getting the remaining hosts for this loop 71094 1726886269.15184: done getting the remaining hosts for this loop 71094 1726886269.15188: getting the next task for host managed_node1 71094 1726886269.15199: done getting next task for host managed_node1 71094 1726886269.15203: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886269.15207: ^ 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? (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 71094 1726886269.15221: getting variables 71094 1726886269.15223: in VariableManager get_vars() 71094 1726886269.15261: Calling all_inventory to load vars for managed_node1 71094 1726886269.15264: Calling groups_inventory to load vars for managed_node1 71094 1726886269.15267: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886269.15277: Calling all_plugins_play to load vars for managed_node1 71094 1726886269.15280: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886269.15283: Calling groups_plugins_play to load vars for managed_node1 71094 1726886269.15807: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004b 71094 1726886269.15810: WORKER PROCESS EXITING 71094 1726886269.15833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886269.16388: done with get_vars() 71094 1726886269.16404: done getting variables 71094 1726886269.16536: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:37:49 -0400 (0:00:00.115) 0:00:02.395 ****** 71094 1726886269.16691: entering _queue_task() for managed_node1/include_vars 71094 1726886269.16693: Creating lock for include_vars 71094 1726886269.17404: worker is 1 (out of 1 available) 71094 1726886269.17494: exiting _queue_task() for managed_node1/include_vars 71094 1726886269.17506: done queuing things up, now waiting for results queue to drain 71094 1726886269.17508: waiting for pending results... 71094 1726886269.17822: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886269.18020: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000004c 71094 1726886269.18048: variable 'ansible_search_path' from source: unknown 71094 1726886269.18060: variable 'ansible_search_path' from source: unknown 71094 1726886269.18494: variable 'ansible_facts' from source: unknown 71094 1726886269.18772: variable 'ansible_facts' from source: unknown 71094 1726886269.19062: variable 'ansible_facts' from source: unknown 71094 1726886269.19332: variable 'ansible_facts' from source: unknown 71094 1726886269.19465: variable 'omit' from source: magic vars 71094 1726886269.19582: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.19600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.19614: variable 'omit' from source: magic vars 71094 1726886269.19860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886269.20387: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886269.20439: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886269.20730: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886269.20770: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886269.20898: variable '__vars_file' from source: task vars 71094 1726886269.21160: variable 'role_path' from source: magic vars 71094 1726886269.21174: variable 'item' from source: unknown 71094 1726886269.21192: Evaluated conditional (__vars_file is file): False 71094 1726886269.21250: when evaluation is False, skipping this task 71094 1726886269.21299: variable 'item' from source: unknown 71094 1726886269.21407: variable 'item' from source: unknown skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 71094 1726886269.21974: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.21978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.21980: variable 'omit' from source: magic vars 71094 1726886269.21982: variable '__vars_file' from source: task vars 71094 1726886269.22012: variable 'role_path' from source: magic vars 71094 1726886269.22023: variable 'item' from source: unknown 71094 1726886269.22039: Evaluated conditional (__vars_file is file): False 71094 1726886269.22046: when evaluation is False, skipping this task 71094 1726886269.22092: variable 'item' from source: unknown 71094 1726886269.22190: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 71094 1726886269.22368: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.22372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.22374: variable 'omit' from source: magic vars 71094 1726886269.22517: variable '__vars_file' from source: task vars 71094 1726886269.22593: variable 'role_path' from source: magic vars 71094 1726886269.22602: variable 'item' from source: unknown 71094 1726886269.22625: Evaluated conditional (__vars_file is file): True 71094 1726886269.22636: variable 'omit' from source: magic vars 71094 1726886269.22733: variable 'omit' from source: magic vars 71094 1726886269.22817: variable '__vars_file' from source: task vars 71094 1726886269.22926: variable '__vars_file' from source: task vars 71094 1726886269.23228: variable 'role_path' from source: magic vars 71094 1726886269.23232: variable 'item' from source: unknown 71094 1726886269.23235: variable 'omit' from source: magic vars 71094 1726886269.23238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886269.23241: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886269.23244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886269.23247: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886269.23250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886269.23292: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886269.23319: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886269.23354: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886269.23366: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.23377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.23508: Set connection var ansible_connection to ssh 71094 1726886269.23535: Set connection var ansible_pipelining to False 71094 1726886269.23538: Set connection var ansible_timeout to 10 71094 1726886269.23601: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886269.23604: Set connection var ansible_shell_type to sh 71094 1726886269.23606: Set connection var ansible_shell_executable to /bin/sh 71094 1726886269.23608: variable 'ansible_shell_executable' from source: unknown 71094 1726886269.23610: variable 'ansible_connection' from source: unknown 71094 1726886269.23612: variable 'ansible_module_compression' from source: unknown 71094 1726886269.23614: variable 'ansible_shell_type' from source: unknown 71094 1726886269.23616: variable 'ansible_shell_executable' from source: unknown 71094 1726886269.23617: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.23619: variable 'ansible_pipelining' from source: unknown 71094 1726886269.23621: variable 'ansible_timeout' from source: unknown 71094 1726886269.23630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.23764: 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) 71094 1726886269.23783: variable 'omit' from source: magic vars 71094 1726886269.23793: starting attempt loop 71094 1726886269.23801: running the handler 71094 1726886269.23926: handler run complete 71094 1726886269.23929: attempt loop complete, returning result 71094 1726886269.23946: variable 'item' from source: unknown 71094 1726886269.24035: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 71094 1726886269.24372: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.24375: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.24377: variable 'omit' from source: magic vars 71094 1726886269.24392: variable '__vars_file' from source: task vars 71094 1726886269.24461: variable 'role_path' from source: magic vars 71094 1726886269.24471: variable 'item' from source: unknown 71094 1726886269.24474: Evaluated conditional (__vars_file is file): True 71094 1726886269.24482: variable 'omit' from source: magic vars 71094 1726886269.24527: variable 'omit' from source: magic vars 71094 1726886269.24537: variable '__vars_file' from source: task vars 71094 1726886269.24889: variable '__vars_file' from source: task vars 71094 1726886269.24967: variable 'role_path' from source: magic vars 71094 1726886269.24971: variable 'item' from source: unknown 71094 1726886269.25214: variable 'omit' from source: magic vars 71094 1726886269.25287: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886269.25290: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886269.25293: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886269.25295: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886269.25297: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886269.25299: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.25301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.25365: Set connection var ansible_connection to ssh 71094 1726886269.25487: Set connection var ansible_pipelining to False 71094 1726886269.25503: Set connection var ansible_timeout to 10 71094 1726886269.25506: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886269.25511: Set connection var ansible_shell_type to sh 71094 1726886269.25513: Set connection var ansible_shell_executable to /bin/sh 71094 1726886269.25558: variable 'ansible_shell_executable' from source: unknown 71094 1726886269.25561: variable 'ansible_connection' from source: unknown 71094 1726886269.25562: variable 'ansible_module_compression' from source: unknown 71094 1726886269.25564: variable 'ansible_shell_type' from source: unknown 71094 1726886269.25566: variable 'ansible_shell_executable' from source: unknown 71094 1726886269.25567: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.25569: variable 'ansible_pipelining' from source: unknown 71094 1726886269.25571: variable 'ansible_timeout' from source: unknown 71094 1726886269.25572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.25769: 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) 71094 1726886269.25773: variable 'omit' from source: magic vars 71094 1726886269.25775: starting attempt loop 71094 1726886269.25777: running the handler 71094 1726886269.25990: handler run complete 71094 1726886269.25993: attempt loop complete, returning result 71094 1726886269.26031: variable 'item' from source: unknown 71094 1726886269.26103: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 71094 1726886269.26372: dumping result to json 71094 1726886269.26375: done dumping result, returning 71094 1726886269.26378: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-ce07-55d2-00000000004c] 71094 1726886269.26380: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004c 71094 1726886269.26551: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004c 71094 1726886269.26554: WORKER PROCESS EXITING 71094 1726886269.26665: no more pending results, returning what we have 71094 1726886269.26668: results queue empty 71094 1726886269.26669: checking for any_errors_fatal 71094 1726886269.26674: done checking for any_errors_fatal 71094 1726886269.26675: checking for max_fail_percentage 71094 1726886269.26676: done checking for max_fail_percentage 71094 1726886269.26677: checking to see if all hosts have failed and the running result is not ok 71094 1726886269.26678: done checking to see if all hosts have failed 71094 1726886269.26678: getting the remaining hosts for this loop 71094 1726886269.26681: done getting the remaining hosts for this loop 71094 1726886269.26684: getting the next task for host managed_node1 71094 1726886269.26692: done getting next task for host managed_node1 71094 1726886269.26695: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 71094 1726886269.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=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 71094 1726886269.26714: getting variables 71094 1726886269.26715: in VariableManager get_vars() 71094 1726886269.26754: Calling all_inventory to load vars for managed_node1 71094 1726886269.26863: Calling groups_inventory to load vars for managed_node1 71094 1726886269.26866: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886269.26874: Calling all_plugins_play to load vars for managed_node1 71094 1726886269.26877: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886269.26880: Calling groups_plugins_play to load vars for managed_node1 71094 1726886269.27245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886269.27646: done with get_vars() 71094 1726886269.27664: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:37:49 -0400 (0:00:00.110) 0:00:02.506 ****** 71094 1726886269.27760: entering _queue_task() for managed_node1/stat 71094 1726886269.28294: worker is 1 (out of 1 available) 71094 1726886269.28306: exiting _queue_task() for managed_node1/stat 71094 1726886269.28433: done queuing things up, now waiting for results queue to drain 71094 1726886269.28435: waiting for pending results... 71094 1726886269.28848: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 71094 1726886269.29023: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000004e 71094 1726886269.29079: variable 'ansible_search_path' from source: unknown 71094 1726886269.29084: variable 'ansible_search_path' from source: unknown 71094 1726886269.29109: calling self._execute() 71094 1726886269.29289: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.29294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.29296: variable 'omit' from source: magic vars 71094 1726886269.29710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886269.29982: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886269.30046: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886269.30076: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886269.30145: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886269.30262: 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) 71094 1726886269.30278: 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) 71094 1726886269.30310: 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) 71094 1726886269.30341: 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) 71094 1726886269.30495: Evaluated conditional (not __storage_is_ostree is defined): True 71094 1726886269.30498: variable 'omit' from source: magic vars 71094 1726886269.30564: variable 'omit' from source: magic vars 71094 1726886269.30695: variable 'omit' from source: magic vars 71094 1726886269.30698: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886269.30701: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886269.30703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886269.30721: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886269.30739: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886269.30836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886269.30896: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886269.31142: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886269.31146: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.31148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.31205: Set connection var ansible_connection to ssh 71094 1726886269.31369: Set connection var ansible_pipelining to False 71094 1726886269.31372: Set connection var ansible_timeout to 10 71094 1726886269.31374: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886269.31376: Set connection var ansible_shell_type to sh 71094 1726886269.31378: Set connection var ansible_shell_executable to /bin/sh 71094 1726886269.31380: variable 'ansible_shell_executable' from source: unknown 71094 1726886269.31382: variable 'ansible_connection' from source: unknown 71094 1726886269.31383: variable 'ansible_module_compression' from source: unknown 71094 1726886269.31385: variable 'ansible_shell_type' from source: unknown 71094 1726886269.31387: variable 'ansible_shell_executable' from source: unknown 71094 1726886269.31389: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886269.31391: variable 'ansible_pipelining' from source: unknown 71094 1726886269.31393: variable 'ansible_timeout' from source: unknown 71094 1726886269.31395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886269.31513: 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__) 71094 1726886269.31530: variable 'omit' from source: magic vars 71094 1726886269.31540: starting attempt loop 71094 1726886269.31546: running the handler 71094 1726886269.31565: _low_level_execute_command(): starting 71094 1726886269.31576: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886269.32291: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886269.32305: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886269.32320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886269.32337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886269.32383: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886269.32401: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886269.32472: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886269.32498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886269.32520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886269.32544: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886269.32643: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886269.34691: stdout chunk (state=3): >>>/root <<< 71094 1726886269.34798: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886269.34814: stderr chunk (state=3): >>><<< 71094 1726886269.34869: stdout chunk (state=3): >>><<< 71094 1726886269.35164: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886269.35175: _low_level_execute_command(): starting 71094 1726886269.35177: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915 `" && echo ansible-tmp-1726886269.348996-71257-120439267461915="` echo /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915 `" ) && sleep 0' 71094 1726886269.36044: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886269.36069: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886269.36266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886269.36283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found <<< 71094 1726886269.36421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886269.36531: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886269.36775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886269.36981: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886269.39185: stdout chunk (state=3): >>>ansible-tmp-1726886269.348996-71257-120439267461915=/root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915 <<< 71094 1726886269.39424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886269.39428: stdout chunk (state=3): >>><<< 71094 1726886269.39430: stderr chunk (state=3): >>><<< 71094 1726886269.39668: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886269.348996-71257-120439267461915=/root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886269.39672: variable 'ansible_module_compression' from source: unknown 71094 1726886269.39674: ANSIBALLZ: Using lock for stat 71094 1726886269.39677: ANSIBALLZ: Acquiring lock 71094 1726886269.39679: ANSIBALLZ: Lock acquired: 140395546333008 71094 1726886269.39681: ANSIBALLZ: Creating module 71094 1726886269.67643: ANSIBALLZ: Writing module into payload 71094 1726886269.68066: ANSIBALLZ: Writing module 71094 1726886269.68070: ANSIBALLZ: Renaming module 71094 1726886269.68073: ANSIBALLZ: Done creating module 71094 1726886269.68075: variable 'ansible_facts' from source: unknown 71094 1726886269.68077: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/AnsiballZ_stat.py 71094 1726886269.68635: Sending initial data 71094 1726886269.68639: Sent initial data (152 bytes) 71094 1726886269.69829: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886269.69848: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886269.70041: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886269.70130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886269.72406: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 71094 1726886269.72418: 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 <<< 71094 1726886269.72452: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886269.72540: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpigtubvkq /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/AnsiballZ_stat.py <<< 71094 1726886269.72548: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/AnsiballZ_stat.py" <<< 71094 1726886269.72613: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpigtubvkq" to remote "/root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/AnsiballZ_stat.py" <<< 71094 1726886269.73714: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886269.73745: stderr chunk (state=3): >>><<< 71094 1726886269.73749: stdout chunk (state=3): >>><<< 71094 1726886269.73876: done transferring module to remote 71094 1726886269.73879: _low_level_execute_command(): starting 71094 1726886269.73881: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/ /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/AnsiballZ_stat.py && sleep 0' 71094 1726886269.74560: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886269.74681: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886269.74735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886269.74768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886269.74771: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886269.74844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886269.76950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886269.76954: stderr chunk (state=3): >>><<< 71094 1726886269.76960: stdout chunk (state=3): >>><<< 71094 1726886269.76968: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886269.76971: _low_level_execute_command(): starting 71094 1726886269.76985: _low_level_execute_command(): using become for this command 71094 1726886269.77005: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ndumpnpixxdfhqatlrqxprgqrollwoso ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/AnsiballZ_stat.py'"'"' && sleep 0' 71094 1726886269.77115: Initial state: awaiting_escalation: BECOME-SUCCESS-ndumpnpixxdfhqatlrqxprgqrollwoso 71094 1726886269.77618: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886269.77622: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886269.77651: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886269.77665: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886269.77668: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886269.77722: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886269.81836: stdout chunk (state=1): >>>BECOME-SUCCESS-ndumpnpixxdfhqatlrqxprgqrollwoso <<< 71094 1726886269.81840: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ndumpnpixxdfhqatlrqxprgqrollwoso' 71094 1726886269.82203: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886269.82259: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886269.82297: stdout chunk (state=3): >>>import '_thread' # <<< 71094 1726886269.82316: stdout chunk (state=3): >>>import '_warnings' # <<< 71094 1726886269.82321: stdout chunk (state=3): >>>import '_weakref' # <<< 71094 1726886269.82435: stdout chunk (state=3): >>>import '_io' # <<< 71094 1726886269.82438: stdout chunk (state=3): >>>import 'marshal' # <<< 71094 1726886269.82549: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # <<< 71094 1726886269.82552: stdout chunk (state=3): >>># installing zipimport hook <<< 71094 1726886269.82578: stdout chunk (state=3): >>>import 'time' # <<< 71094 1726886269.82596: stdout chunk (state=3): >>>import 'zipimport' # <<< 71094 1726886269.82614: stdout chunk (state=3): >>># installed zipimport hook <<< 71094 1726886269.82686: 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' <<< 71094 1726886269.82872: stdout chunk (state=3): >>>import '_codecs' # <<< 71094 1726886269.82880: 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 0x7fbf2d8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d7e7a10> # /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 0x7fbf2d81a960> <<< 71094 1726886269.82895: stdout chunk (state=3): >>>import '_signal' # <<< 71094 1726886269.82927: stdout chunk (state=3): >>>import '_abc' # <<< 71094 1726886269.82946: stdout chunk (state=3): >>>import 'abc' # <<< 71094 1726886269.82979: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886269.83029: stdout chunk (state=3): >>>import '_stat' # <<< 71094 1726886269.83037: stdout chunk (state=3): >>>import 'stat' # <<< 71094 1726886269.83178: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886269.83214: stdout chunk (state=3): >>>import 'genericpath' # <<< 71094 1726886269.83226: stdout chunk (state=3): >>>import 'posixpath' # <<< 71094 1726886269.83270: stdout chunk (state=3): >>>import 'os' # <<< 71094 1726886269.83299: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 71094 1726886269.83326: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 71094 1726886269.83362: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 71094 1726886269.83415: 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 <<< 71094 1726886269.83434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 71094 1726886269.83467: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d62cfe0> <<< 71094 1726886269.83556: 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' <<< 71094 1726886269.83613: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d62dfd0> import 'site' # <<< 71094 1726886269.83658: 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. <<< 71094 1726886269.84028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886269.84064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 71094 1726886269.84082: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 71094 1726886269.84129: 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 <<< 71094 1726886269.84195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 71094 1726886269.84248: 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' <<< 71094 1726886269.84281: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d66bec0> <<< 71094 1726886269.84332: 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' <<< 71094 1726886269.84383: stdout chunk (state=3): >>>import '_operator' # <<< 71094 1726886269.84398: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d66bf80> <<< 71094 1726886269.84472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886269.84475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 71094 1726886269.84500: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 71094 1726886269.84571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886269.84604: stdout chunk (state=3): >>>import 'itertools' # <<< 71094 1726886269.84639: 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' <<< 71094 1726886269.84677: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886269.84704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 71094 1726886269.84719: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6a3ef0> <<< 71094 1726886269.84869: stdout chunk (state=3): >>>import '_collections' # <<< 71094 1726886269.84969: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d683b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6812b0> <<< 71094 1726886269.84987: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d669070> <<< 71094 1726886269.85016: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 71094 1726886269.85047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 71094 1726886269.85073: stdout chunk (state=3): >>>import '_sre' # <<< 71094 1726886269.85103: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 71094 1726886269.85132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 71094 1726886269.85167: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 71094 1726886269.85171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 71094 1726886269.85215: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6c7860> <<< 71094 1726886269.85232: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6c6480> <<< 71094 1726886269.85286: 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 0x7fbf2d682180> <<< 71094 1726886269.85289: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6c4bc0> <<< 71094 1726886269.85390: 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 0x7fbf2d6f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6682f0> <<< 71094 1726886269.85436: 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' <<< 71094 1726886269.85450: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.85477: 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 0x7fbf2d6f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6f8c50> <<< 71094 1726886269.85514: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.85689: 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 0x7fbf2d6f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d666e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py<<< 71094 1726886269.85705: 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 # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6f9370> 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 0x7fbf2d6fa540> <<< 71094 1726886269.85734: stdout chunk (state=3): >>>import 'importlib.util' # <<< 71094 1726886269.85737: stdout chunk (state=3): >>>import 'runpy' # <<< 71094 1726886269.85785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886269.85824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'<<< 71094 1726886269.85827: stdout chunk (state=3): >>> <<< 71094 1726886269.85863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py<<< 71094 1726886269.85876: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 71094 1726886269.85883: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d710740> <<< 71094 1726886269.85904: stdout chunk (state=3): >>>import 'errno' # <<< 71094 1726886269.85911: stdout chunk (state=3): >>> <<< 71094 1726886269.85943: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.85959: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.86070: stdout chunk (state=3): >>> <<< 71094 1726886269.86078: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2d711e80> # /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 0x7fbf2d712cf0> <<< 71094 1726886269.86108: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.86111: 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 0x7fbf2d713320> <<< 71094 1726886269.86136: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d712270> <<< 71094 1726886269.86176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 71094 1726886269.86191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 71094 1726886269.86258: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.86269: 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 0x7fbf2d713da0> <<< 71094 1726886269.86389: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d7134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6fa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886269.86417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 71094 1726886269.86422: stdout chunk (state=3): >>> <<< 71094 1726886269.86464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py<<< 71094 1726886269.86471: stdout chunk (state=3): >>> <<< 71094 1726886269.86481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'<<< 71094 1726886269.86489: stdout chunk (state=3): >>> <<< 71094 1726886269.86551: 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' <<< 71094 1726886269.86676: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2d48fc50> # /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 0x7fbf2d4b87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4b8500> # 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 0x7fbf2d4b87d0> <<< 71094 1726886269.86713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 71094 1726886269.86722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<< 71094 1726886269.86814: stdout chunk (state=3): >>> # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.87011: 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 0x7fbf2d4b9100> <<< 71094 1726886269.87202: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.87205: 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 0x7fbf2d4b9a30> <<< 71094 1726886269.87314: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4b89b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d48ddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 71094 1726886269.87317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 71094 1726886269.87345: 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' <<< 71094 1726886269.87471: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4bae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4b9b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6fac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886269.87534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886269.87570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 71094 1726886269.87632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886269.87674: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4e7170><<< 71094 1726886269.87677: stdout chunk (state=3): >>> <<< 71094 1726886269.87775: 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 <<< 71094 1726886269.87799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886269.87848: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d50f500> <<< 71094 1726886269.87876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886269.87917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886269.88175: 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 0x7fbf2d568320> # /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' <<< 71094 1726886269.88263: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d56aa80><<< 71094 1726886269.88269: stdout chunk (state=3): >>> <<< 71094 1726886269.88387: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d568440><<< 71094 1726886269.88392: stdout chunk (state=3): >>> <<< 71094 1726886269.88449: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d535310><<< 71094 1726886269.88466: stdout chunk (state=3): >>> <<< 71094 1726886269.88506: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 71094 1726886269.88522: stdout chunk (state=3): >>> <<< 71094 1726886269.88525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'<<< 71094 1726886269.88535: stdout chunk (state=3): >>> <<< 71094 1726886269.88550: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d36d430><<< 71094 1726886269.88556: stdout chunk (state=3): >>> <<< 71094 1726886269.88593: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d50e330><<< 71094 1726886269.88604: stdout chunk (state=3): >>> <<< 71094 1726886269.88607: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4bbd40><<< 71094 1726886269.88626: stdout chunk (state=3): >>> <<< 71094 1726886269.88803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 71094 1726886269.88806: stdout chunk (state=3): >>> <<< 71094 1726886269.88850: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf2d50e690><<< 71094 1726886269.88853: stdout chunk (state=3): >>> <<< 71094 1726886269.89046: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_b_70xg4l/ansible_stat_payload.zip'<<< 71094 1726886269.89064: stdout chunk (state=3): >>> <<< 71094 1726886269.89079: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886269.89094: stdout chunk (state=3): >>> <<< 71094 1726886269.89321: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886269.89336: stdout chunk (state=3): >>> <<< 71094 1726886269.89400: 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'<<< 71094 1726886269.89403: stdout chunk (state=3): >>> <<< 71094 1726886269.89576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886269.89580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886269.89632: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 71094 1726886269.89648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<< 71094 1726886269.89668: stdout chunk (state=3): >>> <<< 71094 1726886269.89681: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3c3140> <<< 71094 1726886269.89712: stdout chunk (state=3): >>>import '_typing' # <<< 71094 1726886269.89715: stdout chunk (state=3): >>> <<< 71094 1726886269.90001: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3a2030><<< 71094 1726886269.90005: stdout chunk (state=3): >>> <<< 71094 1726886269.90027: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3a1190><<< 71094 1726886269.90050: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886269.90066: stdout chunk (state=3): >>> <<< 71094 1726886269.90099: stdout chunk (state=3): >>>import 'ansible' # <<< 71094 1726886269.90131: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886269.90169: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886269.90200: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886269.90206: stdout chunk (state=3): >>> <<< 71094 1726886269.90233: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 71094 1726886269.90238: stdout chunk (state=3): >>> <<< 71094 1726886269.90364: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886269.92433: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886269.92588: stdout chunk (state=3): >>> <<< 71094 1726886269.94275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 71094 1726886269.94301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 71094 1726886269.94326: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3c1010><<< 71094 1726886269.94329: stdout chunk (state=3): >>> <<< 71094 1726886269.94380: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 71094 1726886269.94397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886269.94403: stdout chunk (state=3): >>> <<< 71094 1726886269.94449: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py<<< 71094 1726886269.94453: stdout chunk (state=3): >>> <<< 71094 1726886269.94484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'<<< 71094 1726886269.94488: stdout chunk (state=3): >>> <<< 71094 1726886269.94528: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py<<< 71094 1726886269.94534: stdout chunk (state=3): >>> <<< 71094 1726886269.94559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'<<< 71094 1726886269.94565: stdout chunk (state=3): >>> <<< 71094 1726886269.94615: 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'<<< 71094 1726886269.94681: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2d3ea9f0> <<< 71094 1726886269.94692: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3ea7e0><<< 71094 1726886269.94697: stdout chunk (state=3): >>> <<< 71094 1726886269.94753: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3ea0f0><<< 71094 1726886269.94757: stdout chunk (state=3): >>> <<< 71094 1726886269.94794: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 71094 1726886269.94885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 71094 1726886269.94888: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3eaae0> <<< 71094 1726886269.94907: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3c3dd0><<< 71094 1726886269.94923: stdout chunk (state=3): >>> <<< 71094 1726886269.94940: stdout chunk (state=3): >>>import 'atexit' # <<< 71094 1726886269.94990: stdout chunk (state=3): >>> # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.94993: stdout chunk (state=3): >>> <<< 71094 1726886269.95017: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.95026: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2d3eb710><<< 71094 1726886269.95074: stdout chunk (state=3): >>> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.95083: stdout chunk (state=3): >>> <<< 71094 1726886269.95111: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.95115: stdout chunk (state=3): >>> <<< 71094 1726886269.95121: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2d3eb8c0><<< 71094 1726886269.95152: stdout chunk (state=3): >>> <<< 71094 1726886269.95170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886269.95271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 71094 1726886269.95344: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3ebe00><<< 71094 1726886269.95376: stdout chunk (state=3): >>> import 'pwd' # <<< 71094 1726886269.95381: stdout chunk (state=3): >>> <<< 71094 1726886269.95454: 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'<<< 71094 1726886269.95459: stdout chunk (state=3): >>> <<< 71094 1726886269.95521: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd19b80><<< 71094 1726886269.95525: stdout chunk (state=3): >>> <<< 71094 1726886269.95565: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.95583: stdout chunk (state=3): >>> # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.95629: stdout chunk (state=3): >>> import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2cd1b7a0> <<< 71094 1726886269.95638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 71094 1726886269.95645: stdout chunk (state=3): >>> <<< 71094 1726886269.95725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd20170><<< 71094 1726886269.95731: stdout chunk (state=3): >>> <<< 71094 1726886269.95772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 71094 1726886269.95777: stdout chunk (state=3): >>> <<< 71094 1726886269.95826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 71094 1726886269.95829: stdout chunk (state=3): >>> <<< 71094 1726886269.95873: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd212e0><<< 71094 1726886269.95910: stdout chunk (state=3): >>> <<< 71094 1726886269.95919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 71094 1726886269.95924: stdout chunk (state=3): >>> <<< 71094 1726886269.95980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 71094 1726886269.96030: stdout chunk (state=3): >>> <<< 71094 1726886269.96065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886269.96112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886269.96184: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd23d70> <<< 71094 1726886269.96231: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.96234: stdout chunk (state=3): >>> # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.96279: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2d712b70> <<< 71094 1726886269.96283: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd22090><<< 71094 1726886269.96400: stdout chunk (state=3): >>> <<< 71094 1726886269.96403: 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' <<< 71094 1726886269.96429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 71094 1726886269.96683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd27c20> import '_tokenize' # <<< 71094 1726886269.96759: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd266f0><<< 71094 1726886269.96762: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd26480><<< 71094 1726886269.96803: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 71094 1726886269.96876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'<<< 71094 1726886269.96953: stdout chunk (state=3): >>> <<< 71094 1726886269.96978: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd269c0> <<< 71094 1726886269.97027: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd22570><<< 71094 1726886269.97048: stdout chunk (state=3): >>> <<< 71094 1726886269.97070: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.97104: stdout chunk (state=3): >>> # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886269.97141: stdout chunk (state=3): >>> import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2cd6be30><<< 71094 1726886269.97144: stdout chunk (state=3): >>> <<< 71094 1726886269.97180: 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 <<< 71094 1726886269.97190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886269.97237: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd6be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 71094 1726886269.97272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 71094 1726886269.97579: 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 0x7fbf2cd6da00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd6d7c0> # /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 0x7fbf2cd6ff50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd6e0f0> <<< 71094 1726886269.97789: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd73770> <<< 71094 1726886269.97981: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd70140> <<< 71094 1726886269.98074: 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' <<< 71094 1726886269.98137: 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 0x7fbf2cd74830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.98159: 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' <<< 71094 1726886269.98170: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2cd74980> <<< 71094 1726886269.98286: 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' <<< 71094 1726886269.98317: 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 0x7fbf2cd748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd6c050> # /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' <<< 71094 1726886269.98342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 71094 1726886269.98390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 71094 1726886269.98424: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.98472: 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 0x7fbf2cc001a0> <<< 71094 1726886269.98717: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.98746: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886269.98773: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2cc01280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd76930> <<< 71094 1726886269.98828: 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 0x7fbf2cd77ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd76540> <<< 71094 1726886269.98860: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886269.98903: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 71094 1726886269.99041: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886269.99200: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886269.99252: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 71094 1726886269.99258: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886269.99289: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 71094 1726886269.99484: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886269.99886: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.00597: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.01501: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886270.01507: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 71094 1726886270.01793: stdout chunk (state=3): >>>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 0x7fbf2cc053a0> <<< 71094 1726886270.01798: 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 0x7fbf2cc06240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc01640> <<< 71094 1726886270.01823: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 71094 1726886270.01859: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.01886: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.01915: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 71094 1726886270.01936: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.02190: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.02443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886270.02477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 71094 1726886270.02506: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc061b0> # zipimport: zlib available <<< 71094 1726886270.03243: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.03987: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.04417: stdout chunk (state=3): >>># 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 <<< 71094 1726886270.04543: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886270.04577: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.04632: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.04636: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 71094 1726886270.04652: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.04707: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.04768: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 71094 1726886270.04878: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.05158: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.05570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886270.05643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886270.05671: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886270.05772: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc07380> <<< 71094 1726886270.05792: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.05902: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.06013: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 71094 1726886270.06071: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 71094 1726886270.06092: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886270.06202: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886270.06266: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886270.06269: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.06340: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.06404: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.06575: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.06592: 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 <<< 71094 1726886270.06670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886270.06802: 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' <<< 71094 1726886270.06848: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf2cc11e50> <<< 71094 1726886270.06903: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc0f170> <<< 71094 1726886270.06924: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 71094 1726886270.07081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886270.07162: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.07199: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.07274: 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 <<< 71094 1726886270.07277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886270.07320: 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 <<< 71094 1726886270.07395: 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 <<< 71094 1726886270.07533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886270.07629: 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' <<< 71094 1726886270.07714: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd02780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d422450> <<< 71094 1726886270.07814: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc11f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc01490> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 71094 1726886270.08081: 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' # <<< 71094 1726886270.08121: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 71094 1726886270.08138: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886270.08486: stdout chunk (state=3): >>># 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__ <<< 71094 1726886270.08744: 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<<< 71094 1726886270.08760: 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 <<< 71094 1726886270.08837: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # 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<<< 71094 1726886270.08956: 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 <<< 71094 1726886270.08970: stdout chunk (state=3): >>># 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 <<< 71094 1726886270.09199: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 71094 1726886270.09260: 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 # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 71094 1726886270.09329: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 71094 1726886270.09332: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 71094 1726886270.09503: 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 # 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 <<< 71094 1726886270.09507: 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 # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 71094 1726886270.09751: 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 <<< 71094 1726886270.09793: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy 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 <<< 71094 1726886270.09797: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886270.10064: 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 <<< 71094 1726886270.10565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886270.10569: stdout chunk (state=3): >>><<< 71094 1726886270.10575: stderr chunk (state=3): >>><<< 71094 1726886270.10661: _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 0x7fbf2d8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d7e7a10> # /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 0x7fbf2d81a960> 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 0x7fbf2d62cfe0> # /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 0x7fbf2d62dfd0> 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 0x7fbf2d66bec0> # /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 0x7fbf2d66bf80> # /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 0x7fbf2d6a3860> # /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 0x7fbf2d6a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d683b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6812b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d669070> # /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 0x7fbf2d6c7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6c6480> # /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 0x7fbf2d682180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6c4bc0> # /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 0x7fbf2d6f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6682f0> # /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 0x7fbf2d6f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6f8c50> # 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 0x7fbf2d6f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d666e10> # /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 0x7fbf2d6f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6f9370> 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 0x7fbf2d6fa540> 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 0x7fbf2d710740> 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 0x7fbf2d711e80> # /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 0x7fbf2d712cf0> # 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 0x7fbf2d713320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d712270> # /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 0x7fbf2d713da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d7134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6fa4b0> # /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 0x7fbf2d48fc50> # /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 0x7fbf2d4b87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4b8500> # 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 0x7fbf2d4b87d0> # /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 0x7fbf2d4b9100> # 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 0x7fbf2d4b9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4b89b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d48ddf0> # /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 0x7fbf2d4bae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4b9b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d6fac60> # /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 0x7fbf2d4e7170> # /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 0x7fbf2d50f500> # /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 0x7fbf2d568320> # /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 0x7fbf2d56aa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d568440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d535310> # /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 0x7fbf2d36d430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d50e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d4bbd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf2d50e690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_b_70xg4l/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 0x7fbf2d3c3140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3a2030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3a1190> # 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 0x7fbf2d3c1010> # /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 0x7fbf2d3ea9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3ea7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3ea0f0> # /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 0x7fbf2d3eaae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d3c3dd0> 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 0x7fbf2d3eb710> # 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 0x7fbf2d3eb8c0> # /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 0x7fbf2d3ebe00> 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 0x7fbf2cd19b80> # 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 0x7fbf2cd1b7a0> # /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 0x7fbf2cd20170> # /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 0x7fbf2cd212e0> # /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 0x7fbf2cd23d70> # 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 0x7fbf2d712b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd22090> # /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 0x7fbf2cd27c20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd266f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd26480> # /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 0x7fbf2cd269c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd22570> # 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 0x7fbf2cd6be30> # /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 0x7fbf2cd6be90> # /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 0x7fbf2cd6da00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd6d7c0> # /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 0x7fbf2cd6ff50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd6e0f0> # /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 0x7fbf2cd73770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd70140> # 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 0x7fbf2cd74830> # 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 0x7fbf2cd74980> # 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 0x7fbf2cd748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd6c050> # /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 0x7fbf2cc001a0> # 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 0x7fbf2cc01280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd76930> # 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 0x7fbf2cd77ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cd76540> # 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 0x7fbf2cc053a0> # /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 0x7fbf2cc06240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc01640> 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 0x7fbf2cc061b0> # 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 0x7fbf2cc07380> # 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 0x7fbf2cc11e50> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc0f170> 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 0x7fbf2cd02780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2d422450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc11f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf2cc01490> # 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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 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 71094 1726886270.12165: 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-1726886269.348996-71257-120439267461915/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886270.12169: _low_level_execute_command(): starting 71094 1726886270.12172: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886269.348996-71257-120439267461915/ > /dev/null 2>&1 && sleep 0' 71094 1726886270.12175: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886270.12177: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886270.12180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886270.12188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886270.12234: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886270.12287: 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.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886270.12715: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886270.12718: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886270.12760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886270.14518: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886270.14571: stderr chunk (state=3): >>><<< 71094 1726886270.14575: stdout chunk (state=3): >>><<< 71094 1726886270.14599: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886270.14613: handler run complete 71094 1726886270.14629: attempt loop complete, returning result 71094 1726886270.14632: _execute() done 71094 1726886270.14634: dumping result to json 71094 1726886270.14636: done dumping result, returning 71094 1726886270.14647: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-ce07-55d2-00000000004e] 71094 1726886270.14649: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004e 71094 1726886270.14869: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004e 71094 1726886270.14872: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 71094 1726886270.14950: no more pending results, returning what we have 71094 1726886270.14954: results queue empty 71094 1726886270.14956: checking for any_errors_fatal 71094 1726886270.14967: done checking for any_errors_fatal 71094 1726886270.14968: checking for max_fail_percentage 71094 1726886270.14970: done checking for max_fail_percentage 71094 1726886270.14970: checking to see if all hosts have failed and the running result is not ok 71094 1726886270.14971: done checking to see if all hosts have failed 71094 1726886270.14972: getting the remaining hosts for this loop 71094 1726886270.14973: done getting the remaining hosts for this loop 71094 1726886270.14976: getting the next task for host managed_node1 71094 1726886270.14983: done getting next task for host managed_node1 71094 1726886270.14986: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 71094 1726886270.14990: ^ 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? (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 71094 1726886270.15000: getting variables 71094 1726886270.15001: in VariableManager get_vars() 71094 1726886270.15035: Calling all_inventory to load vars for managed_node1 71094 1726886270.15038: Calling groups_inventory to load vars for managed_node1 71094 1726886270.15040: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886270.15194: Calling all_plugins_play to load vars for managed_node1 71094 1726886270.15198: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886270.15202: Calling groups_plugins_play to load vars for managed_node1 71094 1726886270.16067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886270.17026: done with get_vars() 71094 1726886270.17040: done getting variables 71094 1726886270.17462: 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 [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:37:50 -0400 (0:00:00.897) 0:00:03.403 ****** 71094 1726886270.17519: entering _queue_task() for managed_node1/set_fact 71094 1726886270.17527: Creating lock for set_fact 71094 1726886270.18635: worker is 1 (out of 1 available) 71094 1726886270.18648: exiting _queue_task() for managed_node1/set_fact 71094 1726886270.18762: done queuing things up, now waiting for results queue to drain 71094 1726886270.18765: waiting for pending results... 71094 1726886270.19171: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 71094 1726886270.19180: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000004f 71094 1726886270.19183: variable 'ansible_search_path' from source: unknown 71094 1726886270.19185: variable 'ansible_search_path' from source: unknown 71094 1726886270.19565: calling self._execute() 71094 1726886270.19569: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.19572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.19575: variable 'omit' from source: magic vars 71094 1726886270.20437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886270.20925: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886270.21108: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886270.21143: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886270.21227: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886270.21389: 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) 71094 1726886270.21483: 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) 71094 1726886270.21556: 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) 71094 1726886270.21615: 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) 71094 1726886270.22061: Evaluated conditional (not __storage_is_ostree is defined): True 71094 1726886270.22063: variable 'omit' from source: magic vars 71094 1726886270.22065: variable 'omit' from source: magic vars 71094 1726886270.22674: variable '__ostree_booted_stat' from source: set_fact 71094 1726886270.22731: variable 'omit' from source: magic vars 71094 1726886270.23160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886270.23164: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886270.23166: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886270.23168: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.23170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.23172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886270.23174: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886270.23176: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886270.23178: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.23180: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.23445: Set connection var ansible_connection to ssh 71094 1726886270.23458: Set connection var ansible_pipelining to False 71094 1726886270.23470: Set connection var ansible_timeout to 10 71094 1726886270.23479: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886270.23485: Set connection var ansible_shell_type to sh 71094 1726886270.23494: Set connection var ansible_shell_executable to /bin/sh 71094 1726886270.23559: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.23960: variable 'ansible_connection' from source: unknown 71094 1726886270.23963: variable 'ansible_module_compression' from source: unknown 71094 1726886270.23966: variable 'ansible_shell_type' from source: unknown 71094 1726886270.23968: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.23970: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.23972: variable 'ansible_pipelining' from source: unknown 71094 1726886270.23974: variable 'ansible_timeout' from source: unknown 71094 1726886270.23976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.23978: 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) 71094 1726886270.23981: variable 'omit' from source: magic vars 71094 1726886270.23987: starting attempt loop 71094 1726886270.23989: running the handler 71094 1726886270.23991: handler run complete 71094 1726886270.23993: attempt loop complete, returning result 71094 1726886270.23995: _execute() done 71094 1726886270.23997: dumping result to json 71094 1726886270.23999: done dumping result, returning 71094 1726886270.24002: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-ce07-55d2-00000000004f] 71094 1726886270.24004: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004f ok: [managed_node1] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } 71094 1726886270.24288: no more pending results, returning what we have 71094 1726886270.24291: results queue empty 71094 1726886270.24292: checking for any_errors_fatal 71094 1726886270.24300: done checking for any_errors_fatal 71094 1726886270.24301: checking for max_fail_percentage 71094 1726886270.24303: done checking for max_fail_percentage 71094 1726886270.24303: checking to see if all hosts have failed and the running result is not ok 71094 1726886270.24304: done checking to see if all hosts have failed 71094 1726886270.24305: getting the remaining hosts for this loop 71094 1726886270.24307: done getting the remaining hosts for this loop 71094 1726886270.24310: getting the next task for host managed_node1 71094 1726886270.24319: done getting next task for host managed_node1 71094 1726886270.24323: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 71094 1726886270.24325: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886270.24337: getting variables 71094 1726886270.24338: in VariableManager get_vars() 71094 1726886270.24375: Calling all_inventory to load vars for managed_node1 71094 1726886270.24378: Calling groups_inventory to load vars for managed_node1 71094 1726886270.24387: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886270.24397: Calling all_plugins_play to load vars for managed_node1 71094 1726886270.24400: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886270.24404: Calling groups_plugins_play to load vars for managed_node1 71094 1726886270.25380: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886270.25680: done with get_vars() 71094 1726886270.25694: done getting variables 71094 1726886270.25972: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000004f 71094 1726886270.25976: WORKER PROCESS EXITING 71094 1726886270.26062: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:37:50 -0400 (0:00:00.085) 0:00:03.489 ****** 71094 1726886270.26094: entering _queue_task() for managed_node1/set_fact 71094 1726886270.26808: worker is 1 (out of 1 available) 71094 1726886270.26822: exiting _queue_task() for managed_node1/set_fact 71094 1726886270.26837: done queuing things up, now waiting for results queue to drain 71094 1726886270.26839: waiting for pending results... 71094 1726886270.27335: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 71094 1726886270.27539: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000002d 71094 1726886270.27637: variable 'ansible_search_path' from source: unknown 71094 1726886270.27641: variable 'ansible_search_path' from source: unknown 71094 1726886270.27792: calling self._execute() 71094 1726886270.27895: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.27902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.27915: variable 'omit' from source: magic vars 71094 1726886270.28177: variable 'omit' from source: magic vars 71094 1726886270.28286: variable 'omit' from source: magic vars 71094 1726886270.28382: variable 'omit' from source: magic vars 71094 1726886270.28547: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886270.28593: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886270.28615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886270.28665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.28682: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.28768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886270.28792: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886270.28828: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886270.28890: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.28898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.29149: Set connection var ansible_connection to ssh 71094 1726886270.29222: Set connection var ansible_pipelining to False 71094 1726886270.29236: Set connection var ansible_timeout to 10 71094 1726886270.29296: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886270.29305: Set connection var ansible_shell_type to sh 71094 1726886270.29324: Set connection var ansible_shell_executable to /bin/sh 71094 1726886270.29402: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.29415: variable 'ansible_connection' from source: unknown 71094 1726886270.29427: variable 'ansible_module_compression' from source: unknown 71094 1726886270.29435: variable 'ansible_shell_type' from source: unknown 71094 1726886270.29765: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.29768: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.29770: variable 'ansible_pipelining' from source: unknown 71094 1726886270.29773: variable 'ansible_timeout' from source: unknown 71094 1726886270.29775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.29850: 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) 71094 1726886270.29877: variable 'omit' from source: magic vars 71094 1726886270.29887: starting attempt loop 71094 1726886270.29894: running the handler 71094 1726886270.29912: handler run complete 71094 1726886270.29927: attempt loop complete, returning result 71094 1726886270.29986: _execute() done 71094 1726886270.29994: dumping result to json 71094 1726886270.30002: done dumping result, returning 71094 1726886270.30019: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-ce07-55d2-00000000002d] 71094 1726886270.30028: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002d ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 71094 1726886270.30204: no more pending results, returning what we have 71094 1726886270.30208: results queue empty 71094 1726886270.30209: checking for any_errors_fatal 71094 1726886270.30215: done checking for any_errors_fatal 71094 1726886270.30216: checking for max_fail_percentage 71094 1726886270.30218: done checking for max_fail_percentage 71094 1726886270.30219: checking to see if all hosts have failed and the running result is not ok 71094 1726886270.30219: done checking to see if all hosts have failed 71094 1726886270.30220: getting the remaining hosts for this loop 71094 1726886270.30222: done getting the remaining hosts for this loop 71094 1726886270.30225: getting the next task for host managed_node1 71094 1726886270.30232: done getting next task for host managed_node1 71094 1726886270.30235: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 71094 1726886270.30238: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886270.30249: getting variables 71094 1726886270.30250: in VariableManager get_vars() 71094 1726886270.30286: Calling all_inventory to load vars for managed_node1 71094 1726886270.30288: Calling groups_inventory to load vars for managed_node1 71094 1726886270.30290: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886270.30300: Calling all_plugins_play to load vars for managed_node1 71094 1726886270.30303: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886270.30305: Calling groups_plugins_play to load vars for managed_node1 71094 1726886270.30713: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002d 71094 1726886270.30716: WORKER PROCESS EXITING 71094 1726886270.30737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886270.31424: done with get_vars() 71094 1726886270.31436: done getting variables 71094 1726886270.31498: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:37:50 -0400 (0:00:00.054) 0:00:03.544 ****** 71094 1726886270.31528: entering _queue_task() for managed_node1/set_fact 71094 1726886270.32230: worker is 1 (out of 1 available) 71094 1726886270.32245: exiting _queue_task() for managed_node1/set_fact 71094 1726886270.32261: done queuing things up, now waiting for results queue to drain 71094 1726886270.32263: waiting for pending results... 71094 1726886270.32713: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 71094 1726886270.32961: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000002e 71094 1726886270.32965: variable 'ansible_search_path' from source: unknown 71094 1726886270.32968: variable 'ansible_search_path' from source: unknown 71094 1726886270.33096: calling self._execute() 71094 1726886270.33163: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.33214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.33230: variable 'omit' from source: magic vars 71094 1726886270.33639: variable 'omit' from source: magic vars 71094 1726886270.33642: variable 'omit' from source: magic vars 71094 1726886270.33645: variable 'omit' from source: magic vars 71094 1726886270.33775: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886270.33820: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886270.33879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886270.34060: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.34065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.34068: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886270.34070: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886270.34073: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886270.34295: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.34298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.34382: Set connection var ansible_connection to ssh 71094 1726886270.34393: Set connection var ansible_pipelining to False 71094 1726886270.34663: Set connection var ansible_timeout to 10 71094 1726886270.34666: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886270.34668: Set connection var ansible_shell_type to sh 71094 1726886270.34670: Set connection var ansible_shell_executable to /bin/sh 71094 1726886270.34672: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.34674: variable 'ansible_connection' from source: unknown 71094 1726886270.34676: variable 'ansible_module_compression' from source: unknown 71094 1726886270.34678: variable 'ansible_shell_type' from source: unknown 71094 1726886270.34680: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.34681: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.34683: variable 'ansible_pipelining' from source: unknown 71094 1726886270.34685: variable 'ansible_timeout' from source: unknown 71094 1726886270.34686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.34930: 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) 71094 1726886270.34948: variable 'omit' from source: magic vars 71094 1726886270.34961: starting attempt loop 71094 1726886270.34969: running the handler 71094 1726886270.35062: handler run complete 71094 1726886270.35078: attempt loop complete, returning result 71094 1726886270.35084: _execute() done 71094 1726886270.35096: dumping result to json 71094 1726886270.35103: done dumping result, returning 71094 1726886270.35118: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-ce07-55d2-00000000002e] 71094 1726886270.35127: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002e ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 71094 1726886270.35290: no more pending results, returning what we have 71094 1726886270.35294: results queue empty 71094 1726886270.35295: checking for any_errors_fatal 71094 1726886270.35299: done checking for any_errors_fatal 71094 1726886270.35300: checking for max_fail_percentage 71094 1726886270.35302: done checking for max_fail_percentage 71094 1726886270.35304: checking to see if all hosts have failed and the running result is not ok 71094 1726886270.35304: done checking to see if all hosts have failed 71094 1726886270.35305: getting the remaining hosts for this loop 71094 1726886270.35307: done getting the remaining hosts for this loop 71094 1726886270.35311: getting the next task for host managed_node1 71094 1726886270.35320: done getting next task for host managed_node1 71094 1726886270.35324: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 71094 1726886270.35327: ^ 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 71094 1726886270.35337: getting variables 71094 1726886270.35339: in VariableManager get_vars() 71094 1726886270.35378: Calling all_inventory to load vars for managed_node1 71094 1726886270.35381: Calling groups_inventory to load vars for managed_node1 71094 1726886270.35384: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886270.35393: Calling all_plugins_play to load vars for managed_node1 71094 1726886270.35396: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886270.35398: Calling groups_plugins_play to load vars for managed_node1 71094 1726886270.36069: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002e 71094 1726886270.36073: WORKER PROCESS EXITING 71094 1726886270.36333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886270.36928: done with get_vars() 71094 1726886270.36943: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:37:50 -0400 (0:00:00.055) 0:00:03.599 ****** 71094 1726886270.37037: entering _queue_task() for managed_node1/include_tasks 71094 1726886270.37812: worker is 1 (out of 1 available) 71094 1726886270.37826: exiting _queue_task() for managed_node1/include_tasks 71094 1726886270.37837: done queuing things up, now waiting for results queue to drain 71094 1726886270.37839: waiting for pending results... 71094 1726886270.38383: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 71094 1726886270.38423: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000002f 71094 1726886270.38497: variable 'ansible_search_path' from source: unknown 71094 1726886270.38506: variable 'ansible_search_path' from source: unknown 71094 1726886270.38546: calling self._execute() 71094 1726886270.38809: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.38812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.38815: variable 'omit' from source: magic vars 71094 1726886270.39594: variable 'storage_provider' from source: role '' defaults 71094 1726886270.39708: _execute() done 71094 1726886270.39717: dumping result to json 71094 1726886270.39725: done dumping result, returning 71094 1726886270.39739: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-ce07-55d2-00000000002f] 71094 1726886270.39749: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002f 71094 1726886270.39931: no more pending results, returning what we have 71094 1726886270.39936: in VariableManager get_vars() 71094 1726886270.39982: Calling all_inventory to load vars for managed_node1 71094 1726886270.39985: Calling groups_inventory to load vars for managed_node1 71094 1726886270.39988: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886270.40000: Calling all_plugins_play to load vars for managed_node1 71094 1726886270.40004: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886270.40007: Calling groups_plugins_play to load vars for managed_node1 71094 1726886270.40690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886270.40972: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000002f 71094 1726886270.40975: WORKER PROCESS EXITING 71094 1726886270.41390: done with get_vars() 71094 1726886270.41399: variable 'ansible_search_path' from source: unknown 71094 1726886270.41400: variable 'ansible_search_path' from source: unknown 71094 1726886270.41429: we have included files to process 71094 1726886270.41430: generating all_blocks data 71094 1726886270.41432: done generating all_blocks data 71094 1726886270.41436: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 71094 1726886270.41438: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 71094 1726886270.41440: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 71094 1726886270.44039: in VariableManager get_vars() 71094 1726886270.44163: done with get_vars() 71094 1726886270.46519: 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 71094 1726886270.48542: done processing included file 71094 1726886270.48545: iterating over new_blocks loaded from include file 71094 1726886270.48546: in VariableManager get_vars() 71094 1726886270.48771: done with get_vars() 71094 1726886270.48773: filtering new block on tags 71094 1726886270.48809: done filtering new block on tags 71094 1726886270.48813: in VariableManager get_vars() 71094 1726886270.48831: done with get_vars() 71094 1726886270.48833: filtering new block on tags 71094 1726886270.48865: done filtering new block on tags 71094 1726886270.48868: in VariableManager get_vars() 71094 1726886270.48887: done with get_vars() 71094 1726886270.48889: filtering new block on tags 71094 1726886270.48929: done filtering new block on tags 71094 1726886270.48932: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 71094 1726886270.48938: extending task lists for all hosts with included blocks 71094 1726886270.50024: done extending task lists 71094 1726886270.50025: done processing included files 71094 1726886270.50026: results queue empty 71094 1726886270.50027: checking for any_errors_fatal 71094 1726886270.50030: done checking for any_errors_fatal 71094 1726886270.50031: checking for max_fail_percentage 71094 1726886270.50032: done checking for max_fail_percentage 71094 1726886270.50033: checking to see if all hosts have failed and the running result is not ok 71094 1726886270.50034: done checking to see if all hosts have failed 71094 1726886270.50034: getting the remaining hosts for this loop 71094 1726886270.50036: done getting the remaining hosts for this loop 71094 1726886270.50038: getting the next task for host managed_node1 71094 1726886270.50042: done getting next task for host managed_node1 71094 1726886270.50045: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 71094 1726886270.50048: ^ 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 71094 1726886270.50059: getting variables 71094 1726886270.50060: in VariableManager get_vars() 71094 1726886270.50075: Calling all_inventory to load vars for managed_node1 71094 1726886270.50078: Calling groups_inventory to load vars for managed_node1 71094 1726886270.50080: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886270.50086: Calling all_plugins_play to load vars for managed_node1 71094 1726886270.50088: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886270.50091: Calling groups_plugins_play to load vars for managed_node1 71094 1726886270.50886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886270.51761: done with get_vars() 71094 1726886270.51775: done getting variables 71094 1726886270.51858: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:37:50 -0400 (0:00:00.148) 0:00:03.747 ****** 71094 1726886270.51892: entering _queue_task() for managed_node1/package 71094 1726886270.51894: Creating lock for package 71094 1726886270.52759: worker is 1 (out of 1 available) 71094 1726886270.52770: exiting _queue_task() for managed_node1/package 71094 1726886270.52780: done queuing things up, now waiting for results queue to drain 71094 1726886270.52781: waiting for pending results... 71094 1726886270.53181: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 71094 1726886270.53631: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000084 71094 1726886270.53635: variable 'ansible_search_path' from source: unknown 71094 1726886270.53637: variable 'ansible_search_path' from source: unknown 71094 1726886270.53640: calling self._execute() 71094 1726886270.53718: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.53956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.53961: variable 'omit' from source: magic vars 71094 1726886270.54841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886270.55424: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886270.55522: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886270.55616: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886270.55728: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886270.55889: 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) 71094 1726886270.55983: 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) 71094 1726886270.56073: 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) 71094 1726886270.56101: 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) 71094 1726886270.56396: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 71094 1726886270.56460: variable 'omit' from source: magic vars 71094 1726886270.56586: variable 'omit' from source: magic vars 71094 1726886270.56641: variable 'blivet_package_list' from source: include_vars 71094 1726886270.56829: variable 'blivet_package_list' from source: include_vars 71094 1726886270.57562: variable 'ansible_architecture' from source: facts 71094 1726886270.57924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886270.62085: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886270.62329: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886270.62377: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886270.62448: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886270.62552: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886270.62626: 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) 71094 1726886270.62780: 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) 71094 1726886270.62810: 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) 71094 1726886270.62900: 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) 71094 1726886270.62986: 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) 71094 1726886270.63291: variable '__storage_is_ostree' from source: set_fact 71094 1726886270.63295: variable 'omit' from source: magic vars 71094 1726886270.63297: variable 'omit' from source: magic vars 71094 1726886270.63299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886270.63365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886270.63390: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886270.63419: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.63619: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886270.63622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886270.63625: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886270.63627: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886270.63629: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.63631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.63818: Set connection var ansible_connection to ssh 71094 1726886270.64056: Set connection var ansible_pipelining to False 71094 1726886270.64060: Set connection var ansible_timeout to 10 71094 1726886270.64063: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886270.64065: Set connection var ansible_shell_type to sh 71094 1726886270.64067: Set connection var ansible_shell_executable to /bin/sh 71094 1726886270.64069: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.64071: variable 'ansible_connection' from source: unknown 71094 1726886270.64074: variable 'ansible_module_compression' from source: unknown 71094 1726886270.64076: variable 'ansible_shell_type' from source: unknown 71094 1726886270.64078: variable 'ansible_shell_executable' from source: unknown 71094 1726886270.64080: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886270.64082: variable 'ansible_pipelining' from source: unknown 71094 1726886270.64084: variable 'ansible_timeout' from source: unknown 71094 1726886270.64086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886270.64238: 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) 71094 1726886270.64489: variable 'omit' from source: magic vars 71094 1726886270.64492: starting attempt loop 71094 1726886270.64496: running the handler 71094 1726886270.64498: variable 'ansible_facts' from source: unknown 71094 1726886270.64501: variable 'ansible_facts' from source: unknown 71094 1726886270.64504: _low_level_execute_command(): starting 71094 1726886270.64516: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886270.65975: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886270.66189: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886270.66295: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886270.66378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886270.68068: stdout chunk (state=3): >>>/root <<< 71094 1726886270.68296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886270.68311: stdout chunk (state=3): >>><<< 71094 1726886270.68325: stderr chunk (state=3): >>><<< 71094 1726886270.68380: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886270.68403: _low_level_execute_command(): starting 71094 1726886270.68416: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022 `" && echo ansible-tmp-1726886270.6839025-71306-54166960309022="` echo /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022 `" ) && sleep 0' 71094 1726886270.69013: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886270.69079: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886270.69135: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886270.69161: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886270.69192: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886270.69294: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886270.71807: stdout chunk (state=3): >>>ansible-tmp-1726886270.6839025-71306-54166960309022=/root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022 <<< 71094 1726886270.72017: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886270.72020: stdout chunk (state=3): >>><<< 71094 1726886270.72023: stderr chunk (state=3): >>><<< 71094 1726886270.72160: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886270.6839025-71306-54166960309022=/root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886270.72165: variable 'ansible_module_compression' from source: unknown 71094 1726886270.72168: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 71094 1726886270.72171: ANSIBALLZ: Acquiring lock 71094 1726886270.72173: ANSIBALLZ: Lock acquired: 140395546101760 71094 1726886270.72175: ANSIBALLZ: Creating module 71094 1726886271.02585: ANSIBALLZ: Writing module into payload 71094 1726886271.02867: ANSIBALLZ: Writing module 71094 1726886271.02903: ANSIBALLZ: Renaming module 71094 1726886271.02920: ANSIBALLZ: Done creating module 71094 1726886271.02958: variable 'ansible_facts' from source: unknown 71094 1726886271.03156: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/AnsiballZ_dnf.py 71094 1726886271.03279: Sending initial data 71094 1726886271.03289: Sent initial data (151 bytes) 71094 1726886271.04193: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886271.04251: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found <<< 71094 1726886271.04290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886271.04403: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886271.04428: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886271.04443: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886271.04542: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886271.06843: 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 <<< 71094 1726886271.06916: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886271.06961: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpx_bu9e6u /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/AnsiballZ_dnf.py <<< 71094 1726886271.06964: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/AnsiballZ_dnf.py" <<< 71094 1726886271.07036: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpx_bu9e6u" to remote "/root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/AnsiballZ_dnf.py" <<< 71094 1726886271.08146: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886271.08199: stderr chunk (state=3): >>><<< 71094 1726886271.08210: stdout chunk (state=3): >>><<< 71094 1726886271.08251: done transferring module to remote 71094 1726886271.08347: _low_level_execute_command(): starting 71094 1726886271.08358: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/ /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/AnsiballZ_dnf.py && sleep 0' 71094 1726886271.09672: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886271.09691: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886271.10011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886271.10112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886271.10326: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886271.13121: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886271.13125: stdout chunk (state=3): >>><<< 71094 1726886271.13127: stderr chunk (state=3): >>><<< 71094 1726886271.13231: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886271.13235: _low_level_execute_command(): starting 71094 1726886271.13237: _low_level_execute_command(): using become for this command 71094 1726886271.13240: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hkmyvmjtasbodsqfpcauenbkctkvwwvg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/AnsiballZ_dnf.py'"'"' && sleep 0' 71094 1726886271.13452: Initial state: awaiting_escalation: BECOME-SUCCESS-hkmyvmjtasbodsqfpcauenbkctkvwwvg 71094 1726886271.14089: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886271.14126: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886271.14175: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886271.14242: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886271.14292: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886271.14371: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886271.18645: stdout chunk (state=1): >>>BECOME-SUCCESS-hkmyvmjtasbodsqfpcauenbkctkvwwvg <<< 71094 1726886271.18653: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hkmyvmjtasbodsqfpcauenbkctkvwwvg' 71094 1726886271.19193: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886271.19300: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 71094 1726886271.19367: stdout chunk (state=3): >>>import '_io' # <<< 71094 1726886271.19445: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 71094 1726886271.19470: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook<<< 71094 1726886271.19519: stdout chunk (state=3): >>> <<< 71094 1726886271.19540: 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' <<< 71094 1726886271.19566: stdout chunk (state=3): >>>import '_codecs' # <<< 71094 1726886271.19601: stdout chunk (state=3): >>>import 'codecs' # <<< 71094 1726886271.19791: 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 0x7f61fa9683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa937a10> # /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 0x7f61fa96a960> import '_signal' # <<< 71094 1726886271.19824: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 71094 1726886271.19862: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886271.19933: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886271.20133: stdout chunk (state=3): >>> import '_collections_abc' # <<< 71094 1726886271.20204: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 71094 1726886271.20275: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 71094 1726886271.20317: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa73cfe0> <<< 71094 1726886271.20460: 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' <<< 71094 1726886271.20541: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa73dfd0> import 'site' # <<< 71094 1726886271.20593: 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. <<< 71094 1726886271.21029: 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 <<< 71094 1726886271.21116: 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 <<< 71094 1726886271.21195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 71094 1726886271.21252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa783e00> <<< 71094 1726886271.21343: 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' <<< 71094 1726886271.21433: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa783ec0> # /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 <<< 71094 1726886271.21600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 71094 1726886271.21692: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7b3830> # /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 0x7f61fa7b3ec0> <<< 71094 1726886271.21697: stdout chunk (state=3): >>>import '_collections' # <<< 71094 1726886271.21908: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa793ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa780fb0> <<< 71094 1726886271.22186: 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 # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 71094 1726886271.22511: stdout chunk (state=3): >>> import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 71094 1726886271.22516: 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 0x7f61fa7921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7d4c20> # /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 0x7f61fa808860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa780230> # /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 0x7f61fa808d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa808bc0> # 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 0x7f61fa808f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa776d50> <<< 71094 1726886271.22519: 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' <<< 71094 1726886271.22585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 71094 1726886271.22680: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa809610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa8092e0> 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 0x7f61fa80a510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886271.22749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 71094 1726886271.22840: 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' <<< 71094 1726886271.22904: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa820710> import 'errno' # <<< 71094 1726886271.22937: 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 0x7f61fa821df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 71094 1726886271.23015: 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 <<< 71094 1726886271.23177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa822c90> # 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 0x7f61fa8232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa8221e0> # /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' <<< 71094 1726886271.23238: 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 0x7f61fa823d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa8234a0> <<< 71094 1726886271.23290: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa80a540> <<< 71094 1726886271.23293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886271.23352: 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 <<< 71094 1726886271.23430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 71094 1726886271.23486: 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 0x7f61fa54fc50> <<< 71094 1726886271.23542: 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' <<< 71094 1726886271.23614: 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 0x7f61fa578770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5784d0> # 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 0x7f61fa5787a0> # /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' <<< 71094 1726886271.23811: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.23923: 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 0x7f61fa5790d0> <<< 71094 1726886271.24129: 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 0x7f61fa579ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa578980> <<< 71094 1726886271.24199: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa54ddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 71094 1726886271.24273: 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 <<< 71094 1726886271.24427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa57ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa579940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa80ac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886271.24485: 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 <<< 71094 1726886271.24537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5a31a0> <<< 71094 1726886271.24611: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 71094 1726886271.24646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886271.24663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 71094 1726886271.24689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886271.24752: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5cf530> <<< 71094 1726886271.24786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886271.24857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 71094 1726886271.24940: stdout chunk (state=3): >>> import 'ntpath' # <<< 71094 1726886271.25048: 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 0x7f61fa6282c0> # /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' <<< 71094 1726886271.25078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 71094 1726886271.25278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa62aa20> <<< 71094 1726886271.25391: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa6283e0> <<< 71094 1726886271.25441: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5f5310> <<< 71094 1726886271.25502: 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' <<< 71094 1726886271.25514: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9f25400> <<< 71094 1726886271.25549: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5ce330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa57bd70> <<< 71094 1726886271.25745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 71094 1726886271.25775: stdout chunk (state=3): >>> <<< 71094 1726886271.25790: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f61fa5ce930> <<< 71094 1726886271.26013: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_jwk4ozo6/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available<<< 71094 1726886271.26076: stdout chunk (state=3): >>> <<< 71094 1726886271.26240: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.26380: 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 <<< 71094 1726886271.26444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886271.26512: 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' <<< 71094 1726886271.26533: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9f7f200> import '_typing' # <<< 71094 1726886271.26817: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9f5e0f0><<< 71094 1726886271.26838: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9f5d250> # zipimport: zlib available <<< 71094 1726886271.27075: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 71094 1726886271.29113: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.30916: 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 0x7f61f9f7d4f0> <<< 71094 1726886271.30970: 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' <<< 71094 1726886271.31006: 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' <<< 71094 1726886271.31032: 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' <<< 71094 1726886271.31091: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.31112: 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 0x7f61f9fa2b70> <<< 71094 1726886271.31152: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fa2960> <<< 71094 1726886271.31198: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fa2270> <<< 71094 1726886271.31247: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 71094 1726886271.31259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 71094 1726886271.31318: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fa2bd0> <<< 71094 1726886271.31347: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa578440> import 'atexit' # <<< 71094 1726886271.31382: 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'<<< 71094 1726886271.31391: stdout chunk (state=3): >>> <<< 71094 1726886271.31466: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f9fa3830> # 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 0x7f61f9fa3a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 71094 1726886271.31486: stdout chunk (state=3): >>> <<< 71094 1726886271.31531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 71094 1726886271.31559: stdout chunk (state=3): >>>import '_locale' # <<< 71094 1726886271.31803: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fa3fb0> 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 0x7f61f9e11d60> # 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 0x7f61f9e13980><<< 71094 1726886271.31828: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 71094 1726886271.31865: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 71094 1726886271.31875: stdout chunk (state=3): >>> <<< 71094 1726886271.31928: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e14380> <<< 71094 1726886271.31946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 71094 1726886271.31990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 71094 1726886271.32027: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e15520> <<< 71094 1726886271.32073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886271.32105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886271.32146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886271.32166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886271.32300: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e17fb0> <<< 71094 1726886271.32334: 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 0x7f61fa822c00> <<< 71094 1726886271.32475: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e16270> # /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' <<< 71094 1726886271.32582: 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 0x7f61f9e1ff50> import '_tokenize' # <<< 71094 1726886271.32633: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e1ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e1e780><<< 71094 1726886271.32685: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 71094 1726886271.32689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'<<< 71094 1726886271.32691: stdout chunk (state=3): >>> <<< 71094 1726886271.32807: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e1ecf0> <<< 71094 1726886271.32844: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e16780> <<< 71094 1726886271.32883: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886271.32899: 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 0x7f61f9e63f20> <<< 71094 1726886271.32946: 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<<< 71094 1726886271.32962: 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 0x7f61f9e64170><<< 71094 1726886271.33002: stdout chunk (state=3): >>> <<< 71094 1726886271.33028: 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' <<< 71094 1726886271.33066: 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' <<< 71094 1726886271.33274: 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 0x7f61f9e65d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e65af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886271.33298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886271.33380: 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 0x7f61f9e682c0> <<< 71094 1726886271.33397: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e66420> <<< 71094 1726886271.33445: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 71094 1726886271.33490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886271.33544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py<<< 71094 1726886271.33576: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 71094 1726886271.33580: stdout chunk (state=3): >>>import '_string' # <<< 71094 1726886271.33628: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e6ba70> <<< 71094 1726886271.33830: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e68440> <<< 71094 1726886271.33926: 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 0x7f61f9e6c590> <<< 71094 1726886271.33999: 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 0x7f61f9e6c8f0><<< 71094 1726886271.34024: stdout chunk (state=3): >>> <<< 71094 1726886271.34063: 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'<<< 71094 1726886271.34074: 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'<<< 71094 1726886271.34179: stdout chunk (state=3): >>> import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f9e6cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e64470> # /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' <<< 71094 1726886271.34222: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.34267: 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 0x7f61f9ef8290> <<< 71094 1726886271.34508: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.34537: 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 0x7f61f9ef9490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e6ea50> <<< 71094 1726886271.34598: 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 0x7f61f9e6fe00><<< 71094 1726886271.34771: stdout chunk (state=3): >>> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e6e660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 71094 1726886271.34815: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.34950: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.34989: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 71094 1726886271.35032: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.35050: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 71094 1726886271.35080: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886271.35275: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.35472: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.36396: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.37296: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886271.37324: 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' # <<< 71094 1726886271.37339: stdout chunk (state=3): >>> # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 71094 1726886271.37373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886271.37476: 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 0x7f61f9efd700> <<< 71094 1726886271.37623: 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 0x7f61f9efe510> <<< 71094 1726886271.37674: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9ef95e0> <<< 71094 1726886271.37712: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available<<< 71094 1726886271.37749: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886271.37774: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 71094 1726886271.37975: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886271.38033: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886271.38037: stdout chunk (state=3): >>> <<< 71094 1726886271.38280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886271.38284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 71094 1726886271.38472: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9efe5d0> # zipimport: zlib available <<< 71094 1726886271.39086: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.39829: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.39976: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.40083: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886271.40158: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.40168: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.40265: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 71094 1726886271.40354: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.40490: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886271.40495: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.40523: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 71094 1726886271.40557: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.40622: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.40681: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 71094 1726886271.40713: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.41094: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.41473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886271.41549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886271.41579: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886271.41701: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9eff740> <<< 71094 1726886271.41742: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.41831: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886271.41878: stdout chunk (state=3): >>> <<< 71094 1726886271.42176: 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 # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 71094 1726886271.42203: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.42284: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.42369: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.42481: 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 <<< 71094 1726886271.42615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886271.42719: 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 0x7f61f9d0a2d0> <<< 71094 1726886271.42746: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d05100> <<< 71094 1726886271.42842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 71094 1726886271.43065: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886271.43068: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.43158: 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' <<< 71094 1726886271.43185: 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 <<< 71094 1726886271.43197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 71094 1726886271.43269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 71094 1726886271.43316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886271.43344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 71094 1726886271.43375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 71094 1726886271.43522: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e02a80> <<< 71094 1726886271.43552: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fe2750><<< 71094 1726886271.43976: stdout chunk (state=3): >>> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d0a090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9ef96d0> # 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 <<< 71094 1726886271.44862: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.45699: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.47081: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.47929: 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' <<< 71094 1726886271.47947: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9c770> <<< 71094 1726886271.48147: 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 0x7f61f9d9c980> <<< 71094 1726886271.48151: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # 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 <<< 71094 1726886271.48153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 71094 1726886271.48157: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9d0a0> <<< 71094 1726886271.48161: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9cc50><<< 71094 1726886271.48187: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py<<< 71094 1726886271.48231: 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 <<< 71094 1726886271.48245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 71094 1726886271.48333: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9da00> <<< 71094 1726886271.48787: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d89790> # /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 0x7f61f9d898b0> # /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 0x7f61f99626c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9f200> # /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'<<< 71094 1726886271.48822: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 71094 1726886271.48847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'<<< 71094 1726886271.48897: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 71094 1726886271.49003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 71094 1726886271.49049: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9971280> <<< 71094 1726886271.49067: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9963e00><<< 71094 1726886271.49079: stdout chunk (state=3): >>> <<< 71094 1726886271.49125: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99631a0> <<< 71094 1726886271.49152: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9e690> <<< 71094 1726886271.49211: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py<<< 71094 1726886271.49216: stdout chunk (state=3): >>> <<< 71094 1726886271.49497: 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 # 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 0x7f61f99dd1c0> <<< 71094 1726886271.49984: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9995310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9ec60> # /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 0x7f61f99e4c80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99def90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9994e00> <<< 71094 1726886271.50017: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9e060> <<< 71094 1726886271.50023: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9da90> <<< 71094 1726886271.50053: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9d760> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9c9e0> <<< 71094 1726886271.50084: 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' <<< 71094 1726886271.50160: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9dac0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py<<< 71094 1726886271.50279: 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' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99e5280> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99e4e30> <<< 71094 1726886271.50327: 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' <<< 71094 1726886271.50429: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99e59d0><<< 71094 1726886271.50481: stdout chunk (state=3): >>> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 71094 1726886271.50510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 71094 1726886271.50602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 71094 1726886271.50660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 71094 1726886271.50748: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.50974: 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 0x7f61f99e8680> <<< 71094 1726886271.51199: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99c97f0><<< 71094 1726886271.51246: stdout chunk (state=3): >>> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99e69c0> <<< 71094 1726886271.51275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 71094 1726886271.51302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 71094 1726886271.51356: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99c9280> <<< 71094 1726886271.51578: 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 0x7f61f9a02570> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 71094 1726886271.51680: 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' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9a03230> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9a02cc0> # /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' <<< 71094 1726886271.51748: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9a03710> <<< 71094 1726886271.51784: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 71094 1726886271.51888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 71094 1726886271.52237: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99d7800> <<< 71094 1726886271.52253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 71094 1726886271.52347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f988e060> <<< 71094 1726886271.52449: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.52539: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 71094 1726886271.52571: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886271.52668: stdout chunk (state=3): >>> <<< 71094 1726886271.52771: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.52975: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 71094 1726886271.53186: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.53190: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 71094 1726886271.53386: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.53571: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 71094 1726886271.53792: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886271.54344: 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' <<< 71094 1726886271.54399: 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' <<< 71094 1726886271.54419: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 71094 1726886271.54574: 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 0x7f61f98c2fc0> # /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' <<< 71094 1726886271.54727: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f98c30b0> <<< 71094 1726886271.54760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 71094 1726886271.54780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'<<< 71094 1726886271.54835: 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' <<< 71094 1726886271.54891: 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 0x7f61f961f290><<< 71094 1726886271.54944: stdout chunk (state=3): >>> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f961eae0> <<< 71094 1726886271.54999: 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 0x7f61f961ec90> <<< 71094 1726886271.55045: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f98c35f0><<< 71094 1726886271.55262: stdout chunk (state=3): >>> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f98c25a0> # /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 0x7f61f98c2c60> # /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' <<< 71094 1726886271.55279: 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' <<< 71094 1726886271.55326: 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'<<< 71094 1726886271.55538: 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 0x7f61f9698830> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9698410> <<< 71094 1726886271.55587: 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 <<< 71094 1726886271.55639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 71094 1726886271.55746: 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' <<< 71094 1726886271.55774: stdout chunk (state=3): >>>import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f969bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f96988c0> <<< 71094 1726886271.55915: 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 <<< 71094 1726886271.56142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 71094 1726886271.57369: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'<<< 71094 1726886271.57405: 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 0x7f61f912f020> <<< 71094 1726886271.57682: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d00aa0> # /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' <<< 71094 1726886271.57740: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'<<< 71094 1726886271.57758: 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 0x7f61f91acda0><<< 71094 1726886271.57783: stdout chunk (state=3): >>> <<< 71094 1726886271.57977: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f912f620> <<< 71094 1726886271.58010: 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 <<< 71094 1726886271.58067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 71094 1726886271.58181: 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'<<< 71094 1726886271.58204: stdout chunk (state=3): >>> import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f91afd70> <<< 71094 1726886271.58257: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f91acf20><<< 71094 1726886271.58260: stdout chunk (state=3): >>> <<< 71094 1726886271.58292: 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 <<< 71094 1726886271.58372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'<<< 71094 1726886271.58389: stdout chunk (state=3): >>> <<< 71094 1726886271.58480: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'<<< 71094 1726886271.58514: 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 0x7f61f91ebe30> <<< 71094 1726886271.58562: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f91aff80> <<< 71094 1726886271.58599: 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<<< 71094 1726886271.58603: stdout chunk (state=3): >>> <<< 71094 1726886271.58630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 71094 1726886271.58737: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 71094 1726886271.58740: 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 0x7f61f77f90d0> <<< 71094 1726886271.58987: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77f84d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f963bf50> <<< 71094 1726886271.59305: 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' # 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 0x7f61f781c590> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77fb9e0> # /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 0x7f61f781ec60> # /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'<<< 71094 1726886271.59314: stdout chunk (state=3): >>> import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781fb30><<< 71094 1726886271.59354: 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 <<< 71094 1726886271.59361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886271.60013: 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' <<< 71094 1726886271.60017: stdout chunk (state=3): >>>import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f7844440> <<< 71094 1726886271.60072: 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 <<< 71094 1726886271.60105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 71094 1726886271.60275: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78441a0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781fd70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781ebd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781e4b0> # /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' <<< 71094 1726886271.60352: 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 0x7f61f78474d0> <<< 71094 1726886271.60396: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781f050><<< 71094 1726886271.60483: stdout chunk (state=3): >>> <<< 71094 1726886271.60505: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781c920> <<< 71094 1726886271.60562: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77faff0><<< 71094 1726886271.60566: stdout chunk (state=3): >>> <<< 71094 1726886271.60606: 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' <<< 71094 1726886271.60811: 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 0x7f61f77fb710> <<< 71094 1726886271.60833: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77fb470> <<< 71094 1726886271.60878: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77f91f0> <<< 71094 1726886271.60925: 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 0x7f61f7880a40> <<< 71094 1726886271.60973: 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 <<< 71094 1726886271.61004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 71094 1726886271.61030: 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 <<< 71094 1726886271.61116: 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 0x7f61f7882f60><<< 71094 1726886271.61171: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 71094 1726886271.61176: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 71094 1726886271.61380: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7883740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7882270> # /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 0x7f61f7883f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7880a10> # /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 <<< 71094 1726886271.61422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 71094 1726886271.61449: 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' <<< 71094 1726886271.61487: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78ad9d0> <<< 71094 1726886271.61558: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78acf50> <<< 71094 1726886271.61583: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78acda0> # /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' <<< 71094 1726886271.61611: 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 <<< 71094 1726886271.61666: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 71094 1726886271.61702: 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 <<< 71094 1726886271.61731: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 71094 1726886271.61786: 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<<< 71094 1726886271.61789: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 71094 1726886271.61839: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78d4a70> <<< 71094 1726886271.61842: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 71094 1726886271.61901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'<<< 71094 1726886271.62186: 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' # /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 0x7f61f71a2ae0> <<< 71094 1726886271.62194: 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 0x7f61f71a2e40> <<< 71094 1726886271.62215: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78d6d80> <<< 71094 1726886271.62253: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78d4f20> <<< 71094 1726886271.62460: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78aff20> <<< 71094 1726886271.62522: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78ae1b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78adee0> # /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 <<< 71094 1726886271.62537: 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 0x7f61f71dc920> <<< 71094 1726886271.62633: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71a3a40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78ae6f0> # /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' <<< 71094 1726886271.62674: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71dcfe0> <<< 71094 1726886271.62729: 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' <<< 71094 1726886271.62763: stdout chunk (state=3): >>>import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71dd3a0> # /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' <<< 71094 1726886271.62793: stdout chunk (state=3): >>>import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71dd460> <<< 71094 1726886271.62837: 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' <<< 71094 1726886271.62873: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71dd550> # /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 <<< 71094 1726886271.62952: 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 <<< 71094 1726886271.62978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 71094 1726886271.63167: 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' <<< 71094 1726886271.63291: stdout chunk (state=3): >>>import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f71fc140> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71de270> # /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 0x7f61f71fc2c0> # /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 0x7f61f71fc3b0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71dd2e0> # /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 0x7f61f71fc560> <<< 71094 1726886271.63335: 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 <<< 71094 1726886271.63346: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 71094 1726886271.63395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 71094 1726886271.63516: 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 <<< 71094 1726886271.63637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 71094 1726886271.63895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 71094 1726886271.63913: 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 0x7f61f7227f50> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f72273b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7225e20> <<< 71094 1726886271.64126: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71fdd60> <<< 71094 1726886271.64143: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71fd1c0> <<< 71094 1726886271.64179: 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 0x7f61f78d4fe0><<< 71094 1726886271.64204: stdout chunk (state=3): >>> <<< 71094 1726886271.64235: 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' <<< 71094 1726886271.64387: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77f8ef0> # /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 0x7f61f7264830> # /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 0x7f61f7264aa0> # /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' <<< 71094 1726886271.64468: 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 <<< 71094 1726886271.64485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 71094 1726886271.64598: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f72653d0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7264e90> <<< 71094 1726886271.64604: 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 0x7f61f72662a0> <<< 71094 1726886271.64606: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f961f380> <<< 71094 1726886271.64662: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9efd610> <<< 71094 1726886271.65349: 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 <<< 71094 1726886271.65480: 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 0x7f61f7266d50> # /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 <<< 71094 1726886271.65524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 71094 1726886271.65625: 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 <<< 71094 1726886271.65647: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 71094 1726886271.65692: 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 0x7f61f703b7d0> <<< 71094 1726886271.66005: 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' # /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' <<< 71094 1726886271.66062: stdout chunk (state=3): >>>import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f705d7f0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f705d3d0> <<< 71094 1726886271.66097: 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 0x7f61f9e1e6f0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f705c290> <<< 71094 1726886271.66174: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f703bad0> <<< 71094 1726886271.66302: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7038830> # /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 0x7f61f71fc380> <<< 71094 1726886271.66339: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886271.66363: 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 <<< 71094 1726886271.66382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 71094 1726886271.66470: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7072e10> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7071940> <<< 71094 1726886271.66567: 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' <<< 71094 1726886271.66764: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7098620> # /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 0x7f61f7098920> <<< 71094 1726886271.66799: 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 0x7f61f7098b90> # /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 0x7f61f7098e30> # /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<<< 71094 1726886271.66820: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 71094 1726886271.66876: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7099550> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70993a0> <<< 71094 1726886271.66931: 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 0x7f61f709ae40> <<< 71094 1726886271.66984: 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' <<< 71094 1726886271.67034: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f709af90> # /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<<< 71094 1726886271.67069: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 71094 1726886271.67148: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f709b1a0> # /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' <<< 71094 1726886271.67171: 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 <<< 71094 1726886271.67198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 71094 1726886271.67363: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b0110> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f709b950> # /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 0x7f61f70b0cb0> # /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'<<< 71094 1726886271.67377: stdout chunk (state=3): >>> import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b1100> <<< 71094 1726886271.67480: 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 0x7f61f70b12e0> # /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' <<< 71094 1726886271.67542: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b15b0> <<< 71094 1726886271.67590: 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 0x7f61f70b24b0><<< 71094 1726886271.67687: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b2720> # /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 <<< 71094 1726886271.68189: 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 0x7f61f70b2930> # /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 0x7f61f70b3530> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b3050> # /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 0x7f61f70dc3b0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b3ce0> # /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 0x7f61f70dd010> <<< 71094 1726886271.68295: 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 # 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 0x7f61f70dd310> # /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 0x7f61f70de270> # /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 0x7f61f70de510> # /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 0x7f61f70de6c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f72671a0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7266f30> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7266660> <<< 71094 1726886271.68329: 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'<<< 71094 1726886271.68378: 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' <<< 71094 1726886271.68444: 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 0x7f61f70df0e0> <<< 71094 1726886271.68476: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70dee10> <<< 71094 1726886271.68499: 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' <<< 71094 1726886271.68770: 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' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70fd580> <<< 71094 1726886271.68801: 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' <<< 71094 1726886271.69086: 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' <<< 71094 1726886271.69207: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70fec60> # 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 0x7f61f70fde80> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70fd9d0> # /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 0x7f61f6e544a0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e3f890> # /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'<<< 71094 1726886271.69249: 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 <<< 71094 1726886271.69326: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 71094 1726886271.69347: stdout chunk (state=3): >>>import 'six.moves' # <<< 71094 1726886271.69387: 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 <<< 71094 1726886271.69426: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 71094 1726886271.69470: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e57110> <<< 71094 1726886271.69493: 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 0x7f61f6e57c20><<< 71094 1726886271.69576: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 71094 1726886271.69665: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e54b00> <<< 71094 1726886271.69668: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e547d0> <<< 71094 1726886271.69719: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70df3b0> <<< 71094 1726886271.69782: 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' <<< 71094 1726886271.69828: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70fc7d0> <<< 71094 1726886271.69832: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70df110> <<< 71094 1726886271.69992: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7266f00> # /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 0x7f61f6e81e20> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 71094 1726886271.70016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 71094 1726886271.70050: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e826f0> <<< 71094 1726886271.70114: 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' <<< 71094 1726886271.70136: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e83710> <<< 71094 1726886271.70229: 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 0x7f61f6e83d70> # /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' <<< 71094 1726886271.70274: 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'<<< 71094 1726886271.70345: 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' <<< 71094 1726886271.70468: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.70548: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.70590: stdout chunk (state=3): >>>import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f61f6ea9460> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ea8e30> <<< 71094 1726886271.70659: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ea8ad0> <<< 71094 1726886271.70747: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ea8770> # /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' <<< 71094 1726886271.70781: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f709aed0> <<< 71094 1726886271.70791: 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' <<< 71094 1726886271.70982: 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 0x7f61f6eab050> # /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 0x7f61f6eab110> # /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' <<< 71094 1726886271.71103: 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 0x7f61f6eab830> <<< 71094 1726886271.71126: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eab6b0> <<< 71094 1726886271.71146: 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' <<< 71094 1726886271.71299: 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 <<< 71094 1726886271.71307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 71094 1726886271.71324: 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 <<< 71094 1726886271.71364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'<<< 71094 1726886271.71391: stdout chunk (state=3): >>> <<< 71094 1726886271.71444: 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 0x7f61f6ed9e80> <<< 71094 1726886271.71518: 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 <<< 71094 1726886271.71646: 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' # /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 0x7f61f6edb0b0> # /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 0x7f61f6edb320> # /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' <<< 71094 1726886271.71682: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886271.71739: 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 0x7f61f6edb470> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6edb2c0> <<< 71094 1726886271.71845: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6edab70> <<< 71094 1726886271.71848: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eda000> <<< 71094 1726886271.72004: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ed92b0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ed8830> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eabf80> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eaab40> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eaa030> # /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 0x7f61f6edad80> # /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 0x7f61f6edb860> # /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 0x7f61f6f08170> <<< 71094 1726886271.72097: 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 0x7f61f6f08500> <<< 71094 1726886271.72112: 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<<< 71094 1726886271.72190: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 71094 1726886271.72312: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6f08e30> # /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 <<< 71094 1726886271.72329: 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 0x7f61f6f099a0> <<< 71094 1726886271.91088: stdout chunk (state=3): >>> <<< 71094 1726886271.91122: 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}}} <<< 71094 1726886271.92772: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 71094 1726886271.93016: stdout chunk (state=3): >>># destroy __main__ <<< 71094 1726886271.93698: 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<<< 71094 1726886271.93739: 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 # 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 <<< 71094 1726886271.93867: 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 # 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 <<< 71094 1726886271.94031: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # 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 <<< 71094 1726886271.94124: 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 <<< 71094 1726886271.94178: 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 <<< 71094 1726886271.94293: 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 # 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 <<< 71094 1726886271.94965: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 71094 1726886271.95002: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 71094 1726886271.95039: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 71094 1726886271.95228: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 71094 1726886271.95233: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon<<< 71094 1726886271.95235: stdout chunk (state=3): >>> # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux<<< 71094 1726886271.95241: stdout chunk (state=3): >>> <<< 71094 1726886271.95253: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 71094 1726886271.95291: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 71094 1726886271.95359: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 71094 1726886271.95419: 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 # destroy dateutil.tz<<< 71094 1726886271.95422: stdout chunk (state=3): >>> # destroy six <<< 71094 1726886271.95446: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 71094 1726886271.95521: 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 # destroy uuid<<< 71094 1726886271.95525: stdout chunk (state=3): >>> # destroy systemd.journal <<< 71094 1726886271.95586: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 71094 1726886271.95737: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # 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<<< 71094 1726886271.95768: stdout chunk (state=3): >>> # 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<<< 71094 1726886271.95791: stdout chunk (state=3): >>> # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps <<< 71094 1726886271.95848: stdout chunk (state=3): >>># 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 <<< 71094 1726886271.96032: 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 # 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 <<< 71094 1726886271.96066: 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<<< 71094 1726886271.96092: stdout chunk (state=3): >>> # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale <<< 71094 1726886271.96582: stdout chunk (state=3): >>># 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<<< 71094 1726886271.96596: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 71094 1726886271.97008: stdout chunk (state=3): >>># destroy sys.monitoring <<< 71094 1726886271.97031: stdout chunk (state=3): >>># destroy _socket <<< 71094 1726886271.97068: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 71094 1726886271.97092: stdout chunk (state=3): >>># destroy _hashlib <<< 71094 1726886271.97121: stdout chunk (state=3): >>># destroy platform <<< 71094 1726886271.97162: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 71094 1726886271.97188: stdout chunk (state=3): >>># destroy tokenize <<< 71094 1726886271.97206: stdout chunk (state=3): >>># destroy _compat_pickle <<< 71094 1726886271.97235: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 71094 1726886271.97279: stdout chunk (state=3): >>># destroy _queue <<< 71094 1726886271.97306: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 71094 1726886271.97376: 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<<< 71094 1726886271.97402: stdout chunk (state=3): >>> # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 71094 1726886271.97432: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external <<< 71094 1726886271.97492: stdout chunk (state=3): >>># destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 71094 1726886271.97517: stdout chunk (state=3): >>># destroy pwd <<< 71094 1726886271.97551: 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<<< 71094 1726886271.97582: stdout chunk (state=3): >>> # destroy importlib # destroy inspect <<< 71094 1726886271.97801: stdout chunk (state=3): >>># 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 <<< 71094 1726886271.97864: stdout chunk (state=3): >>># destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors <<< 71094 1726886271.97995: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix<<< 71094 1726886271.98000: stdout chunk (state=3): >>> <<< 71094 1726886271.98033: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 71094 1726886271.98095: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 71094 1726886271.98169: stdout chunk (state=3): >>># destroy _ssl <<< 71094 1726886271.98265: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886271.98408: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 71094 1726886271.98411: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 71094 1726886271.98500: stdout chunk (state=3): >>># destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 71094 1726886271.99874: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886271.99905: stderr chunk (state=3): >>><<< 71094 1726886271.99912: stdout chunk (state=3): >>><<< 71094 1726886272.00378: _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 0x7f61fa9683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa937a10> # /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 0x7f61fa96a960> 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 0x7f61fa73cfe0> # /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 0x7f61fa73dfd0> 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 0x7f61fa783e00> # /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 0x7f61fa783ec0> # /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 0x7f61fa7b3830> # /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 0x7f61fa7b3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa793ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa780fb0> # /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 0x7f61fa7d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7d6420> # /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 0x7f61fa7921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa7d4c20> # /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 0x7f61fa808860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa780230> # /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 0x7f61fa808d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa808bc0> # 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 0x7f61fa808f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa776d50> # /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 0x7f61fa809610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa8092e0> 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 0x7f61fa80a510> 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 0x7f61fa820710> 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 0x7f61fa821df0> # /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 0x7f61fa822c90> # 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 0x7f61fa8232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa8221e0> # /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 0x7f61fa823d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa8234a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa80a540> # /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 0x7f61fa54fc50> # /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 0x7f61fa578770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5784d0> # 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 0x7f61fa5787a0> # /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 0x7f61fa5790d0> # 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 0x7f61fa579ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa578980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa54ddf0> # /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 0x7f61fa57ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa579940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa80ac30> # /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 0x7f61fa5a31a0> # /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 0x7f61fa5cf530> # /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 0x7f61fa6282c0> # /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 0x7f61fa62aa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa6283e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5f5310> # /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 0x7f61f9f25400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa5ce330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa57bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f61fa5ce930> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_jwk4ozo6/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 0x7f61f9f7f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9f5e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9f5d250> # 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 0x7f61f9f7d4f0> # /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 0x7f61f9fa2b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fa2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fa2270> # /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 0x7f61f9fa2bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61fa578440> 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 0x7f61f9fa3830> # 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 0x7f61f9fa3a70> # /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 0x7f61f9fa3fb0> 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 0x7f61f9e11d60> # 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 0x7f61f9e13980> # /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 0x7f61f9e14380> # /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 0x7f61f9e15520> # /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 0x7f61f9e17fb0> # 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 0x7f61fa822c00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e16270> # /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 0x7f61f9e1ff50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e1ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e1e780> # /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 0x7f61f9e1ecf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e16780> # 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 0x7f61f9e63f20> # /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 0x7f61f9e64170> # /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 0x7f61f9e65d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e65af0> # /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 0x7f61f9e682c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e66420> # /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 0x7f61f9e6ba70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e68440> # 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 0x7f61f9e6c590> # 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 0x7f61f9e6c8f0> # 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 0x7f61f9e6cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e64470> # /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 0x7f61f9ef8290> # 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 0x7f61f9ef9490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e6ea50> # 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 0x7f61f9e6fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9e6e660> # 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 0x7f61f9efd700> # /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 0x7f61f9efe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9ef95e0> 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 0x7f61f9efe5d0> # 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 0x7f61f9eff740> # 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 0x7f61f9d0a2d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d05100> 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 0x7f61f9e02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9fe2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d0a090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9ef96d0> # 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 0x7f61f9d9c770> # /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 0x7f61f9d9c980> # /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 0x7f61f9d9d0a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9cc50> # /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 0x7f61f9d9da00> # /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 0x7f61f9d89790> # /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 0x7f61f9d898b0> # /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 0x7f61f99626c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9f200> # /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 0x7f61f9971280> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9963e00> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99631a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9e690> # /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 0x7f61f99dd1c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9995310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9ec60> # /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 0x7f61f99e4c80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99def90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9994e00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9e060> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9da90> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9d760> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d9c9e0> # /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 0x7f61f9d9dac0> # /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 0x7f61f99e5280> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99e4e30> # /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 0x7f61f99e59d0> # /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 0x7f61f99e8680> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99c97f0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f99e69c0> # /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 0x7f61f99c9280> # /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 0x7f61f9a02570> # /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 0x7f61f9a03230> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9a02cc0> # /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 0x7f61f9a03710> # /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 0x7f61f99d7800> # /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 0x7f61f988e060> # 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 0x7f61f98c2fc0> # /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 0x7f61f98c30b0> # /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 0x7f61f961f290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f961eae0> # 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 0x7f61f961ec90> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f98c35f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f98c25a0> # /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 0x7f61f98c2c60> # /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 0x7f61f9698830> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9698410> # /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 0x7f61f969bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f96988c0> # /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 0x7f61f912f020> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9d00aa0> # /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 0x7f61f91acda0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f912f620> # /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 0x7f61f91afd70> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f91acf20> # /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 0x7f61f91ebe30> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f91aff80> # /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 0x7f61f77f90d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77f84d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f963bf50> # /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 0x7f61f781c590> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77fb9e0> # /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 0x7f61f781ec60> # /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 0x7f61f781fb30> # /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 0x7f61f7844440> # /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 0x7f61f78441a0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781fd70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781ebd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781e4b0> # /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 0x7f61f78474d0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781f050> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f781c920> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77faff0> # /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 0x7f61f77fb710> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77fb470> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f77f91f0> # /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 0x7f61f7880a40> # /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 0x7f61f7882f60> # /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 0x7f61f7883740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7882270> # /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 0x7f61f7883f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7880a10> # /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 0x7f61f78ad9d0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78acf50> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78acda0> # /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 0x7f61f78d4a70> # /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 0x7f61f71a2ae0> # 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 0x7f61f71a2e40> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78d6d80> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78d4f20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78aff20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78ae1b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78adee0> # /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 0x7f61f71dc920> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71a3a40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f78ae6f0> # /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 0x7f61f71dcfe0> # /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 0x7f61f71dd3a0> # /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 0x7f61f71dd460> # /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 0x7f61f71dd550> # /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 0x7f61f71fc140> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71de270> # /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 0x7f61f71fc2c0> # /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 0x7f61f71fc3b0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71dd2e0> # /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 0x7f61f71fc560> # /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 0x7f61f7227f50> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f72273b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7225e20> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71fdd60> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f71fd1c0> # /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 0x7f61f78d4fe0> # /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 0x7f61f77f8ef0> # /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 0x7f61f7264830> # /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 0x7f61f7264aa0> # /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 0x7f61f72653d0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7264e90> # /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 0x7f61f72662a0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f961f380> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f9efd610> # /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 0x7f61f7266d50> # /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 0x7f61f703b7d0> # /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 0x7f61f705d7f0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f705d3d0> # 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 0x7f61f9e1e6f0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f705c290> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f703bad0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7038830> # /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 0x7f61f71fc380> # /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 0x7f61f7072e10> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7071940> # /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 0x7f61f7098620> # /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 0x7f61f7098920> # /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 0x7f61f7098b90> # /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 0x7f61f7098e30> # /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 0x7f61f7099550> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70993a0> # /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 0x7f61f709ae40> # /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 0x7f61f709af90> # /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 0x7f61f709b1a0> # /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 0x7f61f70b0110> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f709b950> # /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 0x7f61f70b0cb0> # /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 0x7f61f70b1100> # /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 0x7f61f70b12e0> # /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 0x7f61f70b15b0> # /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 0x7f61f70b24b0> # /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 0x7f61f70b2720> # /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 0x7f61f70b2930> # /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 0x7f61f70b3530> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b3050> # /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 0x7f61f70dc3b0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70b3ce0> # /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 0x7f61f70dd010> # /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 0x7f61f70dd310> # /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 0x7f61f70de270> # /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 0x7f61f70de510> # /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 0x7f61f70de6c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f72671a0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7266f30> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7266660> # /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 0x7f61f70df0e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70dee10> # /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 0x7f61f70fd580> # /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 0x7f61f70fec60> # 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 0x7f61f70fde80> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70fd9d0> # /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 0x7f61f6e544a0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e3f890> # /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 0x7f61f6e57110> # /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 0x7f61f6e57c20> # /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 0x7f61f6e54b00> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6e547d0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70df3b0> # /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 0x7f61f70fc7d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f70df110> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f7266f00> # /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 0x7f61f6e81e20> # /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 0x7f61f6e826f0> # /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 0x7f61f6e83710> # /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 0x7f61f6e83d70> # /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 0x7f61f6ea9460> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ea8e30> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ea8ad0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ea8770> # /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 0x7f61f709aed0> # /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 0x7f61f6eab050> # /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 0x7f61f6eab110> # /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 0x7f61f6eab830> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eab6b0> # /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 0x7f61f6ed9e80> # /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 0x7f61f6edb0b0> # /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 0x7f61f6edb320> # /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 0x7f61f6edb470> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6edb2c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6edab70> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eda000> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ed92b0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6ed8830> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eabf80> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eaab40> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f61f6eaa030> # /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 0x7f61f6edad80> # /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 0x7f61f6edb860> # /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 0x7f61f6f08170> # /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 0x7f61f6f08500> # /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 0x7f61f6f08e30> # /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 0x7f61f6f099a0> {"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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 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 71094 1726886272.02245: 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-1726886270.6839025-71306-54166960309022/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886272.02250: _low_level_execute_command(): starting 71094 1726886272.02253: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886270.6839025-71306-54166960309022/ > /dev/null 2>&1 && sleep 0' 71094 1726886272.02261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886272.02321: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886272.02324: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886272.02326: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886272.02328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886272.04804: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886272.04984: stderr chunk (state=3): >>><<< 71094 1726886272.04988: stdout chunk (state=3): >>><<< 71094 1726886272.05004: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886272.05024: handler run complete 71094 1726886272.05126: attempt loop complete, returning result 71094 1726886272.05129: _execute() done 71094 1726886272.05132: dumping result to json 71094 1726886272.05134: done dumping result, returning 71094 1726886272.05137: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-ce07-55d2-000000000084] 71094 1726886272.05139: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000084 ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 71094 1726886272.05542: no more pending results, returning what we have 71094 1726886272.05544: results queue empty 71094 1726886272.05545: checking for any_errors_fatal 71094 1726886272.05546: done checking for any_errors_fatal 71094 1726886272.05547: checking for max_fail_percentage 71094 1726886272.05548: done checking for max_fail_percentage 71094 1726886272.05549: checking to see if all hosts have failed and the running result is not ok 71094 1726886272.05550: done checking to see if all hosts have failed 71094 1726886272.05550: getting the remaining hosts for this loop 71094 1726886272.05552: done getting the remaining hosts for this loop 71094 1726886272.05556: getting the next task for host managed_node1 71094 1726886272.05564: done getting next task for host managed_node1 71094 1726886272.05567: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 71094 1726886272.05685: ^ 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 71094 1726886272.05704: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000084 71094 1726886272.05707: WORKER PROCESS EXITING 71094 1726886272.05772: getting variables 71094 1726886272.05774: in VariableManager get_vars() 71094 1726886272.05849: Calling all_inventory to load vars for managed_node1 71094 1726886272.05857: Calling groups_inventory to load vars for managed_node1 71094 1726886272.05860: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886272.05871: Calling all_plugins_play to load vars for managed_node1 71094 1726886272.05874: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886272.05877: Calling groups_plugins_play to load vars for managed_node1 71094 1726886272.06177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886272.06524: done with get_vars() 71094 1726886272.06546: done getting variables 71094 1726886272.06645: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:37:52 -0400 (0:00:01.547) 0:00:05.295 ****** 71094 1726886272.06687: entering _queue_task() for managed_node1/debug 71094 1726886272.06694: Creating lock for debug 71094 1726886272.07038: worker is 1 (out of 1 available) 71094 1726886272.07050: exiting _queue_task() for managed_node1/debug 71094 1726886272.07063: done queuing things up, now waiting for results queue to drain 71094 1726886272.07065: waiting for pending results... 71094 1726886272.07323: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 71094 1726886272.07445: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000085 71094 1726886272.07647: variable 'ansible_search_path' from source: unknown 71094 1726886272.07651: variable 'ansible_search_path' from source: unknown 71094 1726886272.07657: calling self._execute() 71094 1726886272.07659: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.07662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.07665: variable 'omit' from source: magic vars 71094 1726886272.07802: variable 'omit' from source: magic vars 71094 1726886272.07874: variable 'omit' from source: magic vars 71094 1726886272.07930: variable 'omit' from source: magic vars 71094 1726886272.07984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886272.08069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886272.08095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886272.08218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886272.08225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886272.08228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886272.08230: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886272.08254: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886272.08267: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.08275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.08457: Set connection var ansible_connection to ssh 71094 1726886272.08499: Set connection var ansible_pipelining to False 71094 1726886272.08502: Set connection var ansible_timeout to 10 71094 1726886272.08505: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886272.08507: Set connection var ansible_shell_type to sh 71094 1726886272.08509: Set connection var ansible_shell_executable to /bin/sh 71094 1726886272.08550: variable 'ansible_shell_executable' from source: unknown 71094 1726886272.08576: variable 'ansible_connection' from source: unknown 71094 1726886272.08653: variable 'ansible_module_compression' from source: unknown 71094 1726886272.08664: variable 'ansible_shell_type' from source: unknown 71094 1726886272.08667: variable 'ansible_shell_executable' from source: unknown 71094 1726886272.08670: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.08672: variable 'ansible_pipelining' from source: unknown 71094 1726886272.08674: variable 'ansible_timeout' from source: unknown 71094 1726886272.08676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.08803: 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) 71094 1726886272.08820: variable 'omit' from source: magic vars 71094 1726886272.08831: starting attempt loop 71094 1726886272.08872: running the handler 71094 1726886272.09274: handler run complete 71094 1726886272.09319: attempt loop complete, returning result 71094 1726886272.09330: _execute() done 71094 1726886272.09360: dumping result to json 71094 1726886272.09363: done dumping result, returning 71094 1726886272.09366: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-ce07-55d2-000000000085] 71094 1726886272.09368: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000085 ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 71094 1726886272.09642: no more pending results, returning what we have 71094 1726886272.09647: results queue empty 71094 1726886272.09648: checking for any_errors_fatal 71094 1726886272.09660: done checking for any_errors_fatal 71094 1726886272.09661: checking for max_fail_percentage 71094 1726886272.09663: done checking for max_fail_percentage 71094 1726886272.09663: checking to see if all hosts have failed and the running result is not ok 71094 1726886272.09664: done checking to see if all hosts have failed 71094 1726886272.09665: getting the remaining hosts for this loop 71094 1726886272.09667: done getting the remaining hosts for this loop 71094 1726886272.09670: getting the next task for host managed_node1 71094 1726886272.09680: done getting next task for host managed_node1 71094 1726886272.09685: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 71094 1726886272.09689: ^ 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=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 71094 1726886272.09701: getting variables 71094 1726886272.09703: in VariableManager get_vars() 71094 1726886272.09863: Calling all_inventory to load vars for managed_node1 71094 1726886272.09866: Calling groups_inventory to load vars for managed_node1 71094 1726886272.09869: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886272.09880: Calling all_plugins_play to load vars for managed_node1 71094 1726886272.09883: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886272.09887: Calling groups_plugins_play to load vars for managed_node1 71094 1726886272.10264: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000085 71094 1726886272.10268: WORKER PROCESS EXITING 71094 1726886272.10289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886272.10629: done with get_vars() 71094 1726886272.10651: done getting variables 71094 1726886272.10704: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:37:52 -0400 (0:00:00.040) 0:00:05.336 ****** 71094 1726886272.10735: entering _queue_task() for managed_node1/debug 71094 1726886272.11096: worker is 1 (out of 1 available) 71094 1726886272.11109: exiting _queue_task() for managed_node1/debug 71094 1726886272.11121: done queuing things up, now waiting for results queue to drain 71094 1726886272.11122: waiting for pending results... 71094 1726886272.11316: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 71094 1726886272.11459: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000086 71094 1726886272.11479: variable 'ansible_search_path' from source: unknown 71094 1726886272.11488: variable 'ansible_search_path' from source: unknown 71094 1726886272.11531: calling self._execute() 71094 1726886272.11650: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.11653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.11659: variable 'omit' from source: magic vars 71094 1726886272.11764: variable 'omit' from source: magic vars 71094 1726886272.11835: variable 'omit' from source: magic vars 71094 1726886272.11880: variable 'omit' from source: magic vars 71094 1726886272.11979: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886272.11983: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886272.11999: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886272.12024: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886272.12041: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886272.12065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886272.12091: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886272.12129: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886272.12138: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.12146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.12305: Set connection var ansible_connection to ssh 71094 1726886272.12308: Set connection var ansible_pipelining to False 71094 1726886272.12313: Set connection var ansible_timeout to 10 71094 1726886272.12315: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886272.12318: Set connection var ansible_shell_type to sh 71094 1726886272.12324: Set connection var ansible_shell_executable to /bin/sh 71094 1726886272.12361: variable 'ansible_shell_executable' from source: unknown 71094 1726886272.12416: variable 'ansible_connection' from source: unknown 71094 1726886272.12419: variable 'ansible_module_compression' from source: unknown 71094 1726886272.12422: variable 'ansible_shell_type' from source: unknown 71094 1726886272.12425: variable 'ansible_shell_executable' from source: unknown 71094 1726886272.12427: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.12429: variable 'ansible_pipelining' from source: unknown 71094 1726886272.12431: variable 'ansible_timeout' from source: unknown 71094 1726886272.12433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.12568: 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) 71094 1726886272.12584: variable 'omit' from source: magic vars 71094 1726886272.12595: starting attempt loop 71094 1726886272.12632: running the handler 71094 1726886272.12981: handler run complete 71094 1726886272.13017: attempt loop complete, returning result 71094 1726886272.13025: _execute() done 71094 1726886272.13032: dumping result to json 71094 1726886272.13038: done dumping result, returning 71094 1726886272.13061: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-ce07-55d2-000000000086] 71094 1726886272.13064: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000086 71094 1726886272.13231: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000086 71094 1726886272.13234: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 71094 1726886272.13298: no more pending results, returning what we have 71094 1726886272.13302: results queue empty 71094 1726886272.13303: checking for any_errors_fatal 71094 1726886272.13311: done checking for any_errors_fatal 71094 1726886272.13312: checking for max_fail_percentage 71094 1726886272.13314: done checking for max_fail_percentage 71094 1726886272.13315: checking to see if all hosts have failed and the running result is not ok 71094 1726886272.13316: done checking to see if all hosts have failed 71094 1726886272.13316: getting the remaining hosts for this loop 71094 1726886272.13318: done getting the remaining hosts for this loop 71094 1726886272.13322: getting the next task for host managed_node1 71094 1726886272.13330: done getting next task for host managed_node1 71094 1726886272.13334: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 71094 1726886272.13339: ^ 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=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 71094 1726886272.13350: getting variables 71094 1726886272.13352: in VariableManager get_vars() 71094 1726886272.13391: Calling all_inventory to load vars for managed_node1 71094 1726886272.13393: Calling groups_inventory to load vars for managed_node1 71094 1726886272.13396: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886272.13406: Calling all_plugins_play to load vars for managed_node1 71094 1726886272.13412: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886272.13415: Calling groups_plugins_play to load vars for managed_node1 71094 1726886272.13831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886272.14190: done with get_vars() 71094 1726886272.14203: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:37:52 -0400 (0:00:00.035) 0:00:05.371 ****** 71094 1726886272.14284: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886272.14286: Creating lock for fedora.linux_system_roles.blivet 71094 1726886272.14605: worker is 1 (out of 1 available) 71094 1726886272.14619: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886272.14631: done queuing things up, now waiting for results queue to drain 71094 1726886272.14632: waiting for pending results... 71094 1726886272.14982: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 71094 1726886272.15046: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000087 71094 1726886272.15070: variable 'ansible_search_path' from source: unknown 71094 1726886272.15262: variable 'ansible_search_path' from source: unknown 71094 1726886272.15266: calling self._execute() 71094 1726886272.15269: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.15271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.15274: variable 'omit' from source: magic vars 71094 1726886272.15739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886272.15976: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886272.16024: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886272.16065: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886272.16099: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886272.16201: 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) 71094 1726886272.16238: 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) 71094 1726886272.16277: 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) 71094 1726886272.16312: 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) 71094 1726886272.16495: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 71094 1726886272.16513: variable 'omit' from source: magic vars 71094 1726886272.16587: variable 'omit' from source: magic vars 71094 1726886272.16739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886272.18800: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886272.18873: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886272.18914: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886272.18948: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886272.18992: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886272.19046: 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) 71094 1726886272.19085: 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) 71094 1726886272.19118: 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) 71094 1726886272.19159: 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) 71094 1726886272.19176: 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) 71094 1726886272.19423: variable 'storage_use_partitions' from source: play vars 71094 1726886272.19431: variable 'storage_disklabel_type' from source: role '' defaults 71094 1726886272.19443: variable 'storage_pool_defaults' from source: role '' defaults 71094 1726886272.19562: variable 'storage_pool_defaults' from source: role '' defaults 71094 1726886272.19598: variable 'storage_volume_defaults' from source: role '' defaults 71094 1726886272.19673: variable 'storage_volume_defaults' from source: role '' defaults 71094 1726886272.19790: variable 'omit' from source: magic vars 71094 1726886272.19830: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886272.19870: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886272.20060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886272.20063: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886272.20066: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886272.20068: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886272.20070: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886272.20072: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886272.20074: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.20076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.20128: Set connection var ansible_connection to ssh 71094 1726886272.20140: Set connection var ansible_pipelining to False 71094 1726886272.20153: Set connection var ansible_timeout to 10 71094 1726886272.20165: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886272.20173: Set connection var ansible_shell_type to sh 71094 1726886272.20182: Set connection var ansible_shell_executable to /bin/sh 71094 1726886272.20226: variable 'ansible_shell_executable' from source: unknown 71094 1726886272.20235: variable 'ansible_connection' from source: unknown 71094 1726886272.20241: variable 'ansible_module_compression' from source: unknown 71094 1726886272.20248: variable 'ansible_shell_type' from source: unknown 71094 1726886272.20254: variable 'ansible_shell_executable' from source: unknown 71094 1726886272.20264: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886272.20272: variable 'ansible_pipelining' from source: unknown 71094 1726886272.20279: variable 'ansible_timeout' from source: unknown 71094 1726886272.20287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886272.20443: 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__) 71094 1726886272.20461: variable 'omit' from source: magic vars 71094 1726886272.20475: starting attempt loop 71094 1726886272.20482: running the handler 71094 1726886272.20499: _low_level_execute_command(): starting 71094 1726886272.20562: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886272.21262: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886272.21292: 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 <<< 71094 1726886272.21373: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886272.21403: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886272.21428: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886272.21447: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886272.21545: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886272.23873: stdout chunk (state=3): >>>/root <<< 71094 1726886272.24071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886272.24111: stdout chunk (state=3): >>><<< 71094 1726886272.24115: stderr chunk (state=3): >>><<< 71094 1726886272.24137: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886272.24245: _low_level_execute_command(): starting 71094 1726886272.24249: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456 `" && echo ansible-tmp-1726886272.2414784-71364-174566634580456="` echo /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456 `" ) && sleep 0' 71094 1726886272.24873: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886272.24888: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886272.24921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886272.25036: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886272.25064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886272.25164: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886272.27864: stdout chunk (state=3): >>>ansible-tmp-1726886272.2414784-71364-174566634580456=/root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456 <<< 71094 1726886272.28086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886272.28089: stdout chunk (state=3): >>><<< 71094 1726886272.28092: stderr chunk (state=3): >>><<< 71094 1726886272.28267: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886272.2414784-71364-174566634580456=/root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886272.28270: variable 'ansible_module_compression' from source: unknown 71094 1726886272.28272: ANSIBALLZ: Using lock for fedora.linux_system_roles.blivet 71094 1726886272.28273: ANSIBALLZ: Acquiring lock 71094 1726886272.28275: ANSIBALLZ: Lock acquired: 140395542292496 71094 1726886272.28277: ANSIBALLZ: Creating module 71094 1726886272.46006: ANSIBALLZ: Writing module into payload 71094 1726886272.46333: ANSIBALLZ: Writing module 71094 1726886272.46361: ANSIBALLZ: Renaming module 71094 1726886272.46367: ANSIBALLZ: Done creating module 71094 1726886272.46393: variable 'ansible_facts' from source: unknown 71094 1726886272.46486: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/AnsiballZ_blivet.py 71094 1726886272.46734: Sending initial data 71094 1726886272.46738: Sent initial data (155 bytes) 71094 1726886272.47338: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886272.47360: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886272.47390: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886272.47488: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886272.49605: 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 <<< 71094 1726886272.49695: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886272.49757: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpzj4ac3nu /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/AnsiballZ_blivet.py <<< 71094 1726886272.49761: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/AnsiballZ_blivet.py" <<< 71094 1726886272.49804: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpzj4ac3nu" to remote "/root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/AnsiballZ_blivet.py" <<< 71094 1726886272.50867: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886272.50872: stdout chunk (state=3): >>><<< 71094 1726886272.50874: stderr chunk (state=3): >>><<< 71094 1726886272.50877: done transferring module to remote 71094 1726886272.50879: _low_level_execute_command(): starting 71094 1726886272.50881: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/ /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/AnsiballZ_blivet.py && sleep 0' 71094 1726886272.51482: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886272.51486: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886272.51530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886272.51534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886272.51621: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886272.51650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886272.51669: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886272.51690: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886272.51787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886272.54482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886272.54510: stdout chunk (state=3): >>><<< 71094 1726886272.54514: stderr chunk (state=3): >>><<< 71094 1726886272.54625: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886272.54629: _low_level_execute_command(): starting 71094 1726886272.54631: _low_level_execute_command(): using become for this command 71094 1726886272.54634: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-fedvahtgwphnyralqyeflqabblwfuigl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/AnsiballZ_blivet.py'"'"' && sleep 0' 71094 1726886272.54883: Initial state: awaiting_escalation: BECOME-SUCCESS-fedvahtgwphnyralqyeflqabblwfuigl 71094 1726886272.55241: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886272.55258: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886272.55370: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886272.55392: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886272.55414: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886272.55497: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886272.59793: stdout chunk (state=1): >>>BECOME-SUCCESS-fedvahtgwphnyralqyeflqabblwfuigl <<< 71094 1726886272.59797: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-fedvahtgwphnyralqyeflqabblwfuigl' 71094 1726886272.60263: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886272.60316: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886272.60372: stdout chunk (state=3): >>>import '_thread' # <<< 71094 1726886272.60378: stdout chunk (state=3): >>>import '_warnings' # <<< 71094 1726886272.60405: stdout chunk (state=3): >>>import '_weakref' # <<< 71094 1726886272.60476: stdout chunk (state=3): >>>import '_io' # <<< 71094 1726886272.60528: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 71094 1726886272.60589: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 71094 1726886272.60621: stdout chunk (state=3): >>>import 'time' # <<< 71094 1726886272.60639: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 71094 1726886272.60705: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 71094 1726886272.60757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 71094 1726886272.60800: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886272.60875: 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 0x7fb75dce83e0> <<< 71094 1726886272.60908: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dcb7a10> <<< 71094 1726886272.60921: 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 0x7fb75dcea960> <<< 71094 1726886272.60984: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 71094 1726886272.61033: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886272.61082: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886272.61186: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886272.61387: 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' 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 0x7fb75da98fe0> <<< 71094 1726886272.61439: 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 <<< 71094 1726886272.61460: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.61882: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75da99fd0> 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. <<< 71094 1726886272.61959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886272.61962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 71094 1726886272.62015: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 71094 1726886272.62019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.62046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 71094 1726886272.62103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 71094 1726886272.62129: stdout chunk (state=3): >>> <<< 71094 1726886272.62150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 71094 1726886272.62188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 71094 1726886272.62208: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dadfe00> <<< 71094 1726886272.62234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 71094 1726886272.62268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 71094 1726886272.62316: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dadfec0> <<< 71094 1726886272.62348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 71094 1726886272.62392: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 71094 1726886272.62423: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 71094 1726886272.62496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.62526: stdout chunk (state=3): >>>import 'itertools' # <<< 71094 1726886272.62562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 71094 1726886272.62677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db0f800> # /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 0x7fb75db0fe90> import '_collections' # <<< 71094 1726886272.62712: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75daefad0> <<< 71094 1726886272.62742: stdout chunk (state=3): >>>import '_functools' # <<< 71094 1726886272.62778: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75daed1f0> <<< 71094 1726886272.62920: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dadcfb0> <<< 71094 1726886272.63082: 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'<<< 71094 1726886272.63111: 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' <<< 71094 1726886272.63164: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db33740> <<< 71094 1726886272.63236: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db32360> <<< 71094 1726886272.63241: 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 0x7fb75daee0c0><<< 71094 1726886272.63271: stdout chunk (state=3): >>> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db30b90> <<< 71094 1726886272.63346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 71094 1726886272.63363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db647d0> <<< 71094 1726886272.63406: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dadc230> # /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' <<< 71094 1726886272.63464: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886272.63480: 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 0x7fb75db64c80><<< 71094 1726886272.63681: stdout chunk (state=3): >>> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db64b30> # 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 0x7fb75db64f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dad2d50> # /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 0x7fb75db655e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db652b0> import 'importlib.machinery' # <<< 71094 1726886272.63723: 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' <<< 71094 1726886272.63749: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db664e0> <<< 71094 1726886272.63792: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 71094 1726886272.63829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886272.63886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 71094 1726886272.63932: 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 0x7fb75db7c710> <<< 71094 1726886272.64030: 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'<<< 71094 1726886272.64034: 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 0x7fb75db7ddf0> <<< 71094 1726886272.64124: 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' <<< 71094 1726886272.64170: 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' <<< 71094 1726886272.64219: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db7ec60> <<< 71094 1726886272.64222: 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' <<< 71094 1726886272.64420: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb75db7f2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db7e1b0> # /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 0x7fb75db7fd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db7f470> <<< 71094 1726886272.64423: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db66540> <<< 71094 1726886272.64459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886272.64503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 71094 1726886272.64521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 71094 1726886272.64619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 71094 1726886272.64623: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886272.64626: 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 0x7fb75d8c7bf0><<< 71094 1726886272.64628: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<< 71094 1726886272.64704: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb75d8f0680><<< 71094 1726886272.64708: stdout chunk (state=3): >>> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f03e0><<< 71094 1726886272.64804: 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 0x7fb75d8f06b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 71094 1726886272.64841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 71094 1726886272.64975: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886272.65179: 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 0x7fb75d8f0fe0><<< 71094 1726886272.65242: stdout chunk (state=3): >>> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886272.65478: 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 0x7fb75d8f1940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8c5d90> # /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 0x7fb75d8f2cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f0e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db66c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886272.65508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886272.65536: stdout chunk (state=3): >>> <<< 71094 1726886272.65554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 71094 1726886272.65599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886272.65634: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d91b050> <<< 71094 1726886272.65721: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py<<< 71094 1726886272.65742: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.65874: 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' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d943380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886272.65944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886272.66031: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886272.66072: 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 0x7fb75d9a0170> <<< 71094 1726886272.66119: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886272.66169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886272.66197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 71094 1726886272.66278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 71094 1726886272.66399: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d9a28d0> <<< 71094 1726886272.66596: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d9a0290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d96d160> # /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' <<< 71094 1726886272.66635: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d7ad280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d942180><<< 71094 1726886272.66645: stdout chunk (state=3): >>> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f3c20> <<< 71094 1726886272.66869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb75d942840> <<< 71094 1726886272.67193: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_khamzpn6/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 71094 1726886272.67317: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.67374: 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'<<< 71094 1726886272.67382: stdout chunk (state=3): >>> <<< 71094 1726886272.67432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886272.67548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886272.67599: 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 0x7fb75d7faff0> <<< 71094 1726886272.67621: stdout chunk (state=3): >>>import '_typing' # <<< 71094 1726886272.68194: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d7ddee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d7dd040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 71094 1726886272.70311: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.72318: 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 0x7fb75d7f8d40> # /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' <<< 71094 1726886272.72500: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb75d82e9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d82e7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d82e0c0> # /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' <<< 71094 1726886272.72689: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d82e7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d7fba70> 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 0x7fb75d82f710> # 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 0x7fb75d82f950> # /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' # <<< 71094 1726886272.72726: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d82fe90> import 'pwd' # <<< 71094 1726886272.72758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 71094 1726886272.72807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 71094 1726886272.72830: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d119be0> <<< 71094 1726886272.72910: 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 0x7fb75d11b800><<< 71094 1726886272.72914: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886272.72942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 71094 1726886272.72995: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d11c200> <<< 71094 1726886272.73027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 71094 1726886272.73280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d11d100> # /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 0x7fb75d11fe30> <<< 71094 1726886272.73353: 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 0x7fb75d8f2c60> <<< 71094 1726886272.73379: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d11e120> <<< 71094 1726886272.73502: 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' <<< 71094 1726886272.73531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 71094 1726886272.73576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 71094 1726886272.73806: 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 0x7fb75d127cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d126780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d1264e0> <<< 71094 1726886272.73814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 71094 1726886272.73827: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 71094 1726886272.73932: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d126a50> <<< 71094 1726886272.73979: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d11e570> <<< 71094 1726886272.74175: 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 0x7fb75d16bf80> # /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 0x7fb75d16c080> # /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'<<< 71094 1726886272.74199: 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 0x7fb75d16db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d16d910> <<< 71094 1726886272.74228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py<<< 71094 1726886272.74270: stdout chunk (state=3): >>> <<< 71094 1726886272.74389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886272.74465: 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 0x7fb75d16ffe0><<< 71094 1726886272.74492: stdout chunk (state=3): >>> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d16e240> <<< 71094 1726886272.74521: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 71094 1726886272.74571: stdout chunk (state=3): >>> <<< 71094 1726886272.74597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.74627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 71094 1726886272.74650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 71094 1726886272.74679: stdout chunk (state=3): >>>import '_string' # <<< 71094 1726886272.74733: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d173800><<< 71094 1726886272.74876: stdout chunk (state=3): >>> <<< 71094 1726886272.74938: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d1701d0><<< 71094 1726886272.74964: stdout chunk (state=3): >>> <<< 71094 1726886272.75082: 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 0x7fb75d174b90> # 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 0x7fb75d174a40> <<< 71094 1726886272.75153: 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'<<< 71094 1726886272.75167: 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 0x7fb75d174a10> <<< 71094 1726886272.75190: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d16c230> <<< 71094 1726886272.75231: 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'<<< 71094 1726886272.75251: stdout chunk (state=3): >>> <<< 71094 1726886272.75373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb75d1fc1a0> <<< 71094 1726886272.75634: 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 0x7fb75d1fd370> <<< 71094 1726886272.75658: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d176930> <<< 71094 1726886272.75715: 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' <<< 71094 1726886272.75752: 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 0x7fb75d177ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d176570> <<< 71094 1726886272.75758: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.75801: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 71094 1726886272.76113: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886272.76122: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 71094 1726886272.76191: stdout chunk (state=3): >>> # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886272.76202: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 71094 1726886272.76398: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.76588: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.76677: stdout chunk (state=3): >>> <<< 71094 1726886272.77515: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.78432: 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' # <<< 71094 1726886272.78469: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 71094 1726886272.78577: 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 0x7fb75d005490> <<< 71094 1726886272.78689: 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' <<< 71094 1726886272.78736: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d0061e0><<< 71094 1726886272.78739: stdout chunk (state=3): >>> <<< 71094 1726886272.78768: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d1fd520> <<< 71094 1726886272.78822: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 71094 1726886272.78833: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886272.78891: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886272.78904: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 71094 1726886272.79079: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.79476: stdout chunk (state=3): >>># 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 0x7fb75d0062d0> # zipimport: zlib available <<< 71094 1726886272.80226: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.80963: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.80989: stdout chunk (state=3): >>> <<< 71094 1726886272.81075: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.81098: stdout chunk (state=3): >>> <<< 71094 1726886272.81201: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886272.81233: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.81281: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.81341: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 71094 1726886272.81365: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886272.81469: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.81600: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886272.81627: stdout chunk (state=3): >>> # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886272.81881: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 71094 1726886272.82167: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.82547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886272.82626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 71094 1726886272.82657: stdout chunk (state=3): >>> import '_ast' # <<< 71094 1726886272.82762: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d0074d0> <<< 71094 1726886272.82790: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.82894: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.82920: stdout chunk (state=3): >>> <<< 71094 1726886272.83018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 71094 1726886272.83030: stdout chunk (state=3): >>> import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 71094 1726886272.83060: stdout chunk (state=3): >>> import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886272.83096: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886272.83165: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.83178: stdout chunk (state=3): >>> <<< 71094 1726886272.83229: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886272.83253: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.83318: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.83389: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.83479: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.83585: 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 <<< 71094 1726886272.83649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.83784: 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 0x7fb75d012090><<< 71094 1726886272.83794: stdout chunk (state=3): >>> <<< 71094 1726886272.83883: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d00cdd0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 71094 1726886272.83907: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.84074: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.84114: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.84131: stdout chunk (state=3): >>> <<< 71094 1726886272.84151: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.84219: 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<<< 71094 1726886272.84234: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.84484: 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 <<< 71094 1726886272.84695: 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' <<< 71094 1726886272.84698: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d102a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d862720> <<< 71094 1726886272.84744: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d012210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d004410><<< 71094 1726886272.84776: stdout chunk (state=3): >>> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 71094 1726886272.84790: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886272.84861: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # <<< 71094 1726886272.84888: stdout chunk (state=3): >>> import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886272.85004: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886272.85074: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available<<< 71094 1726886272.85220: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available<<< 71094 1726886272.85242: stdout chunk (state=3): >>> import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 71094 1726886272.85372: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 71094 1726886272.87705: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886272.87780: stdout chunk (state=3): >>> <<< 71094 1726886272.89933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 71094 1726886272.90085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 71094 1726886272.90120: 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' <<< 71094 1726886272.90175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 71094 1726886272.90248: 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 0x7fb75ccdcc80> <<< 71094 1726886272.90304: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ccdc0b0> <<< 71094 1726886272.90398: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d089a30> <<< 71094 1726886272.90619: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d0a4530> <<< 71094 1726886272.90665: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886272.91193: 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' # /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' <<< 71094 1726886272.91196: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ccee7e0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ccee3f0> # /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 <<< 71094 1726886272.91275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd10f20> # /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 0x7fb75cd12150> <<< 71094 1726886272.91340: 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'<<< 71094 1726886272.91362: stdout chunk (state=3): >>> import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb75cd11a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd118b0> <<< 71094 1726886272.91383: 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<<< 71094 1726886272.91422: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 71094 1726886272.91445: 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' <<< 71094 1726886272.91472: stdout chunk (state=3): >>>import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd146b0><<< 71094 1726886272.91571: stdout chunk (state=3): >>> <<< 71094 1726886272.91737: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd14440> <<< 71094 1726886272.91776: 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 <<< 71094 1726886272.91797: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 71094 1726886272.91838: 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' <<< 71094 1726886272.91877: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 71094 1726886272.92058: 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' <<< 71094 1726886272.92084: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd16420> <<< 71094 1726886272.92167: 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 0x7fb75cd16270> <<< 71094 1726886272.92396: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd15b20> # /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 0x7fb75cd19160> <<< 71094 1726886272.92447: 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 0x7fb75cd194c0><<< 71094 1726886272.92464: stdout chunk (state=3): >>> <<< 71094 1726886272.92494: 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 <<< 71094 1726886272.92529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 71094 1726886272.92539: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd19910><<< 71094 1726886272.92576: 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' <<< 71094 1726886272.92597: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd1a180> <<< 71094 1726886272.92637: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd187d0><<< 71094 1726886272.92678: stdout chunk (state=3): >>> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd18260> <<< 71094 1726886272.92684: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 71094 1726886272.92716: 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 <<< 71094 1726886272.92719: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886272.92912: stdout chunk (state=3): >>> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd1a750> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd17dd0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd17d40> # /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' <<< 71094 1726886272.92928: 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' <<< 71094 1726886272.92963: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd5cfb0> <<< 71094 1726886272.93016: 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' <<< 71094 1726886272.93052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 71094 1726886272.93133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 71094 1726886272.93188: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd5de50> <<< 71094 1726886272.93231: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd5d520> <<< 71094 1726886272.93684: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd1b260> 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' <<< 71094 1726886272.93793: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd66990> <<< 71094 1726886272.93968: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 71094 1726886272.93983: stdout chunk (state=3): >>># 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' <<< 71094 1726886272.94313: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd6c0b0><<< 71094 1726886272.94329: stdout chunk (state=3): >>> <<< 71094 1726886272.94371: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd15010> <<< 71094 1726886272.94417: 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 <<< 71094 1726886272.94484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 71094 1726886272.94533: 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' <<< 71094 1726886272.94779: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cbfa000> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cbf9850> <<< 71094 1726886272.96108: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd6be90> import 'gi.repository.BlockDev' # <<< 71094 1726886272.96123: stdout chunk (state=3): >>> <<< 71094 1726886272.96175: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ccee990> <<< 71094 1726886272.96186: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cced790> <<< 71094 1726886272.96899: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d0a5640> <<< 71094 1726886272.96922: 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<<< 71094 1726886272.96976: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 71094 1726886272.97047: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc0e630> <<< 71094 1726886272.97088: 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'<<< 71094 1726886272.97113: stdout chunk (state=3): >>> import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc103e0> <<< 71094 1726886272.97136: 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 <<< 71094 1726886272.97147: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886272.97189: 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 <<< 71094 1726886272.97222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 71094 1726886272.97243: 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 <<< 71094 1726886272.97293: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 71094 1726886272.97345: 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' <<< 71094 1726886272.97480: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_errors.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc13b90> # /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 0x7fb75cc141a0> <<< 71094 1726886272.97512: 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 <<< 71094 1726886272.97676: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 71094 1726886272.97707: 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' <<< 71094 1726886272.97749: 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' <<< 71094 1726886272.97796: 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' <<< 71094 1726886272.98013: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc15250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc15100> # /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 0x7fb75cc154c0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc14e60> # /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' <<< 71094 1726886272.98024: stdout chunk (state=3): >>># /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 0x7fb75cc159a0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc157f0> <<< 71094 1726886272.98057: 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' <<< 71094 1726886272.98097: 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 <<< 71094 1726886272.98137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc'<<< 71094 1726886272.98191: stdout chunk (state=3): >>> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc15d00> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc15a00> <<< 71094 1726886272.98214: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc145f0> <<< 71094 1726886272.98268: 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 <<< 71094 1726886272.98294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc14c80> <<< 71094 1726886272.98354: 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 <<< 71094 1726886272.98358: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 71094 1726886272.98395: 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'<<< 71094 1726886272.98526: 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 0x7fb75cc19c70> # /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 0x7fb75cc19fa0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc199d0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc19040> <<< 71094 1726886272.98545: 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' <<< 71094 1726886272.98572: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc1a0f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc13860> # /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py<<< 71094 1726886272.98634: 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 0x7fb75cc1a180> <<< 71094 1726886272.98806: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc113a0><<< 71094 1726886272.98896: stdout chunk (state=3): >>> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc10aa0> <<< 71094 1726886272.98929: 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<<< 71094 1726886272.98943: stdout chunk (state=3): >>> <<< 71094 1726886272.98979: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc'<<< 71094 1726886272.98982: stdout chunk (state=3): >>> <<< 71094 1726886272.99022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py<<< 71094 1726886272.99025: stdout chunk (state=3): >>> <<< 71094 1726886272.99064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc'<<< 71094 1726886272.99097: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py<<< 71094 1726886272.99131: stdout chunk (state=3): >>> <<< 71094 1726886272.99171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'<<< 71094 1726886272.99237: stdout chunk (state=3): >>> <<< 71094 1726886272.99271: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc22330> <<< 71094 1726886272.99275: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc21160><<< 71094 1726886272.99320: stdout chunk (state=3): >>> <<< 71094 1726886272.99325: 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<<< 71094 1726886272.99352: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 71094 1726886272.99383: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc240b0><<< 71094 1726886272.99524: stdout chunk (state=3): >>> <<< 71094 1726886272.99528: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc1ae70> <<< 71094 1726886272.99578: 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 <<< 71094 1726886272.99634: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 71094 1726886272.99693: 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 <<< 71094 1726886272.99734: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886272.99802: 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 <<< 71094 1726886272.99830: 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 0x7fb75cdab890><<< 71094 1726886272.99980: 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' # /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' <<< 71094 1726886273.00137: 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' # /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 <<< 71094 1726886273.00142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc'<<< 71094 1726886273.00373: stdout chunk (state=3): >>> import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc304a0> <<< 71094 1726886273.00391: 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 0x7fb75bc30c80> # /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 0x7fb75bc312b0> # /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 <<< 71094 1726886273.00410: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc'<<< 71094 1726886273.00470: stdout chunk (state=3): >>> <<< 71094 1726886273.00519: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc315b0><<< 71094 1726886273.00541: stdout chunk (state=3): >>> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc30320> <<< 71094 1726886273.00585: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc57a70> <<< 71094 1726886273.00690: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc54890> <<< 71094 1726886273.00727: 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<<< 71094 1726886273.00779: stdout chunk (state=3): >>> # 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 <<< 71094 1726886273.00826: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 71094 1726886273.00857: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc442f0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc557f0> <<< 71094 1726886273.00899: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc543b0><<< 71094 1726886273.00941: 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<<< 71094 1726886273.00968: stdout chunk (state=3): >>> <<< 71094 1726886273.00992: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 71094 1726886273.01025: 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<<< 71094 1726886273.01058: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' <<< 71094 1726886273.01077: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc44920><<< 71094 1726886273.01100: stdout chunk (state=3): >>> <<< 71094 1726886273.01132: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc555e0><<< 71094 1726886273.01170: 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 <<< 71094 1726886273.01197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc'<<< 71094 1726886273.01232: stdout chunk (state=3): >>> import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc44b30><<< 71094 1726886273.01268: stdout chunk (state=3): >>> <<< 71094 1726886273.01285: 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 <<< 71094 1726886273.01304: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 71094 1726886273.01589: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc44f50> <<< 71094 1726886273.01592: 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' import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc456d0> <<< 71094 1726886273.01679: 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 <<< 71094 1726886273.01682: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 71094 1726886273.01725: 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 <<< 71094 1726886273.01764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886273.01930: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886273.01947: stdout chunk (state=3): >>># extension module '_ped' executed from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886273.01970: stdout chunk (state=3): >>> import '_ped' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb75bc6d100> <<< 71094 1726886273.02019: 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<<< 71094 1726886273.02022: stdout chunk (state=3): >>> <<< 71094 1726886273.02062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc'<<< 71094 1726886273.02065: stdout chunk (state=3): >>> <<< 71094 1726886273.02096: 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<<< 71094 1726886273.02099: stdout chunk (state=3): >>> <<< 71094 1726886273.02114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc'<<< 71094 1726886273.02126: stdout chunk (state=3): >>> <<< 71094 1726886273.02162: stdout chunk (state=3): >>>import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc6e1e0> <<< 71094 1726886273.02370: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc6db20> # /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 0x7fb75bc6e570> <<< 71094 1726886273.02375: 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<<< 71094 1726886273.02378: stdout chunk (state=3): >>> <<< 71094 1726886273.02388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 71094 1726886273.02415: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc6f110><<< 71094 1726886273.02452: 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<<< 71094 1726886273.02476: stdout chunk (state=3): >>> <<< 71094 1726886273.02502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886273.02550: 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'<<< 71094 1726886273.02613: stdout chunk (state=3): >>> import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba19e20> <<< 71094 1726886273.02624: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba18b00> <<< 71094 1726886273.02675: 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<<< 71094 1726886273.02678: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc'<<< 71094 1726886273.02754: stdout chunk (state=3): >>> import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba1b230><<< 71094 1726886273.02764: stdout chunk (state=3): >>> <<< 71094 1726886273.02828: 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' <<< 71094 1726886273.02831: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba3c590><<< 71094 1726886273.02885: 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<<< 71094 1726886273.02941: stdout chunk (state=3): >>> <<< 71094 1726886273.02952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc'<<< 71094 1726886273.02957: stdout chunk (state=3): >>> <<< 71094 1726886273.02998: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba3d3d0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc623f0> <<< 71094 1726886273.03050: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc62060><<< 71094 1726886273.03097: 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<<< 71094 1726886273.03124: stdout chunk (state=3): >>> <<< 71094 1726886273.03152: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc'<<< 71094 1726886273.03170: stdout chunk (state=3): >>> <<< 71094 1726886273.03236: 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 0x7fb75ba3f890><<< 71094 1726886273.03245: 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 <<< 71094 1726886273.03282: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 71094 1726886273.03322: 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<<< 71094 1726886273.03363: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 71094 1726886273.03472: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba6c260><<< 71094 1726886273.03681: stdout chunk (state=3): >>> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba3f6e0> <<< 71094 1726886273.03789: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba3ed50> <<< 71094 1726886273.04160: 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 0x7fb75ba88a40> # /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' <<< 71094 1726886273.04195: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba88b90> # /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' <<< 71094 1726886273.04241: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa0350><<< 71094 1726886273.04254: stdout chunk (state=3): >>> <<< 71094 1726886273.04318: 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' <<< 71094 1726886273.04433: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa0a40> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py <<< 71094 1726886273.04525: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 71094 1726886273.04552: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa1430> <<< 71094 1726886273.04583: 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 <<< 71094 1726886273.04607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 71094 1726886273.04666: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa18b0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssync.py<<< 71094 1726886273.04693: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc'<<< 71094 1726886273.04743: stdout chunk (state=3): >>> import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa1e20><<< 71094 1726886273.04778: stdout chunk (state=3): >>> <<< 71094 1726886273.04781: 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<<< 71094 1726886273.04804: stdout chunk (state=3): >>> <<< 71094 1726886273.04842: stdout chunk (state=3): >>># 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 0x7fb75baa2120><<< 71094 1726886273.04875: stdout chunk (state=3): >>> <<< 71094 1726886273.04888: 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<<< 71094 1726886273.04946: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 71094 1726886273.04962: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa26f0> <<< 71094 1726886273.04999: 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 <<< 71094 1726886273.05045: 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 0x7fb75baa2900><<< 71094 1726886273.05091: stdout chunk (state=3): >>> <<< 71094 1726886273.05094: 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<<< 71094 1726886273.05134: stdout chunk (state=3): >>> <<< 71094 1726886273.05137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc'<<< 71094 1726886273.05195: stdout chunk (state=3): >>> <<< 71094 1726886273.05198: 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<<< 71094 1726886273.05223: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886273.05313: stdout chunk (state=3): >>> # extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so'<<< 71094 1726886273.05331: stdout chunk (state=3): >>> # extension module 'libmount.pylibmount' executed from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' <<< 71094 1726886273.05365: stdout chunk (state=3): >>>import 'libmount.pylibmount' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb75baa3b90> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa3a10><<< 71094 1726886273.05417: stdout chunk (state=3): >>> <<< 71094 1726886273.05420: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa2ab0> <<< 71094 1726886273.05465: 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<<< 71094 1726886273.05484: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc'<<< 71094 1726886273.05546: 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<<< 71094 1726886273.05549: stdout chunk (state=3): >>> <<< 71094 1726886273.05571: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc'<<< 71094 1726886273.05606: 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 <<< 71094 1726886273.05653: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 71094 1726886273.05721: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bad88f0><<< 71094 1726886273.05790: stdout chunk (state=3): >>> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bad8500> <<< 71094 1726886273.05804: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa3f80> <<< 71094 1726886273.06220: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba890d0><<< 71094 1726886273.06262: 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<<< 71094 1726886273.06273: stdout chunk (state=3): >>> <<< 71094 1726886273.06299: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc'<<< 71094 1726886273.06365: 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 <<< 71094 1726886273.06381: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc'<<< 71094 1726886273.06424: stdout chunk (state=3): >>> import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b908350> <<< 71094 1726886273.06468: 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 <<< 71094 1726886273.06522: 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 0x7fb75b9086b0> <<< 71094 1726886273.06673: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba8ad20><<< 71094 1726886273.06725: stdout chunk (state=3): >>> <<< 71094 1726886273.06738: 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 <<< 71094 1726886273.06765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc'<<< 71094 1726886273.06796: 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 <<< 71094 1726886273.06839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc'<<< 71094 1726886273.06852: stdout chunk (state=3): >>> <<< 71094 1726886273.07849: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b90b740> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py<<< 71094 1726886273.07853: stdout chunk (state=3): >>> # 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 0x7fb75b90b8c0> <<< 71094 1726886273.07946: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b90ae40><<< 71094 1726886273.07988: 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<<< 71094 1726886273.08015: stdout chunk (state=3): >>> <<< 71094 1726886273.08028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc'<<< 71094 1726886273.08104: stdout chunk (state=3): >>> import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b921dc0> <<< 71094 1726886273.08139: 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 <<< 71094 1726886273.08179: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 71094 1726886273.08233: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b923200> <<< 71094 1726886273.08281: 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<<< 71094 1726886273.08296: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc'<<< 71094 1726886273.08356: stdout chunk (state=3): >>> import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9239e0><<< 71094 1726886273.08370: stdout chunk (state=3): >>> <<< 71094 1726886273.08403: 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<<< 71094 1726886273.08421: stdout chunk (state=3): >>> <<< 71094 1726886273.08441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc'<<< 71094 1726886273.08539: stdout chunk (state=3): >>> import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9342c0><<< 71094 1726886273.08568: stdout chunk (state=3): >>> <<< 71094 1726886273.08579: 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 <<< 71094 1726886273.08608: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 71094 1726886273.08688: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b936060><<< 71094 1726886273.08712: stdout chunk (state=3): >>> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cda9df0> <<< 71094 1726886273.08768: 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<<< 71094 1726886273.08782: stdout chunk (state=3): >>> <<< 71094 1726886273.08805: 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 0x7fb75bc61d60><<< 71094 1726886273.08877: stdout chunk (state=3): >>> <<< 71094 1726886273.09080: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc269f0> <<< 71094 1726886273.09124: 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<<< 71094 1726886273.09135: stdout chunk (state=3): >>> <<< 71094 1726886273.09176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886273.09229: 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 <<< 71094 1726886273.09261: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886273.09327: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b969220><<< 71094 1726886273.09372: stdout chunk (state=3): >>> <<< 71094 1726886273.09375: 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 <<< 71094 1726886273.09402: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc'<<< 71094 1726886273.09446: stdout chunk (state=3): >>> import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b96a030> <<< 71094 1726886273.09474: 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<<< 71094 1726886273.09506: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 71094 1726886273.09608: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b96a810><<< 71094 1726886273.09668: stdout chunk (state=3): >>> <<< 71094 1726886273.09822: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b968170> <<< 71094 1726886273.09872: 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<<< 71094 1726886273.09885: stdout chunk (state=3): >>> <<< 71094 1726886273.09933: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 71094 1726886273.10002: 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<<< 71094 1726886273.10032: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc'<<< 71094 1726886273.10047: stdout chunk (state=3): >>> <<< 71094 1726886273.10084: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9a0320><<< 71094 1726886273.10190: stdout chunk (state=3): >>> <<< 71094 1726886273.10319: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b982a50> <<< 71094 1726886273.10359: 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 <<< 71094 1726886273.10399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 71094 1726886273.10531: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9b1e50> <<< 71094 1726886273.10559: 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 <<< 71094 1726886273.10865: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc'<<< 71094 1726886273.10884: stdout chunk (state=3): >>> <<< 71094 1726886273.10916: 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'<<< 71094 1726886273.10987: stdout chunk (state=3): >>> import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9cb800> <<< 71094 1726886273.11060: 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 <<< 71094 1726886273.11065: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 71094 1726886273.11194: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b7fbe30> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py<<< 71094 1726886273.11279: 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'<<< 71094 1726886273.11363: stdout chunk (state=3): >>> import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9ee150> <<< 71094 1726886273.11841: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9ec380> # /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 0x7fb75b8445c0> <<< 71094 1726886273.12353: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9c82f0><<< 71094 1726886273.12386: stdout chunk (state=3): >>> <<< 71094 1726886273.12416: 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 <<< 71094 1726886273.12450: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc'<<< 71094 1726886273.12472: stdout chunk (state=3): >>> <<< 71094 1726886273.12848: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9c8500> # /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 0x7fb75b8a6660> <<< 71094 1726886273.13091: 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' import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b8a71a0> # /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 0x7fb75b8a7ce0> # /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 0x7fb75b8b41a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nfs.py <<< 71094 1726886273.13167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 71094 1726886273.13171: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b8b5070><<< 71094 1726886273.13303: stdout chunk (state=3): >>> <<< 71094 1726886273.13307: 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 <<< 71094 1726886273.13471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 71094 1726886273.13502: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b8b5940> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc10530><<< 71094 1726886273.13528: 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 <<< 71094 1726886273.13665: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc'<<< 71094 1726886273.13687: stdout chunk (state=3): >>> <<< 71094 1726886273.13837: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b8b6390><<< 71094 1726886273.13870: stdout chunk (state=3): >>> <<< 71094 1726886273.13894: 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 <<< 71094 1726886273.13973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 71094 1726886273.14019: 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 <<< 71094 1726886273.14102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 71094 1726886273.14172: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b704d70><<< 71094 1726886273.14325: stdout chunk (state=3): >>> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b8d6a50><<< 71094 1726886273.14329: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886273.14342: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886273.14461: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 71094 1726886273.14465: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available<<< 71094 1726886273.14496: stdout chunk (state=3): >>> <<< 71094 1726886273.14875: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886273.15075: stdout chunk (state=3): >>> <<< 71094 1726886273.15231: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 71094 1726886273.15687: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886273.15841: stdout chunk (state=3): >>> <<< 71094 1726886273.15862: stdout chunk (state=3): >>>{"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": true, "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": {}}}} <<< 71094 1726886273.15912: stdout chunk (state=3): >>># destroy __main__ <<< 71094 1726886273.17367: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 71094 1726886273.17454: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2<<< 71094 1726886273.17460: stdout chunk (state=3): >>> # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback<<< 71094 1726886273.17528: 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<<< 71094 1726886273.17570: 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<<< 71094 1726886273.17601: stdout chunk (state=3): >>> # 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<<< 71094 1726886273.17641: 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<<< 71094 1726886273.17722: stdout chunk (state=3): >>> # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy <<< 71094 1726886273.17847: 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<<< 71094 1726886273.17863: 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 # destroy urllib # cleanup[2] removing ipaddress <<< 71094 1726886273.17890: 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 # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token <<< 71094 1726886273.17908: 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<<< 71094 1726886273.17946: stdout chunk (state=3): >>> # 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 <<< 71094 1726886273.17982: 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 # cleanup[2] removing ansible.module_utils.compat.selinux <<< 71094 1726886273.18028: stdout chunk (state=3): >>># 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 <<< 71094 1726886273.18070: 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<<< 71094 1726886273.18106: 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<<< 71094 1726886273.18319: 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 # 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_da<<< 71094 1726886273.18324: stdout chunk (state=3): >>>ta.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 <<< 71094 1726886273.19216: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 71094 1726886273.19228: stdout chunk (state=3): >>> <<< 71094 1726886273.19312: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 71094 1726886273.19423: stdout chunk (state=3): >>># destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 <<< 71094 1726886273.19427: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path <<< 71094 1726886273.19479: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress<<< 71094 1726886273.19512: stdout chunk (state=3): >>> # destroy ntpath <<< 71094 1726886273.19612: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal<<< 71094 1726886273.19627: stdout chunk (state=3): >>> # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 71094 1726886273.19688: stdout chunk (state=3): >>># destroy datetime # destroy distro<<< 71094 1726886273.19794: stdout chunk (state=3): >>> <<< 71094 1726886273.19797: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory <<< 71094 1726886273.19838: stdout chunk (state=3): >>># cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction <<< 71094 1726886273.19949: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devices # destroy blivet.devices.lib<<< 71094 1726886273.19952: stdout chunk (state=3): >>> # 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 <<< 71094 1726886273.19978: stdout chunk (state=3): >>># 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<<< 71094 1726886273.19990: stdout chunk (state=3): >>> # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot<<< 71094 1726886273.20133: 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 # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto <<< 71094 1726886273.20163: stdout chunk (state=3): >>># cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem<<< 71094 1726886273.20184: 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<<< 71094 1726886273.20208: stdout chunk (state=3): >>> # 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<<< 71094 1726886273.20237: stdout chunk (state=3): >>> # 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<<< 71094 1726886273.20266: stdout chunk (state=3): >>> # 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<<< 71094 1726886273.20323: stdout chunk (state=3): >>> # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 71094 1726886273.20353: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size # destroy bytesize.bytesize<<< 71094 1726886273.20560: stdout chunk (state=3): >>> # cleanup[3] wiping pyudev # destroy pyudev._errors<<< 71094 1726886273.20603: stdout chunk (state=3): >>> # destroy pyudev._util # destroy pyudev._ctypeslib <<< 71094 1726886273.20643: stdout chunk (state=3): >>># destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # 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 <<< 71094 1726886273.20670: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GObject <<< 71094 1726886273.20703: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 71094 1726886273.20748: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse <<< 71094 1726886273.20765: stdout chunk (state=3): >>># cleanup[3] wiping gi._ossighelper # destroy socket<<< 71094 1726886273.20801: stdout chunk (state=3): >>> # cleanup[3] wiping gi.repository # destroy gi.repository.GObject<<< 71094 1726886273.20919: stdout chunk (state=3): >>> # destroy gi.repository.Gio # cleanup[3] wiping gi.importer<<< 71094 1726886273.20922: stdout chunk (state=3): >>> # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib<<< 71094 1726886273.20950: stdout chunk (state=3): >>> # 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 <<< 71094 1726886273.20966: stdout chunk (state=3): >>># 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<<< 71094 1726886273.21044: stdout chunk (state=3): >>> # 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<<< 71094 1726886273.21112: stdout chunk (state=3): >>> # destroy dis # destroy token<<< 71094 1726886273.21154: stdout chunk (state=3): >>> # cleanup[3] wiping _opcode <<< 71094 1726886273.21163: stdout chunk (state=3): >>># cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian<<< 71094 1726886273.21195: stdout chunk (state=3): >>> # 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<<< 71094 1726886273.21229: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 71094 1726886273.21263: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string<<< 71094 1726886273.21367: stdout chunk (state=3): >>> # cleanup[3] wiping uuid <<< 71094 1726886273.21391: 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 # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 71094 1726886273.21442: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform<<< 71094 1726886273.21491: stdout chunk (state=3): >>> # cleanup[3] wiping locale<<< 71094 1726886273.21498: stdout chunk (state=3): >>> # destroy encodings<<< 71094 1726886273.21500: stdout chunk (state=3): >>> # cleanup[3] wiping _locale <<< 71094 1726886273.21629: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl<<< 71094 1726886273.21632: stdout chunk (state=3): >>> # 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 <<< 71094 1726886273.21685: 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 # 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 <<< 71094 1726886273.21718: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser<<< 71094 1726886273.21761: stdout chunk (state=3): >>> # cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 71094 1726886273.21833: stdout chunk (state=3): >>> # cleanup[3] wiping _functools <<< 71094 1726886273.21873: stdout chunk (state=3): >>># 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<<< 71094 1726886273.21913: stdout chunk (state=3): >>> # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc <<< 71094 1726886273.21949: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io<<< 71094 1726886273.21952: stdout chunk (state=3): >>> # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs<<< 71094 1726886273.22087: 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<<< 71094 1726886273.22090: stdout chunk (state=3): >>> # 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<<< 71094 1726886273.22103: stdout chunk (state=3): >>> # destroy decimal # destroy systemd._daemon # destroy systemd.id128<<< 71094 1726886273.22176: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 71094 1726886273.23212: stdout chunk (state=3): >>># destroy sys.monitoring <<< 71094 1726886273.23316: stdout chunk (state=3): >>># destroy linecache<<< 71094 1726886273.23319: stdout chunk (state=3): >>> <<< 71094 1726886273.23615: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev<<< 71094 1726886273.23619: stdout chunk (state=3): >>> # destroy blivet.devicelibs.mdraid <<< 71094 1726886273.23637: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid<<< 71094 1726886273.23716: stdout chunk (state=3): >>> # destroy genericpath<<< 71094 1726886273.23738: stdout chunk (state=3): >>> <<< 71094 1726886273.23778: stdout chunk (state=3): >>># destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil <<< 71094 1726886273.23827: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 71094 1726886273.23905: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis <<< 71094 1726886273.23935: 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<<< 71094 1726886273.24015: stdout chunk (state=3): >>> # destroy blivet.tasks.lukstasks # destroy pprint<<< 71094 1726886273.24031: stdout chunk (state=3): >>> # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability<<< 71094 1726886273.24053: stdout chunk (state=3): >>> # destroy parted # destroy io # destroy _opcode <<< 71094 1726886273.24096: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 71094 1726886273.24124: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux<<< 71094 1726886273.24176: stdout chunk (state=3): >>> # destroy pyudev._os.pipe # destroy pyudev._os.poll<<< 71094 1726886273.24242: stdout chunk (state=3): >>> <<< 71094 1726886273.24293: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib # destroy select <<< 71094 1726886273.24490: stdout chunk (state=3): >>># destroy json.scanner # destroy json.decoder<<< 71094 1726886273.24495: stdout chunk (state=3): >>> # destroy json.encoder # destroy _json<<< 71094 1726886273.24498: stdout chunk (state=3): >>> # destroy stat # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 71094 1726886273.24595: 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 math # destroy platform <<< 71094 1726886273.24600: stdout chunk (state=3): >>># destroy _ped <<< 71094 1726886273.24602: stdout chunk (state=3): >>># destroy parted.decorators <<< 71094 1726886273.24628: stdout chunk (state=3): >>># destroy parted.alignment # destroy parted.constraint # destroy parted.device<<< 71094 1726886273.24916: stdout chunk (state=3): >>> # 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 <<< 71094 1726886273.24920: stdout chunk (state=3): >>># clear sys.meta_path <<< 71094 1726886273.24922: stdout chunk (state=3): >>># clear sys.modules # destroy _frozen_importlib <<< 71094 1726886273.25041: stdout chunk (state=3): >>># destroy _socket<<< 71094 1726886273.25082: stdout chunk (state=3): >>> # destroy codecs # destroy encodings.aliases<<< 71094 1726886273.25233: stdout chunk (state=3): >>> # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437<<< 71094 1726886273.25236: stdout chunk (state=3): >>> # destroy _codecs <<< 71094 1726886273.25257: stdout chunk (state=3): >>># destroy re # destroy _random <<< 71094 1726886273.25275: stdout chunk (state=3): >>># destroy _operator<<< 71094 1726886273.25330: stdout chunk (state=3): >>> # destroy _functools # clear sys.audit hooks <<< 71094 1726886273.26285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886273.26515: stderr chunk (state=3): >>>Shared connection to 10.31.15.52 closed. <<< 71094 1726886273.26518: stdout chunk (state=3): >>><<< 71094 1726886273.26521: stderr chunk (state=3): >>><<< 71094 1726886273.26860: _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 0x7fb75dce83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dcb7a10> # /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 0x7fb75dcea960> 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 0x7fb75da98fe0> # /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 0x7fb75da99fd0> 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 0x7fb75dadfe00> # /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 0x7fb75dadfec0> # /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 0x7fb75db0f800> # /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 0x7fb75db0fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75daefad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75daed1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dadcfb0> # /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 0x7fb75db33740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db32360> # /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 0x7fb75daee0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db30b90> # /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 0x7fb75db647d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dadc230> # /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 0x7fb75db64c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db64b30> # 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 0x7fb75db64f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75dad2d50> # /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 0x7fb75db655e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db652b0> 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 0x7fb75db664e0> 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 0x7fb75db7c710> 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 0x7fb75db7ddf0> # /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 0x7fb75db7ec60> # 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 0x7fb75db7f2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db7e1b0> # /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 0x7fb75db7fd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db7f470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db66540> # /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 0x7fb75d8c7bf0> # /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 0x7fb75d8f0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f03e0> # 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 0x7fb75d8f06b0> # /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 0x7fb75d8f0fe0> # 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 0x7fb75d8f1940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8c5d90> # /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 0x7fb75d8f2cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f0e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75db66c30> # /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 0x7fb75d91b050> # /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 0x7fb75d943380> # /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 0x7fb75d9a0170> # /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 0x7fb75d9a28d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d9a0290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d96d160> # /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 0x7fb75d7ad280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d942180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d8f3c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb75d942840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_khamzpn6/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 0x7fb75d7faff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d7ddee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d7dd040> # 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 0x7fb75d7f8d40> # /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 0x7fb75d82e9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d82e7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d82e0c0> # /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 0x7fb75d82e7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d7fba70> 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 0x7fb75d82f710> # 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 0x7fb75d82f950> # /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 0x7fb75d82fe90> 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 0x7fb75d119be0> # 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 0x7fb75d11b800> # /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 0x7fb75d11c200> # /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 0x7fb75d11d100> # /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 0x7fb75d11fe30> # 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 0x7fb75d8f2c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d11e120> # /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 0x7fb75d127cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d126780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d1264e0> # /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 0x7fb75d126a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d11e570> # 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 0x7fb75d16bf80> # /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 0x7fb75d16c080> # /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 0x7fb75d16db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d16d910> # /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 0x7fb75d16ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d16e240> # /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 0x7fb75d173800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d1701d0> # 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 0x7fb75d174b90> # 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 0x7fb75d174a40> # 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 0x7fb75d174a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d16c230> # /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 0x7fb75d1fc1a0> # 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 0x7fb75d1fd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d176930> # 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 0x7fb75d177ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d176570> # 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 0x7fb75d005490> # /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 0x7fb75d0061e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d1fd520> 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 0x7fb75d0062d0> # 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 0x7fb75d0074d0> # 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 0x7fb75d012090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d00cdd0> 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 0x7fb75d102a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d862720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d012210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d004410> # 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 0x7fb75ccdcc80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ccdc0b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d089a30> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d0a4530> # 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 0x7fb75ccee7e0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ccee3f0> # /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 0x7fb75cd10f20> # /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 0x7fb75cd12150> # 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 0x7fb75cd11a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd118b0> # /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 0x7fb75cd146b0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd14440> # /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 0x7fb75cd16420> # 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 0x7fb75cd16270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd15b20> # /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 0x7fb75cd19160> # /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 0x7fb75cd194c0> # /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 0x7fb75cd19910> # /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 0x7fb75cd1a180> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd187d0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd18260> # 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 0x7fb75cd1a750> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd17dd0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd17d40> # /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 0x7fb75cd5cfb0> # /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 0x7fb75cd5de50> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd5d520> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd1b260> 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 0x7fb75cd66990> 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 0x7fb75cd6c0b0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd15010> # /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 0x7fb75cbfa000> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cbf9850> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cd6be90> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ccee990> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cced790> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75d0a5640> # /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 0x7fb75cc0e630> # /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 0x7fb75cc103e0> # /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 0x7fb75cc13b90> # /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 0x7fb75cc141a0> # /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 0x7fb75cc15250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc15100> # /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 0x7fb75cc154c0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc14e60> # /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 0x7fb75cc159a0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc157f0> # /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 0x7fb75cc15d00> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc15a00> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc145f0> # /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 0x7fb75cc14c80> # /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 0x7fb75cc19c70> # /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 0x7fb75cc19fa0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc199d0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc19040> # /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 0x7fb75cc1a0f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc13860> # /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 0x7fb75cc1a180> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc113a0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc10aa0> # /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 0x7fb75cc22330> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc21160> # /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 0x7fb75cc240b0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc1ae70> # /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 0x7fb75cdab890> # /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 0x7fb75bc304a0> # /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 0x7fb75bc30c80> # /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 0x7fb75bc312b0> # /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 0x7fb75bc315b0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc30320> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc57a70> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc54890> # /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 0x7fb75bc442f0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc557f0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc543b0> # /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 0x7fb75bc44920> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc555e0> # /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 0x7fb75bc44b30> # /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 0x7fb75bc44f50> # /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 0x7fb75bc456d0> # /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 0x7fb75bc6d100> # /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 0x7fb75bc6e1e0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc6db20> # /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 0x7fb75bc6e570> # /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 0x7fb75bc6f110> # /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 0x7fb75ba19e20> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba18b00> # /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 0x7fb75ba1b230> # /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 0x7fb75ba3c590> # /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 0x7fb75ba3d3d0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc623f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bc62060> # /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 0x7fb75ba3f890> # /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 0x7fb75ba6c260> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba3f6e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba3ed50> # /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 0x7fb75ba88a40> # /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 0x7fb75ba88b90> # /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 0x7fb75baa0350> # /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 0x7fb75baa0a40> # /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 0x7fb75baa1430> # /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 0x7fb75baa18b0> # /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 0x7fb75baa1e20> # /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 0x7fb75baa2120> # /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 0x7fb75baa26f0> # /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 0x7fb75baa2900> # /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 0x7fb75baa3b90> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa3a10> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa2ab0> # /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 0x7fb75bad88f0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75bad8500> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75baa3f80> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba890d0> # /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 0x7fb75b908350> # /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 0x7fb75b9086b0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75ba8ad20> # /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 0x7fb75b90b740> # /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 0x7fb75b90b8c0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b90ae40> # /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 0x7fb75b921dc0> # /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 0x7fb75b923200> # /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 0x7fb75b9239e0> # /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 0x7fb75b9342c0> # /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 0x7fb75b936060> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cda9df0> # /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 0x7fb75bc61d60> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc269f0> # /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 0x7fb75b969220> # /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 0x7fb75b96a030> # /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 0x7fb75b96a810> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b968170> # /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 0x7fb75b9a0320> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b982a50> # /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 0x7fb75b9b1e50> # /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 0x7fb75b9cb800> # /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 0x7fb75b7fbe30> # /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 0x7fb75b9ee150> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9ec380> # /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 0x7fb75b8445c0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b9c82f0> # /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 0x7fb75b9c8500> # /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 0x7fb75b8a6660> # /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 0x7fb75b8a71a0> # /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 0x7fb75b8a7ce0> # /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 0x7fb75b8b41a0> # /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 0x7fb75b8b5070> # /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 0x7fb75b8b5940> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75cc10530> # /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 0x7fb75b8b6390> # /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 0x7fb75b704d70> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb75b8d6a50> # 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": true, "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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 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 71094 1726886273.29292: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': True, '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-1726886272.2414784-71364-174566634580456/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886273.29295: _low_level_execute_command(): starting 71094 1726886273.29297: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886272.2414784-71364-174566634580456/ > /dev/null 2>&1 && sleep 0' 71094 1726886273.29298: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886273.29300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886273.29303: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886273.29305: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886273.29307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886273.31610: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886273.31741: stderr chunk (state=3): >>><<< 71094 1726886273.31745: stdout chunk (state=3): >>><<< 71094 1726886273.31866: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886273.31872: handler run complete 71094 1726886273.31922: attempt loop complete, returning result 71094 1726886273.31926: _execute() done 71094 1726886273.31929: dumping result to json 71094 1726886273.31935: done dumping result, returning 71094 1726886273.31949: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-ce07-55d2-000000000087] 71094 1726886273.31951: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000087 ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 71094 1726886273.32396: no more pending results, returning what we have 71094 1726886273.32399: results queue empty 71094 1726886273.32400: checking for any_errors_fatal 71094 1726886273.32404: done checking for any_errors_fatal 71094 1726886273.32405: checking for max_fail_percentage 71094 1726886273.32406: done checking for max_fail_percentage 71094 1726886273.32407: checking to see if all hosts have failed and the running result is not ok 71094 1726886273.32408: done checking to see if all hosts have failed 71094 1726886273.32408: getting the remaining hosts for this loop 71094 1726886273.32410: done getting the remaining hosts for this loop 71094 1726886273.32414: getting the next task for host managed_node1 71094 1726886273.32420: done getting next task for host managed_node1 71094 1726886273.32424: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 71094 1726886273.32427: ^ 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=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 71094 1726886273.32436: getting variables 71094 1726886273.32438: in VariableManager get_vars() 71094 1726886273.32516: Calling all_inventory to load vars for managed_node1 71094 1726886273.32519: Calling groups_inventory to load vars for managed_node1 71094 1726886273.32522: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886273.32616: Calling all_plugins_play to load vars for managed_node1 71094 1726886273.32625: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886273.32628: Calling groups_plugins_play to load vars for managed_node1 71094 1726886273.33056: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000087 71094 1726886273.33060: WORKER PROCESS EXITING 71094 1726886273.33084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886273.34027: done with get_vars() 71094 1726886273.34040: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:37:53 -0400 (0:00:01.201) 0:00:06.573 ****** 71094 1726886273.34431: entering _queue_task() for managed_node1/include_tasks 71094 1726886273.35188: worker is 1 (out of 1 available) 71094 1726886273.35199: exiting _queue_task() for managed_node1/include_tasks 71094 1726886273.35209: done queuing things up, now waiting for results queue to drain 71094 1726886273.35211: waiting for pending results... 71094 1726886273.35415: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 71094 1726886273.35834: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000088 71094 1726886273.35849: variable 'ansible_search_path' from source: unknown 71094 1726886273.35853: variable 'ansible_search_path' from source: unknown 71094 1726886273.36018: calling self._execute() 71094 1726886273.36151: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886273.36159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886273.36170: variable 'omit' from source: magic vars 71094 1726886273.37845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886273.38480: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886273.38484: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886273.38528: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886273.38624: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886273.38830: 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) 71094 1726886273.38862: 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) 71094 1726886273.38893: 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) 71094 1726886273.38989: 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) 71094 1726886273.39470: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 71094 1726886273.39473: _execute() done 71094 1726886273.39476: dumping result to json 71094 1726886273.39479: done dumping result, returning 71094 1726886273.39482: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-ce07-55d2-000000000088] 71094 1726886273.39484: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000088 71094 1726886273.39602: no more pending results, returning what we have 71094 1726886273.39607: in VariableManager get_vars() 71094 1726886273.39645: Calling all_inventory to load vars for managed_node1 71094 1726886273.39647: Calling groups_inventory to load vars for managed_node1 71094 1726886273.39649: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886273.39661: Calling all_plugins_play to load vars for managed_node1 71094 1726886273.39665: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886273.39668: Calling groups_plugins_play to load vars for managed_node1 71094 1726886273.40188: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000088 71094 1726886273.40192: WORKER PROCESS EXITING 71094 1726886273.40212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886273.40899: done with get_vars() 71094 1726886273.40910: variable 'ansible_search_path' from source: unknown 71094 1726886273.40911: variable 'ansible_search_path' from source: unknown 71094 1726886273.41337: variable 'storage_provider' from source: role '' defaults 71094 1726886273.41389: we have included files to process 71094 1726886273.41390: generating all_blocks data 71094 1726886273.41392: done generating all_blocks data 71094 1726886273.41397: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 71094 1726886273.41398: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 71094 1726886273.41401: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 71094 1726886273.42211: in VariableManager get_vars() 71094 1726886273.42241: done with get_vars() 71094 1726886273.42460: done processing included file 71094 1726886273.42463: iterating over new_blocks loaded from include file 71094 1726886273.42464: in VariableManager get_vars() 71094 1726886273.42485: done with get_vars() 71094 1726886273.42487: filtering new block on tags 71094 1726886273.42514: done filtering new block on tags 71094 1726886273.42517: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node1 71094 1726886273.42523: extending task lists for all hosts with included blocks 71094 1726886273.43373: done extending task lists 71094 1726886273.43375: done processing included files 71094 1726886273.43375: results queue empty 71094 1726886273.43376: checking for any_errors_fatal 71094 1726886273.43382: done checking for any_errors_fatal 71094 1726886273.43383: checking for max_fail_percentage 71094 1726886273.43384: done checking for max_fail_percentage 71094 1726886273.43385: checking to see if all hosts have failed and the running result is not ok 71094 1726886273.43386: done checking to see if all hosts have failed 71094 1726886273.43386: getting the remaining hosts for this loop 71094 1726886273.43388: done getting the remaining hosts for this loop 71094 1726886273.43390: getting the next task for host managed_node1 71094 1726886273.43394: done getting next task for host managed_node1 71094 1726886273.43397: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 71094 1726886273.43400: ^ 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=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 71094 1726886273.43409: getting variables 71094 1726886273.43410: in VariableManager get_vars() 71094 1726886273.43423: Calling all_inventory to load vars for managed_node1 71094 1726886273.43426: Calling groups_inventory to load vars for managed_node1 71094 1726886273.43427: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886273.43432: Calling all_plugins_play to load vars for managed_node1 71094 1726886273.43435: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886273.43443: Calling groups_plugins_play to load vars for managed_node1 71094 1726886273.44075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886273.44554: done with get_vars() 71094 1726886273.44568: done getting variables 71094 1726886273.44612: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 20 September 2024 22:37:53 -0400 (0:00:00.102) 0:00:06.675 ****** 71094 1726886273.44643: entering _queue_task() for managed_node1/set_fact 71094 1726886273.45385: worker is 1 (out of 1 available) 71094 1726886273.45398: exiting _queue_task() for managed_node1/set_fact 71094 1726886273.45411: done queuing things up, now waiting for results queue to drain 71094 1726886273.45412: waiting for pending results... 71094 1726886273.45890: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 71094 1726886273.46199: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000000ed 71094 1726886273.46218: variable 'ansible_search_path' from source: unknown 71094 1726886273.46404: variable 'ansible_search_path' from source: unknown 71094 1726886273.46790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886273.51121: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886273.51342: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886273.51519: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886273.51591: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886273.51624: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886273.51857: 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) 71094 1726886273.51894: 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) 71094 1726886273.52133: 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) 71094 1726886273.52136: 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) 71094 1726886273.52138: 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) 71094 1726886273.52570: dumping result to json 71094 1726886273.52573: done dumping result, returning 71094 1726886273.52576: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [0affc8a3-6f6f-ce07-55d2-0000000000ed] 71094 1726886273.52578: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000ed 71094 1726886273.52661: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000ed 71094 1726886273.52665: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886273.52727: no more pending results, returning what we have 71094 1726886273.52731: results queue empty 71094 1726886273.52732: checking for any_errors_fatal 71094 1726886273.52734: done checking for any_errors_fatal 71094 1726886273.52735: checking for max_fail_percentage 71094 1726886273.52736: done checking for max_fail_percentage 71094 1726886273.52737: checking to see if all hosts have failed and the running result is not ok 71094 1726886273.52738: done checking to see if all hosts have failed 71094 1726886273.52739: getting the remaining hosts for this loop 71094 1726886273.52741: done getting the remaining hosts for this loop 71094 1726886273.52745: getting the next task for host managed_node1 71094 1726886273.52753: done getting next task for host managed_node1 71094 1726886273.52759: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 71094 1726886273.52763: ^ 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=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 71094 1726886273.52776: getting variables 71094 1726886273.52778: in VariableManager get_vars() 71094 1726886273.52813: Calling all_inventory to load vars for managed_node1 71094 1726886273.52816: Calling groups_inventory to load vars for managed_node1 71094 1726886273.52818: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886273.52828: Calling all_plugins_play to load vars for managed_node1 71094 1726886273.52831: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886273.52834: Calling groups_plugins_play to load vars for managed_node1 71094 1726886273.53708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886273.54085: done with get_vars() 71094 1726886273.54100: done getting variables 71094 1726886273.54362: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 20 September 2024 22:37:53 -0400 (0:00:00.097) 0:00:06.772 ****** 71094 1726886273.54401: entering _queue_task() for managed_node1/package 71094 1726886273.54932: worker is 1 (out of 1 available) 71094 1726886273.54944: exiting _queue_task() for managed_node1/package 71094 1726886273.55159: done queuing things up, now waiting for results queue to drain 71094 1726886273.55161: waiting for pending results... 71094 1726886273.55373: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 71094 1726886273.55825: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000000ef 71094 1726886273.55838: variable 'ansible_search_path' from source: unknown 71094 1726886273.55841: variable 'ansible_search_path' from source: unknown 71094 1726886273.55877: calling self._execute() 71094 1726886273.55986: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886273.55992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886273.56153: variable 'omit' from source: magic vars 71094 1726886273.57710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886273.62422: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886273.62507: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886273.62561: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886273.62607: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886273.62647: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886273.62827: 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) 71094 1726886273.62831: 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) 71094 1726886273.62833: 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) 71094 1726886273.62862: 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) 71094 1726886273.62882: 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) 71094 1726886273.63056: Evaluated conditional (install_copr | d(false) | bool): False 71094 1726886273.63069: when evaluation is False, skipping this task 71094 1726886273.63076: _execute() done 71094 1726886273.63083: dumping result to json 71094 1726886273.63090: done dumping result, returning 71094 1726886273.63101: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [0affc8a3-6f6f-ce07-55d2-0000000000ef] 71094 1726886273.63112: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000ef 71094 1726886273.63245: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000ef 71094 1726886273.63249: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 71094 1726886273.63298: no more pending results, returning what we have 71094 1726886273.63301: results queue empty 71094 1726886273.63302: checking for any_errors_fatal 71094 1726886273.63308: done checking for any_errors_fatal 71094 1726886273.63309: checking for max_fail_percentage 71094 1726886273.63311: done checking for max_fail_percentage 71094 1726886273.63312: checking to see if all hosts have failed and the running result is not ok 71094 1726886273.63312: done checking to see if all hosts have failed 71094 1726886273.63313: getting the remaining hosts for this loop 71094 1726886273.63315: done getting the remaining hosts for this loop 71094 1726886273.63318: getting the next task for host managed_node1 71094 1726886273.63325: done getting next task for host managed_node1 71094 1726886273.63329: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 71094 1726886273.63333: ^ 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=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 71094 1726886273.63346: getting variables 71094 1726886273.63347: in VariableManager get_vars() 71094 1726886273.63383: Calling all_inventory to load vars for managed_node1 71094 1726886273.63385: Calling groups_inventory to load vars for managed_node1 71094 1726886273.63387: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886273.63396: Calling all_plugins_play to load vars for managed_node1 71094 1726886273.63399: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886273.63401: Calling groups_plugins_play to load vars for managed_node1 71094 1726886273.64036: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886273.64869: done with get_vars() 71094 1726886273.64882: done getting variables TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 20 September 2024 22:37:53 -0400 (0:00:00.107) 0:00:06.880 ****** 71094 1726886273.65188: entering _queue_task() for managed_node1/include_tasks 71094 1726886273.65719: worker is 1 (out of 1 available) 71094 1726886273.65732: exiting _queue_task() for managed_node1/include_tasks 71094 1726886273.65745: done queuing things up, now waiting for results queue to drain 71094 1726886273.65746: waiting for pending results... 71094 1726886273.66474: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable COPRs 71094 1726886273.66479: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000000f0 71094 1726886273.66598: variable 'ansible_search_path' from source: unknown 71094 1726886273.66602: variable 'ansible_search_path' from source: unknown 71094 1726886273.67254: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886273.70161: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886273.70247: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886273.70294: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886273.70438: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886273.70474: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886273.70863: 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) 71094 1726886273.70866: 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) 71094 1726886273.70869: 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) 71094 1726886273.70898: 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) 71094 1726886273.70980: 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) 71094 1726886273.71242: dumping result to json 71094 1726886273.71335: done dumping result, returning 71094 1726886273.71347: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable COPRs [0affc8a3-6f6f-ce07-55d2-0000000000f0] 71094 1726886273.71365: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000f0 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886273.71574: no more pending results, returning what we have 71094 1726886273.71578: results queue empty 71094 1726886273.71579: checking for any_errors_fatal 71094 1726886273.71583: done checking for any_errors_fatal 71094 1726886273.71584: checking for max_fail_percentage 71094 1726886273.71585: done checking for max_fail_percentage 71094 1726886273.71586: checking to see if all hosts have failed and the running result is not ok 71094 1726886273.71587: done checking to see if all hosts have failed 71094 1726886273.71588: getting the remaining hosts for this loop 71094 1726886273.71590: done getting the remaining hosts for this loop 71094 1726886273.71594: getting the next task for host managed_node1 71094 1726886273.71604: done getting next task for host managed_node1 71094 1726886273.71608: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 71094 1726886273.71618: ^ 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=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 71094 1726886273.71634: getting variables 71094 1726886273.71636: in VariableManager get_vars() 71094 1726886273.71674: Calling all_inventory to load vars for managed_node1 71094 1726886273.71677: Calling groups_inventory to load vars for managed_node1 71094 1726886273.71680: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886273.71690: Calling all_plugins_play to load vars for managed_node1 71094 1726886273.71693: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886273.71696: Calling groups_plugins_play to load vars for managed_node1 71094 1726886273.72688: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000f0 71094 1726886273.72692: WORKER PROCESS EXITING 71094 1726886273.72769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886273.73427: done with get_vars() 71094 1726886273.73447: done getting variables 71094 1726886273.73506: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:37:53 -0400 (0:00:00.083) 0:00:06.964 ****** 71094 1726886273.73544: entering _queue_task() for managed_node1/package 71094 1726886273.73975: worker is 1 (out of 1 available) 71094 1726886273.73991: exiting _queue_task() for managed_node1/package 71094 1726886273.74001: done queuing things up, now waiting for results queue to drain 71094 1726886273.74003: waiting for pending results... 71094 1726886273.74196: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 71094 1726886273.74331: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000089 71094 1726886273.74352: variable 'ansible_search_path' from source: unknown 71094 1726886273.74426: variable 'ansible_search_path' from source: unknown 71094 1726886273.74430: calling self._execute() 71094 1726886273.74498: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886273.74514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886273.74534: variable 'omit' from source: magic vars 71094 1726886273.74970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886273.75273: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886273.75334: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886273.75372: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886273.75417: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886273.75517: 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) 71094 1726886273.75628: 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) 71094 1726886273.75631: 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) 71094 1726886273.75634: 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) 71094 1726886273.75774: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 71094 1726886273.75787: variable 'omit' from source: magic vars 71094 1726886273.75862: variable 'omit' from source: magic vars 71094 1726886273.76007: variable 'package_info' from source: set_fact 71094 1726886273.76027: variable 'extra_pkgs' from source: task vars 71094 1726886273.76215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886273.79140: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886273.79338: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886273.79402: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886273.79446: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886273.79541: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886273.79696: 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) 71094 1726886273.79791: 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) 71094 1726886273.79867: 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) 71094 1726886273.80019: 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) 71094 1726886273.80023: 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) 71094 1726886273.80257: variable '__storage_is_ostree' from source: set_fact 71094 1726886273.80276: variable 'omit' from source: magic vars 71094 1726886273.80318: variable 'omit' from source: magic vars 71094 1726886273.80562: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886273.80566: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886273.80568: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886273.80571: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886273.80816: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886273.80820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886273.80822: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886273.80824: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886273.80826: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886273.80828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886273.81021: Set connection var ansible_connection to ssh 71094 1726886273.81076: Set connection var ansible_pipelining to False 71094 1726886273.81090: Set connection var ansible_timeout to 10 71094 1726886273.81123: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886273.81147: Set connection var ansible_shell_type to sh 71094 1726886273.81170: Set connection var ansible_shell_executable to /bin/sh 71094 1726886273.81315: variable 'ansible_shell_executable' from source: unknown 71094 1726886273.81324: variable 'ansible_connection' from source: unknown 71094 1726886273.81368: variable 'ansible_module_compression' from source: unknown 71094 1726886273.81377: variable 'ansible_shell_type' from source: unknown 71094 1726886273.81385: variable 'ansible_shell_executable' from source: unknown 71094 1726886273.81393: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886273.81401: variable 'ansible_pipelining' from source: unknown 71094 1726886273.81562: variable 'ansible_timeout' from source: unknown 71094 1726886273.81566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886273.81762: 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) 71094 1726886273.81766: variable 'omit' from source: magic vars 71094 1726886273.81768: starting attempt loop 71094 1726886273.81771: running the handler 71094 1726886273.81773: variable 'ansible_facts' from source: unknown 71094 1726886273.81775: variable 'ansible_facts' from source: unknown 71094 1726886273.81906: _low_level_execute_command(): starting 71094 1726886273.81919: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886273.83331: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886273.83453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886273.83471: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886273.83551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886273.85894: stdout chunk (state=3): >>>/root <<< 71094 1726886273.86022: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886273.86361: stderr chunk (state=3): >>><<< 71094 1726886273.86365: stdout chunk (state=3): >>><<< 71094 1726886273.86557: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886273.86560: _low_level_execute_command(): starting 71094 1726886273.86563: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068 `" && echo ansible-tmp-1726886273.8645833-71418-227675288017068="` echo /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068 `" ) && sleep 0' 71094 1726886273.87798: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886273.87938: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886273.88072: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886273.88091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886273.88200: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886273.88249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886273.91522: stdout chunk (state=3): >>>ansible-tmp-1726886273.8645833-71418-227675288017068=/root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068 <<< 71094 1726886273.91526: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886273.91533: stdout chunk (state=3): >>><<< 71094 1726886273.91535: stderr chunk (state=3): >>><<< 71094 1726886273.91562: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886273.8645833-71418-227675288017068=/root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886273.91598: variable 'ansible_module_compression' from source: unknown 71094 1726886273.91662: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 71094 1726886273.92096: variable 'ansible_facts' from source: unknown 71094 1726886273.92352: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/AnsiballZ_dnf.py 71094 1726886273.93390: Sending initial data 71094 1726886273.93394: Sent initial data (152 bytes) 71094 1726886273.94368: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886273.94386: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886273.94472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886273.94490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886273.94506: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886273.94657: 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/7ad2b9f1f0' <<< 71094 1726886273.94952: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886273.95091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886273.97365: 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 <<< 71094 1726886273.97401: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886273.97561: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpwv3krojw /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/AnsiballZ_dnf.py <<< 71094 1726886273.97571: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/AnsiballZ_dnf.py" <<< 71094 1726886273.97603: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpwv3krojw" to remote "/root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/AnsiballZ_dnf.py" <<< 71094 1726886273.99458: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886273.99471: stdout chunk (state=3): >>><<< 71094 1726886273.99506: stderr chunk (state=3): >>><<< 71094 1726886273.99663: done transferring module to remote 71094 1726886273.99666: _low_level_execute_command(): starting 71094 1726886273.99669: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/ /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/AnsiballZ_dnf.py && sleep 0' 71094 1726886274.00658: 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 <<< 71094 1726886274.00705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886274.00773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886274.00938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886274.03526: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886274.03531: stdout chunk (state=3): >>><<< 71094 1726886274.03533: stderr chunk (state=3): >>><<< 71094 1726886274.03552: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886274.03698: _low_level_execute_command(): starting 71094 1726886274.03702: _low_level_execute_command(): using become for this command 71094 1726886274.03705: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uudyonbcccdjtgalnxfkywesgeqzuscy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/AnsiballZ_dnf.py'"'"' && sleep 0' 71094 1726886274.03983: Initial state: awaiting_escalation: BECOME-SUCCESS-uudyonbcccdjtgalnxfkywesgeqzuscy 71094 1726886274.04912: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886274.04916: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886274.05153: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886274.05177: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886274.05366: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886274.09715: stdout chunk (state=1): >>>BECOME-SUCCESS-uudyonbcccdjtgalnxfkywesgeqzuscy <<< 71094 1726886274.09719: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uudyonbcccdjtgalnxfkywesgeqzuscy' 71094 1726886274.10096: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 71094 1726886274.10149: stdout chunk (state=3): >>>import 'posix' # <<< 71094 1726886274.10153: stdout chunk (state=3): >>> <<< 71094 1726886274.10211: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 71094 1726886274.10215: stdout chunk (state=3): >>> # installing zipimport hook <<< 71094 1726886274.10273: stdout chunk (state=3): >>>import 'time' # <<< 71094 1726886274.10305: stdout chunk (state=3): >>>import 'zipimport' # <<< 71094 1726886274.10320: stdout chunk (state=3): >>># installed zipimport hook <<< 71094 1726886274.10402: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 71094 1726886274.10426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886274.10630: stdout chunk (state=3): >>>import '_codecs' # <<< 71094 1726886274.10784: 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'<<< 71094 1726886274.10798: stdout chunk (state=3): >>> import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4457103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4456dfa10> # /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 0x7ff445712960> import '_signal' # <<< 71094 1726886274.10834: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 71094 1726886274.10874: stdout chunk (state=3): >>> <<< 71094 1726886274.10894: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886274.10954: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886274.10974: stdout chunk (state=3): >>> <<< 71094 1726886274.11102: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886274.11161: stdout chunk (state=3): >>> import 'genericpath' # <<< 71094 1726886274.11175: stdout chunk (state=3): >>>import 'posixpath' # <<< 71094 1726886274.11273: stdout chunk (state=3): >>> <<< 71094 1726886274.11406: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # 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 0x7ff445504fe0> <<< 71094 1726886274.11470: 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 <<< 71094 1726886274.11512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886274.11533: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445505fd0> <<< 71094 1726886274.11611: 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 <<< 71094 1726886274.11746: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 71094 1726886274.12059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 71094 1726886274.12180: 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' <<< 71094 1726886274.12220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 71094 1726886274.12268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 71094 1726886274.12310: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 71094 1726886274.12349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 71094 1726886274.12386: stdout chunk (state=3): >>> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44554be00><<< 71094 1726886274.12403: stdout chunk (state=3): >>> <<< 71094 1726886274.12423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py<<< 71094 1726886274.12464: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 71094 1726886274.12512: stdout chunk (state=3): >>>import '_operator' # <<< 71094 1726886274.12522: stdout chunk (state=3): >>> <<< 71094 1726886274.12553: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44554bec0> <<< 71094 1726886274.12572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886274.12607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'<<< 71094 1726886274.12649: stdout chunk (state=3): >>> # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py<<< 71094 1726886274.12781: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886274.12785: stdout chunk (state=3): >>> <<< 71094 1726886274.12787: stdout chunk (state=3): >>>import 'itertools' # <<< 71094 1726886274.12812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py<<< 71094 1726886274.12860: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44557b830> <<< 71094 1726886274.12969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886274.12972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44557bec0> import '_collections' # <<< 71094 1726886274.13021: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44555bad0><<< 71094 1726886274.13063: stdout chunk (state=3): >>> import '_functools' # <<< 71094 1726886274.13173: stdout chunk (state=3): >>> <<< 71094 1726886274.13249: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455591f0> <<< 71094 1726886274.13274: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445548fb0> <<< 71094 1726886274.13386: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 71094 1726886274.13404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 71094 1726886274.13472: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 71094 1726886274.13507: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44559f800> <<< 71094 1726886274.13541: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44559e420><<< 71094 1726886274.13557: stdout chunk (state=3): >>> <<< 71094 1726886274.13613: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 71094 1726886274.13758: 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 0x7ff44555a1e0> <<< 71094 1726886274.13762: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44559cc20> # /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' <<< 71094 1726886274.13775: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d0860> <<< 71094 1726886274.13813: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445548230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py<<< 71094 1726886274.13840: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 71094 1726886274.13964: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.13970: 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 0x7ff4455d0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d0bc0><<< 71094 1726886274.14009: stdout chunk (state=3): >>> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.14040: stdout chunk (state=3): >>> # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.14118: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4455d0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44553ed50> <<< 71094 1726886274.14156: 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'<<< 71094 1726886274.14171: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 71094 1726886274.14282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d12e0> import 'importlib.machinery' # <<< 71094 1726886274.14333: 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'<<< 71094 1726886274.14376: stdout chunk (state=3): >>> import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d2510> <<< 71094 1726886274.14408: stdout chunk (state=3): >>>import 'importlib.util' # <<< 71094 1726886274.14546: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886274.14600: 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<<< 71094 1726886274.14660: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455e8710> <<< 71094 1726886274.14806: 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 0x7ff4455e9df0><<< 71094 1726886274.14837: 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<<< 71094 1726886274.14881: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455eac90> <<< 71094 1726886274.14953: 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 0x7ff4455eb2f0><<< 71094 1726886274.15013: stdout chunk (state=3): >>> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455ea1e0> <<< 71094 1726886274.15169: 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' <<< 71094 1726886274.15183: 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 0x7ff4455ebd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455eb4a0> <<< 71094 1726886274.15234: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d2540><<< 71094 1726886274.15290: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886274.15416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 71094 1726886274.15420: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 71094 1726886274.15430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 71094 1726886274.15769: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.15795: 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 0x7ff445317c50> # /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 0x7ff445340770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453404d0> # 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 0x7ff4453407a0> # /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' <<< 71094 1726886274.15823: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.16024: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.16053: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4453410d0> <<< 71094 1726886274.16232: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.16282: 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 0x7ff445341ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445340980><<< 71094 1726886274.16333: stdout chunk (state=3): >>> <<< 71094 1726886274.16354: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445315df0> <<< 71094 1726886274.16379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 71094 1726886274.16512: 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'<<< 71094 1726886274.16532: stdout chunk (state=3): >>> import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445342e70> <<< 71094 1726886274.16602: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445341940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d2c30><<< 71094 1726886274.16670: stdout chunk (state=3): >>> <<< 71094 1726886274.16683: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 71094 1726886274.16920: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44536f1a0><<< 71094 1726886274.16923: stdout chunk (state=3): >>> <<< 71094 1726886274.17095: 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 <<< 71094 1726886274.17124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'<<< 71094 1726886274.17200: stdout chunk (state=3): >>> import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445397590> <<< 71094 1726886274.17246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 71094 1726886274.17315: stdout chunk (state=3): >>> <<< 71094 1726886274.17338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886274.17430: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886274.17473: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py<<< 71094 1726886274.17490: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886274.17530: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453f0350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886274.17632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 71094 1726886274.17644: stdout chunk (state=3): >>> <<< 71094 1726886274.17756: 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' <<< 71094 1726886274.17825: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453f2ab0> <<< 71094 1726886274.17947: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453f0470> <<< 71094 1726886274.18088: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453bd370> # /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 0x7ff444d29400><<< 71094 1726886274.18126: stdout chunk (state=3): >>> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445396390> <<< 71094 1726886274.18144: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445343d70><<< 71094 1726886274.18273: stdout chunk (state=3): >>> <<< 71094 1726886274.18371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 71094 1726886274.18385: stdout chunk (state=3): >>> <<< 71094 1726886274.18421: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff445396990> <<< 71094 1726886274.18732: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fw65w76c/ansible_ansible.legacy.dnf_payload.zip' <<< 71094 1726886274.18736: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.18738: stdout chunk (state=3): >>> <<< 71094 1726886274.18887: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.18913: stdout chunk (state=3): >>> <<< 71094 1726886274.18965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 71094 1726886274.19049: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 71094 1726886274.19064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886274.19185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886274.19416: 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 0x7ff444d83200> import '_typing' # <<< 71094 1726886274.19517: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444d620f0><<< 71094 1726886274.19639: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444d61250> # zipimport: zlib available<<< 71094 1726886274.19651: stdout chunk (state=3): >>> import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886274.19697: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 71094 1726886274.20033: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.21993: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.23669: 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'<<< 71094 1726886274.23700: stdout chunk (state=3): >>> import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444d814f0> <<< 71094 1726886274.23746: 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'<<< 71094 1726886274.23765: stdout chunk (state=3): >>> <<< 71094 1726886274.23807: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 71094 1726886274.23885: 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' <<< 71094 1726886274.23940: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.23983: 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 0x7ff444da6ae0><<< 71094 1726886274.24033: stdout chunk (state=3): >>> <<< 71094 1726886274.24061: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444da6870> <<< 71094 1726886274.24108: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444da6180><<< 71094 1726886274.24186: 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' <<< 71094 1726886274.24250: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444da65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44555a9c0><<< 71094 1726886274.24313: stdout chunk (state=3): >>> import 'atexit' # <<< 71094 1726886274.24335: 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'<<< 71094 1726886274.24491: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff444da7800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.24520: 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 0x7ff444da7a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886274.24557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 71094 1726886274.24636: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444da7f80><<< 71094 1726886274.24682: stdout chunk (state=3): >>> import 'pwd' # <<< 71094 1726886274.24841: 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' <<< 71094 1726886274.24844: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c15cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.25082: 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 0x7ff444c178f0> # /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 0x7ff444c1c230> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 71094 1726886274.25105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 71094 1726886274.25168: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c1d3a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 71094 1726886274.25186: stdout chunk (state=3): >>> <<< 71094 1726886274.25227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886274.25278: 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'<<< 71094 1726886274.25350: stdout chunk (state=3): >>> import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c1fe90> <<< 71094 1726886274.25421: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.25464: 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 0x7ff4455eac00> <<< 71094 1726886274.25571: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c1e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 71094 1726886274.25574: stdout chunk (state=3): >>> <<< 71094 1726886274.25614: 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 <<< 71094 1726886274.25728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<< 71094 1726886274.25735: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 71094 1726886274.25761: 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' <<< 71094 1726886274.25795: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c23da0> import '_tokenize' # <<< 71094 1726886274.25847: stdout chunk (state=3): >>> <<< 71094 1726886274.25969: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c22870><<< 71094 1726886274.25973: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c225d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 71094 1726886274.25985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 71094 1726886274.26273: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c22b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c1e660> <<< 71094 1726886274.26277: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.26288: 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 0x7ff444c67ec0> # /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'<<< 71094 1726886274.26333: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 71094 1726886274.26382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 71094 1726886274.26449: 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'<<< 71094 1726886274.26523: 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 0x7ff444c69c70> <<< 71094 1726886274.26588: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c69a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py<<< 71094 1726886274.26631: stdout chunk (state=3): >>> <<< 71094 1726886274.26832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 71094 1726886274.27282: 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 0x7ff444c6c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c6a330> # /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 0x7ff444c6f9b0> <<< 71094 1726886274.27484: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c6c380> # 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 0x7ff444c70530> <<< 71094 1726886274.27524: 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' <<< 71094 1726886274.27542: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff444c70b90> <<< 71094 1726886274.27599: 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'<<< 71094 1726886274.27623: 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'<<< 71094 1726886274.27650: stdout chunk (state=3): >>> import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff444c70ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c68350> <<< 71094 1726886274.27784: 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' <<< 71094 1726886274.27844: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.27874: 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 0x7ff444cfc290><<< 71094 1726886274.28033: stdout chunk (state=3): >>> <<< 71094 1726886274.28154: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.28193: 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 0x7ff444cfd550> <<< 71094 1726886274.28305: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c72a20> <<< 71094 1726886274.28332: 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 0x7ff444c73dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c72660> <<< 71094 1726886274.28358: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.28419: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 71094 1726886274.28458: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.28602: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.28622: stdout chunk (state=3): >>> <<< 71094 1726886274.28781: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 71094 1726886274.28785: stdout chunk (state=3): >>> <<< 71094 1726886274.28806: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available<<< 71094 1726886274.28829: stdout chunk (state=3): >>> <<< 71094 1726886274.28856: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 71094 1726886274.28894: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886274.29168: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.29282: stdout chunk (state=3): >>> <<< 71094 1726886274.29304: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.30194: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.31109: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886274.31236: 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' <<< 71094 1726886274.31309: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.31337: 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 0x7ff444b01670> <<< 71094 1726886274.31463: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 71094 1726886274.31482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 71094 1726886274.31504: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b02510><<< 71094 1726886274.31533: stdout chunk (state=3): >>> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444cfd8e0> <<< 71094 1726886274.31694: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886274.31697: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 71094 1726886274.31721: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.32075: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.32235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886274.32259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 71094 1726886274.32315: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b02240> <<< 71094 1726886274.32322: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.32325: stdout chunk (state=3): >>> <<< 71094 1726886274.33308: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.33878: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.33907: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.34023: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886274.34049: stdout chunk (state=3): >>> <<< 71094 1726886274.34069: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.34192: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 71094 1726886274.34386: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.34390: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.34457: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886274.34497: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886274.34530: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 71094 1726886274.34611: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886274.34631: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.34697: stdout chunk (state=3): >>> import 'ansible.module_utils.parsing.convert_bool' # <<< 71094 1726886274.34739: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.35118: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.35486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 71094 1726886274.35588: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886274.35702: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886274.35739: stdout chunk (state=3): >>> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b03620><<< 71094 1726886274.35742: stdout chunk (state=3): >>> <<< 71094 1726886274.35765: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.35886: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.35907: stdout chunk (state=3): >>> <<< 71094 1726886274.36037: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 71094 1726886274.36069: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 71094 1726886274.36090: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886274.36116: stdout chunk (state=3): >>> <<< 71094 1726886274.36133: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.36198: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886274.36234: stdout chunk (state=3): >>> <<< 71094 1726886274.36276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886274.36348: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.36351: stdout chunk (state=3): >>> <<< 71094 1726886274.36391: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.36449: stdout chunk (state=3): >>> <<< 71094 1726886274.36467: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.36563: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886274.36784: 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' <<< 71094 1726886274.36903: 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' <<< 71094 1726886274.36935: 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 0x7ff444b0dfd0><<< 71094 1726886274.36957: stdout chunk (state=3): >>> <<< 71094 1726886274.37014: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b09880><<< 71094 1726886274.37034: stdout chunk (state=3): >>> <<< 71094 1726886274.37081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 71094 1726886274.37179: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.37220: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.37335: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.37387: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.37407: stdout chunk (state=3): >>> <<< 71094 1726886274.37482: 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 <<< 71094 1726886274.37504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886274.37583: 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 <<< 71094 1726886274.37681: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 71094 1726886274.37703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 71094 1726886274.37727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886274.37779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 71094 1726886274.37810: stdout chunk (state=3): >>> <<< 71094 1726886274.37813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 71094 1726886274.37895: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c02930><<< 71094 1726886274.37976: stdout chunk (state=3): >>> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444de2600><<< 71094 1726886274.37989: stdout chunk (state=3): >>> <<< 71094 1726886274.38138: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b0e120> <<< 71094 1726886274.38177: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b02e70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 71094 1726886274.38383: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # <<< 71094 1726886274.38387: stdout chunk (state=3): >>> <<< 71094 1726886274.38394: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 71094 1726886274.38428: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886274.38460: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.38474: stdout chunk (state=3): >>> import 'ansible.modules' # <<< 71094 1726886274.38563: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886274.39566: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.39674: stdout chunk (state=3): >>> <<< 71094 1726886274.40343: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.41463: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.42585: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 71094 1726886274.42796: 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 0x7ff444ba0620> # /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 0x7ff444ba0860> # /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' <<< 71094 1726886274.42800: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py<<< 71094 1726886274.42838: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 71094 1726886274.42846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py<<< 71094 1726886274.42875: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba0fb0><<< 71094 1726886274.42978: stdout chunk (state=3): >>> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba0b30><<< 71094 1726886274.43016: 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 <<< 71094 1726886274.43103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 71094 1726886274.43149: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba1910> <<< 71094 1726886274.43162: 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' <<< 71094 1726886274.43231: 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'<<< 71094 1726886274.43269: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py<<< 71094 1726886274.43341: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'<<< 71094 1726886274.43344: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py<<< 71094 1726886274.43424: 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 <<< 71094 1726886274.43550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 71094 1726886274.43572: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b8d730> # /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 0x7ff444b8d760><<< 71094 1726886274.43604: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 71094 1726886274.43625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 71094 1726886274.43722: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444736690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba30e0> <<< 71094 1726886274.43917: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py<<< 71094 1726886274.43925: 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 <<< 71094 1726886274.43942: 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<<< 71094 1726886274.44016: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'<<< 71094 1726886274.44036: stdout chunk (state=3): >>> <<< 71094 1726886274.44113: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447391f0><<< 71094 1726886274.44145: stdout chunk (state=3): >>> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444737d70> <<< 71094 1726886274.44273: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444737110> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba25a0> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 71094 1726886274.44297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'<<< 71094 1726886274.44333: 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<<< 71094 1726886274.44358: stdout chunk (state=3): >>> <<< 71094 1726886274.44428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'<<< 71094 1726886274.44517: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 71094 1726886274.44529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447a51f0> <<< 71094 1726886274.44783: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44475d310><<< 71094 1726886274.44786: stdout chunk (state=3): >>> <<< 71094 1726886274.44949: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba2a20><<< 71094 1726886274.44981: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 71094 1726886274.45033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 71094 1726886274.45101: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 71094 1726886274.45117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 71094 1726886274.45226: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 71094 1726886274.45248: 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 0x7ff4447acc80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447a6fc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44475ce30><<< 71094 1726886274.45293: stdout chunk (state=3): >>> <<< 71094 1726886274.45352: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba1fd0> <<< 71094 1726886274.45394: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba19a0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba1670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba08c0><<< 71094 1726886274.45463: 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'<<< 71094 1726886274.45652: stdout chunk (state=3): >>> import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba1850> # /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' <<< 71094 1726886274.45667: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447ad220> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447ac950><<< 71094 1726886274.45696: stdout chunk (state=3): >>> <<< 71094 1726886274.45736: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 71094 1726886274.45749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886274.46052: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447adb20> # /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 <<< 71094 1726886274.46110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 71094 1726886274.46203: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.46367: 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 0x7ff444793ec0> <<< 71094 1726886274.46646: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444791640> <<< 71094 1726886274.46754: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447ae7e0> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 71094 1726886274.46959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 71094 1726886274.46963: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447910d0> # /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' <<< 71094 1726886274.46965: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447ca3f0> <<< 71094 1726886274.46967: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 71094 1726886274.46969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'<<< 71094 1726886274.46990: stdout chunk (state=3): >>> # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py<<< 71094 1726886274.47279: 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 0x7ff4447cb050> <<< 71094 1726886274.47283: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447cab40> # /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'<<< 71094 1726886274.47348: stdout chunk (state=3): >>> <<< 71094 1726886274.47389: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447cb530> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py<<< 71094 1726886274.47405: stdout chunk (state=3): >>> <<< 71094 1726886274.47466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'<<< 71094 1726886274.47482: stdout chunk (state=3): >>> <<< 71094 1726886274.47849: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44479fa70><<< 71094 1726886274.47857: stdout chunk (state=3): >>> <<< 71094 1726886274.47932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 71094 1726886274.47952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 71094 1726886274.48057: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446bdeb0> <<< 71094 1726886274.48064: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.48258: stdout chunk (state=3): >>> import 'ansible.module_utils.urls' # # zipimport: zlib available<<< 71094 1726886274.48284: stdout chunk (state=3): >>> <<< 71094 1726886274.48467: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.48488: stdout chunk (state=3): >>> <<< 71094 1726886274.48710: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 71094 1726886274.48733: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886274.48739: stdout chunk (state=3): >>> <<< 71094 1726886274.48870: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.48924: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 71094 1726886274.49017: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.49345: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.49364: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 71094 1726886274.49700: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886274.50177: 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<<< 71094 1726886274.50181: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886274.50217: stdout chunk (state=3): >>> <<< 71094 1726886274.50418: 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 <<< 71094 1726886274.50427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446faea0> # /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' <<< 71094 1726886274.50550: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446fafc0> <<< 71094 1726886274.50591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 71094 1726886274.50670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 71094 1726886274.50674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 71094 1726886274.50699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'<<< 71094 1726886274.50796: stdout chunk (state=3): >>> <<< 71094 1726886274.50800: 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' <<< 71094 1726886274.50810: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff44444f170> <<< 71094 1726886274.50832: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44444e9c0> <<< 71094 1726886274.50997: 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 0x7ff44444eba0><<< 71094 1726886274.51147: stdout chunk (state=3): >>> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446fb500> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446fa360> # /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 0x7ff4446faba0> <<< 71094 1726886274.51176: 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 <<< 71094 1726886274.51248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 71094 1726886274.51310: 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<<< 71094 1726886274.51314: stdout chunk (state=3): >>> <<< 71094 1726886274.51317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886274.51450: stdout chunk (state=3): >>> <<< 71094 1726886274.51496: 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 <<< 71094 1726886274.51516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 71094 1726886274.51576: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 71094 1726886274.51620: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 71094 1726886274.51641: stdout chunk (state=3): >>>import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4444c87d0><<< 71094 1726886274.51702: stdout chunk (state=3): >>> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4444c83b0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 71094 1726886274.51794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'<<< 71094 1726886274.51797: stdout chunk (state=3): >>> <<< 71094 1726886274.51960: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'<<< 71094 1726886274.51963: stdout chunk (state=3): >>> <<< 71094 1726886274.51991: 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 0x7ff4444f00e0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4444c8920> <<< 71094 1726886274.52024: 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 <<< 71094 1726886274.52165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'<<< 71094 1726886274.52172: stdout chunk (state=3): >>> <<< 71094 1726886274.54070: 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 0x7ff443f33140> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4444f01a0> # /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' <<< 71094 1726886274.54248: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'<<< 71094 1726886274.54252: stdout chunk (state=3): >>> # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'<<< 71094 1726886274.54254: stdout chunk (state=3): >>> <<< 71094 1726886274.54259: stdout chunk (state=3): >>>import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff443fb0d40><<< 71094 1726886274.54261: stdout chunk (state=3): >>> <<< 71094 1726886274.54387: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff443f335c0><<< 71094 1726886274.54391: stdout chunk (state=3): >>> <<< 71094 1726886274.54393: 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 <<< 71094 1726886274.54487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'<<< 71094 1726886274.54490: stdout chunk (state=3): >>> <<< 71094 1726886274.54651: 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' <<< 71094 1726886274.54657: stdout chunk (state=3): >>>import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff443fb3c20> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff443fb0e00><<< 71094 1726886274.54665: stdout chunk (state=3): >>> <<< 71094 1726886274.54703: 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 <<< 71094 1726886274.54785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'<<< 71094 1726886274.54788: stdout chunk (state=3): >>> <<< 71094 1726886274.54982: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 71094 1726886274.54986: 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 0x7ff443fefda0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff443fb3fb0><<< 71094 1726886274.54994: stdout chunk (state=3): >>> <<< 71094 1726886274.55034: 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<<< 71094 1726886274.55066: stdout chunk (state=3): >>> <<< 71094 1726886274.55070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'<<< 71094 1726886274.55125: stdout chunk (state=3): >>> <<< 71094 1726886274.55171: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 71094 1726886274.55190: stdout chunk (state=3): >>># extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 71094 1726886274.55233: stdout chunk (state=3): >>>import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4426250d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426244d0><<< 71094 1726886274.55395: stdout chunk (state=3): >>> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44446bef0> # /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' <<< 71094 1726886274.55416: 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 <<< 71094 1726886274.55515: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'<<< 71094 1726886274.55552: stdout chunk (state=3): >>> # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.55565: stdout chunk (state=3): >>> <<< 71094 1726886274.55590: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.55593: stdout chunk (state=3): >>> import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff442648590><<< 71094 1726886274.55658: stdout chunk (state=3): >>> <<< 71094 1726886274.55672: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426279e0><<< 71094 1726886274.55676: stdout chunk (state=3): >>> <<< 71094 1726886274.55789: 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 <<< 71094 1726886274.55841: 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' <<< 71094 1726886274.55924: 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 0x7ff44264ac60> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 71094 1726886274.55957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'<<< 71094 1726886274.55963: stdout chunk (state=3): >>> <<< 71094 1726886274.56089: 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 0x7ff44264bb60> <<< 71094 1726886274.56095: 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'<<< 71094 1726886274.56280: stdout chunk (state=3): >>> <<< 71094 1726886274.57192: 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 0x7ff442670470> # /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 0x7ff442671970> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264bda0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264ab10> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264a4b0> # /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' <<< 71094 1726886274.57237: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'<<< 71094 1726886274.57241: stdout chunk (state=3): >>> # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'<<< 71094 1726886274.57269: stdout chunk (state=3): >>> import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff442673590><<< 71094 1726886274.57277: stdout chunk (state=3): >>> <<< 71094 1726886274.57372: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264b080> <<< 71094 1726886274.57430: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442648920><<< 71094 1726886274.57477: stdout chunk (state=3): >>> <<< 71094 1726886274.57505: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442626ff0><<< 71094 1726886274.57516: stdout chunk (state=3): >>> <<< 71094 1726886274.57589: 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'<<< 71094 1726886274.57752: stdout chunk (state=3): >>> # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'<<< 71094 1726886274.57957: 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 0x7ff442627710> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442627470> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442625220> # /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 0x7ff4426acbf0> # /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' <<< 71094 1726886274.57965: 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<<< 71094 1726886274.57971: stdout chunk (state=3): >>> <<< 71094 1726886274.58027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 71094 1726886274.58035: 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 <<< 71094 1726886274.58063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'<<< 71094 1726886274.58136: stdout chunk (state=3): >>> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426af0b0> <<< 71094 1726886274.58140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 71094 1726886274.58161: stdout chunk (state=3): >>> <<< 71094 1726886274.58187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 71094 1726886274.58243: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426af890> <<< 71094 1726886274.58247: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426ae420><<< 71094 1726886274.58381: 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' <<< 71094 1726886274.58390: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d40e0><<< 71094 1726886274.58393: stdout chunk (state=3): >>> <<< 71094 1726886274.58498: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426acbc0><<< 71094 1726886274.58541: 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<<< 71094 1726886274.58544: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'<<< 71094 1726886274.58552: stdout chunk (state=3): >>> <<< 71094 1726886274.58684: 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 0x7ff4426d5b50> <<< 71094 1726886274.58688: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d50d0> <<< 71094 1726886274.58691: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d4ef0><<< 71094 1726886274.58763: 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<<< 71094 1726886274.58766: stdout chunk (state=3): >>> <<< 71094 1726886274.58769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 71094 1726886274.58833: 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<<< 71094 1726886274.58927: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'<<< 71094 1726886274.58934: stdout chunk (state=3): >>> <<< 71094 1726886274.59014: 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 0x7ff442700b60><<< 71094 1726886274.59068: stdout chunk (state=3): >>> <<< 71094 1726886274.59078: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 71094 1726886274.59183: 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<<< 71094 1726886274.59192: stdout chunk (state=3): >>> <<< 71094 1726886274.59378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 71094 1726886274.59396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441fd2bd0><<< 71094 1726886274.59477: stdout chunk (state=3): >>> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.59483: 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 0x7ff441fd2f30> <<< 71094 1726886274.59551: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442702e40><<< 71094 1726886274.59660: stdout chunk (state=3): >>> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442700fe0> <<< 71094 1726886274.59694: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d7f20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d62a0><<< 71094 1726886274.59780: stdout chunk (state=3): >>> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d6000> <<< 71094 1726886274.59801: 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'<<< 71094 1726886274.59805: stdout chunk (state=3): >>> <<< 71094 1726886274.59860: 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<<< 71094 1726886274.59863: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886274.59980: 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' <<< 71094 1726886274.59984: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200c9e0> <<< 71094 1726886274.59987: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441fd3b00> <<< 71094 1726886274.60094: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d67e0> <<< 71094 1726886274.60097: 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<<< 71094 1726886274.60105: stdout chunk (state=3): >>> <<< 71094 1726886274.60285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 71094 1726886274.60293: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200d0d0> # /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 0x7ff44200d490> # /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' <<< 71094 1726886274.60326: stdout chunk (state=3): >>>import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200d520> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py <<< 71094 1726886274.60339: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886274.60346: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200d640><<< 71094 1726886274.60365: stdout chunk (state=3): >>> <<< 71094 1726886274.60474: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 71094 1726886274.60743: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # 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 0x7ff44202c200> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200e360> # /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'<<< 71094 1726886274.60747: stdout chunk (state=3): >>> import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202c350> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 71094 1726886274.60776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'<<< 71094 1726886274.60783: stdout chunk (state=3): >>> <<< 71094 1726886274.60832: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202c440><<< 71094 1726886274.60857: stdout chunk (state=3): >>> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200d430> <<< 71094 1726886274.60897: 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'<<< 71094 1726886274.60939: stdout chunk (state=3): >>> import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202c530><<< 71094 1726886274.60942: stdout chunk (state=3): >>> <<< 71094 1726886274.61092: 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 <<< 71094 1726886274.61203: 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<<< 71094 1726886274.61289: stdout chunk (state=3): >>> <<< 71094 1726886274.61413: 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 <<< 71094 1726886274.61451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'<<< 71094 1726886274.61454: stdout chunk (state=3): >>> <<< 71094 1726886274.61511: 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'<<< 71094 1726886274.61628: stdout chunk (state=3): >>> import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff442057fb0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442057410> <<< 71094 1726886274.61683: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442055e80><<< 71094 1726886274.61686: stdout chunk (state=3): >>> <<< 71094 1726886274.61967: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202ddc0> <<< 71094 1726886274.62103: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202d220> # /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' <<< 71094 1726886274.62107: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202e180> <<< 71094 1726886274.62325: 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 0x7ff44202f470> # /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 0x7ff442094890> # /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 0x7ff442094b00> # /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 0x7ff442095460> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442094ef0> # /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 0x7ff442096360> <<< 71094 1726886274.62380: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44444f320><<< 71094 1726886274.62384: stdout chunk (state=3): >>> <<< 71094 1726886274.62386: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446f9e20> <<< 71094 1726886274.63423: 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 0x7ff442096f60><<< 71094 1726886274.63433: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 71094 1726886274.63471: 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<<< 71094 1726886274.63478: stdout chunk (state=3): >>> <<< 71094 1726886274.63597: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 71094 1726886274.63601: 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<<< 71094 1726886274.63712: 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 0x7ff441e6f9e0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 71094 1726886274.63716: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'<<< 71094 1726886274.63719: stdout chunk (state=3): >>> <<< 71094 1726886274.63797: 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' <<< 71094 1726886274.63960: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 71094 1726886274.64031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886274.64035: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.64081: stdout chunk (state=3): >>> # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.64084: stdout chunk (state=3): >>> <<< 71094 1726886274.64129: stdout chunk (state=3): >>>import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff441e91a30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e915e0> <<< 71094 1726886274.64179: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.64220: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.64250: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff441fd2b40> <<< 71094 1726886274.64268: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e904d0> <<< 71094 1726886274.64375: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e6fd10> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e6ca40> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py<<< 71094 1726886274.64378: stdout chunk (state=3): >>> <<< 71094 1726886274.64557: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'<<< 71094 1726886274.64566: stdout chunk (state=3): >>> import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e902c0> <<< 71094 1726886274.64587: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /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' <<< 71094 1726886274.64635: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ea6f60><<< 71094 1726886274.64695: stdout chunk (state=3): >>> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ea5a90><<< 71094 1726886274.64779: stdout chunk (state=3): >>> <<< 71094 1726886274.64787: 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 <<< 71094 1726886274.64801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'<<< 71094 1726886274.64812: stdout chunk (state=3): >>> <<< 71094 1726886274.64831: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecc770><<< 71094 1726886274.64863: 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<<< 71094 1726886274.64889: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'<<< 71094 1726886274.65033: stdout chunk (state=3): >>> import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecca40><<< 71094 1726886274.65071: 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 0x7ff441ecccb0> # /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 <<< 71094 1726886274.65106: 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 0x7ff441eccf20><<< 71094 1726886274.65112: stdout chunk (state=3): >>> <<< 71094 1726886274.65190: 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 <<< 71094 1726886274.65193: 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<<< 71094 1726886274.65215: stdout chunk (state=3): >>> <<< 71094 1726886274.65310: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 71094 1726886274.65323: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecd640><<< 71094 1726886274.65396: stdout chunk (state=3): >>> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecd490> # /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' <<< 71094 1726886274.65444: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecef00> # /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<<< 71094 1726886274.65447: stdout chunk (state=3): >>> <<< 71094 1726886274.65505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 71094 1726886274.65537: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441eceff0> # /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<<< 71094 1726886274.65544: stdout chunk (state=3): >>> <<< 71094 1726886274.65614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 71094 1726886274.65659: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecf230> <<< 71094 1726886274.65676: 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<<< 71094 1726886274.65679: stdout chunk (state=3): >>> <<< 71094 1726886274.65853: 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 # 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 0x7ff441ee41a0><<< 71094 1726886274.65866: stdout chunk (state=3): >>> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecfa10><<< 71094 1726886274.66090: 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 0x7ff441ee43b0> # /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 0x7ff441ee5160> # /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 0x7ff441ee5340> # /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 0x7ff441ee5610> # /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 <<< 71094 1726886274.66097: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'<<< 71094 1726886274.66230: stdout chunk (state=3): >>> import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee6510> <<< 71094 1726886274.66303: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee6750> # /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 <<< 71094 1726886274.66313: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'<<< 71094 1726886274.66477: stdout chunk (state=3): >>> import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee6960> # /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' <<< 71094 1726886274.66498: 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'<<< 71094 1726886274.66507: stdout chunk (state=3): >>> <<< 71094 1726886274.66595: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee7530> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee7080> # /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 <<< 71094 1726886274.66599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'<<< 71094 1726886274.66602: stdout chunk (state=3): >>> <<< 71094 1726886274.66706: 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' <<< 71094 1726886274.66712: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0c3e0><<< 71094 1726886274.66715: stdout chunk (state=3): >>> <<< 71094 1726886274.66717: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee7ce0><<< 71094 1726886274.66839: stdout chunk (state=3): >>> <<< 71094 1726886274.66845: 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' <<< 71094 1726886274.66848: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0d070> <<< 71094 1726886274.66850: 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<<< 71094 1726886274.66973: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 71094 1726886274.66976: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0d370> <<< 71094 1726886274.67027: 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 0x7ff441f0e2a0> <<< 71094 1726886274.67202: 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 0x7ff441f0e510> # /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'<<< 71094 1726886274.67224: stdout chunk (state=3): >>> import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0e6c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442097380> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442097140><<< 71094 1726886274.67246: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442096750><<< 71094 1726886274.67276: 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 <<< 71094 1726886274.67303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc'<<< 71094 1726886274.67328: stdout chunk (state=3): >>> <<< 71094 1726886274.67399: 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<<< 71094 1726886274.67540: 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 0x7ff441f0f080><<< 71094 1726886274.67547: stdout chunk (state=3): >>> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0edb0> # /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' <<< 71094 1726886274.67690: 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' <<< 71094 1726886274.67697: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 71094 1726886274.67765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'<<< 71094 1726886274.67776: stdout chunk (state=3): >>> <<< 71094 1726886274.67903: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f35520> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py<<< 71094 1726886274.68006: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'<<< 71094 1726886274.68059: stdout chunk (state=3): >>> <<< 71094 1726886274.68062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py<<< 71094 1726886274.68069: stdout chunk (state=3): >>> <<< 71094 1726886274.68126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 71094 1726886274.68224: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f36c60> <<< 71094 1726886274.68249: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.68252: stdout chunk (state=3): >>> <<< 71094 1726886274.68395: 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 0x7ff441f35e80> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f35a30><<< 71094 1726886274.68408: 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<<< 71094 1726886274.68435: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'<<< 71094 1726886274.68523: 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<<< 71094 1726886274.68526: stdout chunk (state=3): >>> <<< 71094 1726886274.68573: 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 0x7ff441c80560> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441c6b950><<< 71094 1726886274.68577: stdout chunk (state=3): >>> <<< 71094 1726886274.68580: 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 <<< 71094 1726886274.68659: 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 <<< 71094 1726886274.68799: 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 <<< 71094 1726886274.68833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'<<< 71094 1726886274.68836: stdout chunk (state=3): >>> import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441c83410> <<< 71094 1726886274.68959: 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'<<< 71094 1726886274.68964: stdout chunk (state=3): >>> import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441c83d70><<< 71094 1726886274.68966: stdout chunk (state=3): >>> <<< 71094 1726886274.69233: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win<<< 71094 1726886274.69354: stdout chunk (state=3): >>> import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441c80bf0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441c808c0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0f350> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 71094 1726886274.69363: 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 0x7ff441f35070> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0f0b0> <<< 71094 1726886274.69483: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e6c110> # /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<<< 71094 1726886274.69488: stdout chunk (state=3): >>> <<< 71094 1726886274.69543: 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 0x7ff441cadfd0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 71094 1726886274.69591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'<<< 71094 1726886274.69599: stdout chunk (state=3): >>> <<< 71094 1726886274.69636: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cae8a0><<< 71094 1726886274.69687: stdout chunk (state=3): >>> <<< 71094 1726886274.69712: 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'<<< 71094 1726886274.69747: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441caf890> <<< 71094 1726886274.69835: 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' <<< 71094 1726886274.70003: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cafec0> <<< 71094 1726886274.70006: 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'<<< 71094 1726886274.70010: stdout chunk (state=3): >>> <<< 71094 1726886274.70039: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py<<< 71094 1726886274.70061: stdout chunk (state=3): >>> <<< 71094 1726886274.70122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 71094 1726886274.70140: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.70340: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.70353: stdout chunk (state=3): >>>import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff441cd55b0> <<< 71094 1726886274.70419: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd4f80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd4c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd48c0> <<< 71094 1726886274.70520: 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'<<< 71094 1726886274.70530: stdout chunk (state=3): >>> <<< 71094 1726886274.70577: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd4ce0> # /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 <<< 71094 1726886274.70895: 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<<< 71094 1726886274.70898: 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 # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd7230> # /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 0x7ff441cd72c0> # /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'<<< 71094 1726886274.71048: stdout chunk (state=3): >>> # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'<<< 71094 1726886274.71081: stdout chunk (state=3): >>> # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' <<< 71094 1726886274.71105: stdout chunk (state=3): >>>import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff441cd79e0> <<< 71094 1726886274.71131: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd7860> <<< 71094 1726886274.71173: 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<<< 71094 1726886274.71199: stdout chunk (state=3): >>> <<< 71094 1726886274.71223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 71094 1726886274.71248: 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<<< 71094 1726886274.71274: stdout chunk (state=3): >>> <<< 71094 1726886274.71294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'<<< 71094 1726886274.71320: stdout chunk (state=3): >>> <<< 71094 1726886274.71360: 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 <<< 71094 1726886274.71544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'<<< 71094 1726886274.71547: stdout chunk (state=3): >>> <<< 71094 1726886274.71606: 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<<< 71094 1726886274.71613: 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 0x7ff441d06000><<< 71094 1726886274.71689: 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 <<< 71094 1726886274.71692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 71094 1726886274.71733: 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<<< 71094 1726886274.71787: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'<<< 71094 1726886274.71881: stdout chunk (state=3): >>> # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py <<< 71094 1726886274.71915: 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 0x7ff441d071d0> # /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'<<< 71094 1726886274.71917: stdout chunk (state=3): >>> <<< 71094 1726886274.71964: stdout chunk (state=3): >>>import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d07440> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py<<< 71094 1726886274.72061: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 71094 1726886274.72088: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886274.72126: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886274.72129: stdout chunk (state=3): >>> import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff441d075c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d073e0><<< 71094 1726886274.72142: stdout chunk (state=3): >>> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d06cc0><<< 71094 1726886274.72180: stdout chunk (state=3): >>> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d06150> <<< 71094 1726886274.72241: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d05460> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d049e0> <<< 71094 1726886274.72306: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d04260> <<< 71094 1726886274.72348: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd6d20> <<< 71094 1726886274.72365: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd6210> <<< 71094 1726886274.72525: 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' <<< 71094 1726886274.72552: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d06f30> # /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 0x7ff441d07aa0><<< 71094 1726886274.72616: 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'<<< 71094 1726886274.72643: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d303b0> <<< 71094 1726886274.72673: 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 <<< 71094 1726886274.72764: 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 0x7ff441d30770> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 71094 1726886274.72818: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 71094 1726886274.72864: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d310a0> # /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<<< 71094 1726886274.72979: stdout chunk (state=3): >>> <<< 71094 1726886274.72983: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 71094 1726886274.73074: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d31c10> <<< 71094 1726886274.92515: stdout chunk (state=3): >>> <<< 71094 1726886274.92571: 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}}} <<< 71094 1726886274.94480: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 71094 1726886274.95026: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks<<< 71094 1726886274.95148: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.95152: 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__<<< 71094 1726886274.95239: stdout chunk (state=3): >>> # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site<<< 71094 1726886274.95254: 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<<< 71094 1726886274.95259: 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<<< 71094 1726886274.95300: 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<<< 71094 1726886274.95304: 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 <<< 71094 1726886274.95340: 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<<< 71094 1726886274.95375: stdout chunk (state=3): >>> # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437<<< 71094 1726886274.95446: stdout chunk (state=3): >>> # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner<<< 71094 1726886274.95450: stdout chunk (state=3): >>> # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd<<< 71094 1726886274.95478: 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 # cleanup[2] removing _tokenize <<< 71094 1726886274.95542: stdout chunk (state=3): >>># cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging<<< 71094 1726886274.95692: stdout chunk (state=3): >>> # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket <<< 71094 1726886274.95696: stdout chunk (state=3): >>># cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast<<< 71094 1726886274.95727: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec <<< 71094 1726886274.95754: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux<<< 71094 1726886274.95805: 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<<< 71094 1726886274.95919: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.95971: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.95975: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.96150: 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<<< 71094 1726886274.96153: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.96162: 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 # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor <<< 71094 1726886274.96260: 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<<< 71094 1726886274.96264: 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 # cleanup[2] removing dnf.cli.option_parser<<< 71094 1726886274.96306: stdout chunk (state=3): >>> # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # 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<<< 71094 1726886274.96312: stdout chunk (state=3): >>> # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six <<< 71094 1726886274.96571: stdout chunk (state=3): >>># 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<<< 71094 1726886274.96598: stdout chunk (state=3): >>> # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # 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 <<< 71094 1726886274.97898: 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 # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 71094 1726886274.97902: stdout chunk (state=3): >>># destroy selinux # destroy distro<<< 71094 1726886274.97905: stdout chunk (state=3): >>> # destroy distro.distro<<< 71094 1726886274.97907: stdout chunk (state=3): >>> # destroy mimetypes <<< 71094 1726886274.97984: stdout chunk (state=3): >>># destroy netrc # destroy dateutil <<< 71094 1726886274.97992: stdout chunk (state=3): >>># destroy dateutil._version <<< 71094 1726886274.98027: stdout chunk (state=3): >>># destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser<<< 71094 1726886274.98108: stdout chunk (state=3): >>> # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves<<< 71094 1726886274.98114: stdout chunk (state=3): >>> # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request<<< 71094 1726886274.98324: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.98376: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.98420: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.98636: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.98645: stdout chunk (state=3): >>> # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # 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<<< 71094 1726886274.98692: 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<<< 71094 1726886274.98697: stdout chunk (state=3): >>> # destroy dis # destroy token # cleanup[3] wiping _opcode <<< 71094 1726886274.98733: stdout chunk (state=3): >>># cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols <<< 71094 1726886274.98775: stdout chunk (state=3): >>># cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob<<< 71094 1726886274.98803: stdout chunk (state=3): >>> # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps<<< 71094 1726886274.98835: stdout chunk (state=3): >>> # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm<<< 71094 1726886274.98921: 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<<< 71094 1726886274.98928: stdout chunk (state=3): >>> # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo<<< 71094 1726886274.98930: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 71094 1726886274.99092: 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<<< 71094 1726886274.99096: stdout chunk (state=3): >>> # 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<<< 71094 1726886274.99118: 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 # destroy quopri # cleanup[3] wiping email.iterators <<< 71094 1726886274.99167: stdout chunk (state=3): >>># cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words <<< 71094 1726886274.99194: stdout chunk (state=3): >>># cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr<<< 71094 1726886274.99362: 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<<< 71094 1726886274.99790: 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 # 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 <<< 71094 1726886274.99804: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time<<< 71094 1726886274.99970: stdout chunk (state=3): >>> # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io<<< 71094 1726886274.99974: 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<<< 71094 1726886275.00035: stdout chunk (state=3): >>> # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux<<< 71094 1726886275.00079: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 71094 1726886275.00849: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 71094 1726886275.00892: stdout chunk (state=3): >>># destroy _weakref <<< 71094 1726886275.00929: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib <<< 71094 1726886275.01027: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat <<< 71094 1726886275.01050: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize<<< 71094 1726886275.01335: stdout chunk (state=3): >>> # 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<<< 71094 1726886275.01339: stdout chunk (state=3): >>> <<< 71094 1726886275.01365: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external <<< 71094 1726886275.01397: stdout chunk (state=3): >>># destroy _imp # destroy _io # destroy marshal # destroy unicodedata<<< 71094 1726886275.01454: stdout chunk (state=3): >>> # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd<<< 71094 1726886275.01492: stdout chunk (state=3): >>> # destroy gettext # destroy libcomps # destroy urllib<<< 71094 1726886275.01521: 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<<< 71094 1726886275.01595: stdout chunk (state=3): >>> # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 71094 1726886275.01670: stdout chunk (state=3): >>># destroy tempfile<<< 71094 1726886275.01674: stdout chunk (state=3): >>> # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses<<< 71094 1726886275.01740: stdout chunk (state=3): >>> # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync<<< 71094 1726886275.01763: stdout chunk (state=3): >>> # 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<<< 71094 1726886275.01830: stdout chunk (state=3): >>> # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm <<< 71094 1726886275.01898: stdout chunk (state=3): >>># destroy itertools <<< 71094 1726886275.01952: stdout chunk (state=3): >>># destroy functools # destroy locale <<< 71094 1726886275.02090: stdout chunk (state=3): >>># destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner<<< 71094 1726886275.02093: stdout chunk (state=3): >>> # destroy _json # destroy collections # destroy io # destroy _opcode <<< 71094 1726886275.02167: stdout chunk (state=3): >>># destroy _warnings <<< 71094 1726886275.02192: stdout chunk (state=3): >>># destroy posix <<< 71094 1726886275.02301: stdout chunk (state=3): >>># destroy binascii # destroy http.client<<< 71094 1726886275.02314: stdout chunk (state=3): >>> # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno<<< 71094 1726886275.02368: stdout chunk (state=3): >>> # destroy warnings # destroy string # destroy _ssl <<< 71094 1726886275.02797: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 71094 1726886275.02800: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 71094 1726886275.02803: stdout chunk (state=3): >>># destroy re # destroy _random <<< 71094 1726886275.02891: stdout chunk (state=3): >>># destroy _sre<<< 71094 1726886275.02894: stdout chunk (state=3): >>> # destroy _operator <<< 71094 1726886275.02896: stdout chunk (state=3): >>># destroy _functools # clear sys.audit hooks <<< 71094 1726886275.04034: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886275.04201: stderr chunk (state=3): >>><<< 71094 1726886275.04204: stdout chunk (state=3): >>><<< 71094 1726886275.05068: _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 0x7ff4457103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4456dfa10> # /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 0x7ff445712960> 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 0x7ff445504fe0> # /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 0x7ff445505fd0> 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 0x7ff44554be00> # /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 0x7ff44554bec0> # /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 0x7ff44557b830> # /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 0x7ff44557bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44555bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455591f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445548fb0> # /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 0x7ff44559f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44559e420> # /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 0x7ff44555a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44559cc20> # /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 0x7ff4455d0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445548230> # /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 0x7ff4455d0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d0bc0> # 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 0x7ff4455d0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44553ed50> # /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 0x7ff4455d1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d12e0> 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 0x7ff4455d2510> 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 0x7ff4455e8710> 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 0x7ff4455e9df0> # /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 0x7ff4455eac90> # 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 0x7ff4455eb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455ea1e0> # /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 0x7ff4455ebd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455eb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d2540> # /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 0x7ff445317c50> # /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 0x7ff445340770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453404d0> # 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 0x7ff4453407a0> # /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 0x7ff4453410d0> # 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 0x7ff445341ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445340980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445315df0> # /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 0x7ff445342e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445341940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4455d2c30> # /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 0x7ff44536f1a0> # /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 0x7ff445397590> # /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 0x7ff4453f0350> # /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 0x7ff4453f2ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453f0470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4453bd370> # /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 0x7ff444d29400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445396390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff445343d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff445396990> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fw65w76c/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 0x7ff444d83200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444d620f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444d61250> # 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 0x7ff444d814f0> # /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 0x7ff444da6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444da6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444da6180> # /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 0x7ff444da65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44555a9c0> 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 0x7ff444da7800> # 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 0x7ff444da7a40> # /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 0x7ff444da7f80> 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 0x7ff444c15cd0> # 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 0x7ff444c178f0> # /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 0x7ff444c1c230> # /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 0x7ff444c1d3a0> # /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 0x7ff444c1fe90> # 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 0x7ff4455eac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c1e150> # /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 0x7ff444c23da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c22870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c225d0> # /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 0x7ff444c22b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c1e660> # 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 0x7ff444c67ec0> # /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 0x7ff444c681d0> # /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 0x7ff444c69c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c69a30> # /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 0x7ff444c6c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c6a330> # /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 0x7ff444c6f9b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c6c380> # 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 0x7ff444c70530> # 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 0x7ff444c70b90> # 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 0x7ff444c70ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c68350> # /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 0x7ff444cfc290> # 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 0x7ff444cfd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c72a20> # 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 0x7ff444c73dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444c72660> # 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 0x7ff444b01670> # /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 0x7ff444b02510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444cfd8e0> 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 0x7ff444b02240> # 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 0x7ff444b03620> # 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 0x7ff444b0dfd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b09880> 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 0x7ff444c02930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444de2600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b0e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444b02e70> # 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 0x7ff444ba0620> # /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 0x7ff444ba0860> # /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 0x7ff444ba0fb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba0b30> # /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 0x7ff444ba1910> # /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 0x7ff444b8d730> # /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 0x7ff444b8d760> # /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 0x7ff444736690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba30e0> # /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 0x7ff4447391f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444737d70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444737110> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba25a0> # /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 0x7ff4447a51f0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44475d310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba2a20> # /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 0x7ff4447acc80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447a6fc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44475ce30> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba1fd0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba19a0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba1670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444ba08c0> # /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 0x7ff444ba1850> # /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 0x7ff4447ad220> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447ac950> # /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 0x7ff4447adb20> # /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 0x7ff444793ec0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff444791640> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447ae7e0> # /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 0x7ff4447910d0> # /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 0x7ff4447ca3f0> # /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 0x7ff4447cb050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4447cab40> # /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 0x7ff4447cb530> # /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 0x7ff44479fa70> # /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 0x7ff4446bdeb0> # 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 0x7ff4446faea0> # /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 0x7ff4446fafc0> # /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 0x7ff44444f170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44444e9c0> # 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 0x7ff44444eba0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446fb500> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446fa360> # /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 0x7ff4446faba0> # /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 0x7ff4444c87d0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4444c83b0> # /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 0x7ff4444f00e0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4444c8920> # /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 0x7ff443f33140> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4444f01a0> # /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 0x7ff443fb0d40> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff443f335c0> # /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 0x7ff443fb3c20> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff443fb0e00> # /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 0x7ff443fefda0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff443fb3fb0> # /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 0x7ff4426250d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426244d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44446bef0> # /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 0x7ff442648590> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426279e0> # /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 0x7ff44264ac60> # /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 0x7ff44264bb60> # /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 0x7ff442670470> # /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 0x7ff442671970> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264bda0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264ab10> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264a4b0> # /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 0x7ff442673590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44264b080> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442648920> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442626ff0> # /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 0x7ff442627710> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442627470> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442625220> # /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 0x7ff4426acbf0> # /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 0x7ff4426af0b0> # /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 0x7ff4426af890> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426ae420> # /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 0x7ff4426d40e0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426acbc0> # /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 0x7ff4426d5b50> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d50d0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d4ef0> # /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 0x7ff442700b60> # /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 0x7ff441fd2bd0> # 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 0x7ff441fd2f30> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442702e40> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442700fe0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d7f20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d62a0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d6000> # /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 0x7ff44200c9e0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441fd3b00> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4426d67e0> # /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 0x7ff44200d0d0> # /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 0x7ff44200d490> # /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 0x7ff44200d520> # /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 0x7ff44200d640> # /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 0x7ff44202c200> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200e360> # /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 0x7ff44202c350> # /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 0x7ff44202c440> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44200d430> # /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 0x7ff44202c530> # /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 0x7ff442057fb0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442057410> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442055e80> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202ddc0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44202d220> # /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 0x7ff44202e180> # /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 0x7ff44202f470> # /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 0x7ff442094890> # /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 0x7ff442094b00> # /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 0x7ff442095460> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442094ef0> # /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 0x7ff442096360> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff44444f320> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4446f9e20> # /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 0x7ff442096f60> # /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 0x7ff441e6f9e0> # /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 0x7ff441e91a30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e915e0> # 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 0x7ff441fd2b40> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e904d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e6fd10> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e6ca40> # /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 0x7ff441e902c0> # /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 0x7ff441ea6f60> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ea5a90> # /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 0x7ff441ecc770> # /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 0x7ff441ecca40> # /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 0x7ff441ecccb0> # /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 0x7ff441eccf20> # /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 0x7ff441ecd640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecd490> # /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 0x7ff441ecef00> # /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 0x7ff441eceff0> # /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 0x7ff441ecf230> # /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 0x7ff441ee41a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ecfa10> # /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 0x7ff441ee43b0> # /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 0x7ff441ee5160> # /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 0x7ff441ee5340> # /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 0x7ff441ee5610> # /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 0x7ff441ee6510> # /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 0x7ff441ee6750> # /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 0x7ff441ee6960> # /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 0x7ff441ee7530> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee7080> # /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 0x7ff441f0c3e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441ee7ce0> # /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 0x7ff441f0d070> # /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 0x7ff441f0d370> # /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 0x7ff441f0e2a0> # /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 0x7ff441f0e510> # /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 0x7ff441f0e6c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442097380> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442097140> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff442096750> # /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 0x7ff441f0f080> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0edb0> # /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 0x7ff441f35520> # /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 0x7ff441f36c60> # 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 0x7ff441f35e80> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f35a30> # /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 0x7ff441c80560> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441c6b950> # /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 0x7ff441c83410> # /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 0x7ff441c83d70> # /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 0x7ff441c80bf0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441c808c0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0f350> # /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 0x7ff441f35070> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441f0f0b0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441e6c110> # /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 0x7ff441cadfd0> # /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 0x7ff441cae8a0> # /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 0x7ff441caf890> # /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 0x7ff441cafec0> # /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 0x7ff441cd55b0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd4f80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd4c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd48c0> # /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 0x7ff441cd4ce0> # /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 0x7ff441cd7230> # /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 0x7ff441cd72c0> # /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 0x7ff441cd79e0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd7860> # /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 0x7ff441d06000> # /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 0x7ff441d071d0> # /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 0x7ff441d07440> # /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 0x7ff441d075c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d073e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d06cc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d06150> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d05460> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d049e0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441d04260> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd6d20> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff441cd6210> # /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 0x7ff441d06f30> # /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 0x7ff441d07aa0> # /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 0x7ff441d303b0> # /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 0x7ff441d30770> # /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 0x7ff441d310a0> # /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 0x7ff441d31c10> {"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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 71094 1726886275.08673: 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-1726886273.8645833-71418-227675288017068/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886275.08678: _low_level_execute_command(): starting 71094 1726886275.08680: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886273.8645833-71418-227675288017068/ > /dev/null 2>&1 && sleep 0' 71094 1726886275.08683: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886275.08686: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886275.08689: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886275.08691: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886275.08692: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886275.08695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886275.10831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886275.10867: stderr chunk (state=3): >>><<< 71094 1726886275.10870: stdout chunk (state=3): >>><<< 71094 1726886275.10890: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886275.10897: handler run complete 71094 1726886275.10994: attempt loop complete, returning result 71094 1726886275.10997: _execute() done 71094 1726886275.10999: dumping result to json 71094 1726886275.11028: done dumping result, returning 71094 1726886275.11038: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-ce07-55d2-000000000089] 71094 1726886275.11040: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000089 ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 71094 1726886275.11344: no more pending results, returning what we have 71094 1726886275.11348: results queue empty 71094 1726886275.11349: checking for any_errors_fatal 71094 1726886275.11353: done checking for any_errors_fatal 71094 1726886275.11354: checking for max_fail_percentage 71094 1726886275.11376: done checking for max_fail_percentage 71094 1726886275.11378: checking to see if all hosts have failed and the running result is not ok 71094 1726886275.11378: done checking to see if all hosts have failed 71094 1726886275.11379: getting the remaining hosts for this loop 71094 1726886275.11381: done getting the remaining hosts for this loop 71094 1726886275.11384: getting the next task for host managed_node1 71094 1726886275.11391: done getting next task for host managed_node1 71094 1726886275.11395: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 71094 1726886275.11398: ^ 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=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 71094 1726886275.11409: getting variables 71094 1726886275.11410: in VariableManager get_vars() 71094 1726886275.11442: Calling all_inventory to load vars for managed_node1 71094 1726886275.11444: Calling groups_inventory to load vars for managed_node1 71094 1726886275.11446: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886275.11484: Calling all_plugins_play to load vars for managed_node1 71094 1726886275.11489: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886275.11494: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000089 71094 1726886275.11497: WORKER PROCESS EXITING 71094 1726886275.11500: Calling groups_plugins_play to load vars for managed_node1 71094 1726886275.11998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886275.12743: done with get_vars() 71094 1726886275.12757: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:37:55 -0400 (0:00:01.396) 0:00:08.360 ****** 71094 1726886275.13168: entering _queue_task() for managed_node1/service_facts 71094 1726886275.13170: Creating lock for service_facts 71094 1726886275.14082: worker is 1 (out of 1 available) 71094 1726886275.14097: exiting _queue_task() for managed_node1/service_facts 71094 1726886275.14113: done queuing things up, now waiting for results queue to drain 71094 1726886275.14114: waiting for pending results... 71094 1726886275.14674: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 71094 1726886275.14680: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000008a 71094 1726886275.14966: variable 'ansible_search_path' from source: unknown 71094 1726886275.14970: variable 'ansible_search_path' from source: unknown 71094 1726886275.14973: calling self._execute() 71094 1726886275.14995: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886275.15072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886275.15089: variable 'omit' from source: magic vars 71094 1726886275.15588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886275.15862: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886275.15911: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886275.15949: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886275.15987: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886275.16066: 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) 71094 1726886275.16091: 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) 71094 1726886275.16118: 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) 71094 1726886275.16145: 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) 71094 1726886275.16285: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 71094 1726886275.16297: variable 'omit' from source: magic vars 71094 1726886275.16487: variable 'omit' from source: magic vars 71094 1726886275.16527: variable 'omit' from source: magic vars 71094 1726886275.16562: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886275.16598: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886275.16619: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886275.16637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886275.16684: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886275.16701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886275.16720: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886275.16750: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886275.16753: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886275.16764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886275.16934: Set connection var ansible_connection to ssh 71094 1726886275.16938: Set connection var ansible_pipelining to False 71094 1726886275.16947: Set connection var ansible_timeout to 10 71094 1726886275.16953: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886275.16957: Set connection var ansible_shell_type to sh 71094 1726886275.17060: Set connection var ansible_shell_executable to /bin/sh 71094 1726886275.17070: variable 'ansible_shell_executable' from source: unknown 71094 1726886275.17073: variable 'ansible_connection' from source: unknown 71094 1726886275.17075: variable 'ansible_module_compression' from source: unknown 71094 1726886275.17077: variable 'ansible_shell_type' from source: unknown 71094 1726886275.17079: variable 'ansible_shell_executable' from source: unknown 71094 1726886275.17081: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886275.17083: variable 'ansible_pipelining' from source: unknown 71094 1726886275.17085: variable 'ansible_timeout' from source: unknown 71094 1726886275.17087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886275.17409: 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__) 71094 1726886275.17537: variable 'omit' from source: magic vars 71094 1726886275.17541: starting attempt loop 71094 1726886275.17544: running the handler 71094 1726886275.17559: _low_level_execute_command(): starting 71094 1726886275.17566: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886275.18847: 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 <<< 71094 1726886275.18852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886275.18856: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886275.18860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found <<< 71094 1726886275.18862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886275.18966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886275.19000: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886275.21286: stdout chunk (state=3): >>>/root <<< 71094 1726886275.21563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886275.21567: stdout chunk (state=3): >>><<< 71094 1726886275.21570: stderr chunk (state=3): >>><<< 71094 1726886275.21699: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886275.21716: _low_level_execute_command(): starting 71094 1726886275.21719: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861 `" && echo ansible-tmp-1726886275.216022-71475-141359891037861="` echo /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861 `" ) && sleep 0' 71094 1726886275.22481: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886275.22545: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886275.22611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886275.25864: stdout chunk (state=3): >>>ansible-tmp-1726886275.216022-71475-141359891037861=/root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861 <<< 71094 1726886275.25869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886275.25871: stderr chunk (state=3): >>><<< 71094 1726886275.25873: stdout chunk (state=3): >>><<< 71094 1726886275.25875: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886275.216022-71475-141359891037861=/root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886275.25878: variable 'ansible_module_compression' from source: unknown 71094 1726886275.25879: ANSIBALLZ: Using lock for service_facts 71094 1726886275.25881: ANSIBALLZ: Acquiring lock 71094 1726886275.25883: ANSIBALLZ: Lock acquired: 140395550256992 71094 1726886275.25885: ANSIBALLZ: Creating module 71094 1726886275.39034: ANSIBALLZ: Writing module into payload 71094 1726886275.39152: ANSIBALLZ: Writing module 71094 1726886275.39186: ANSIBALLZ: Renaming module 71094 1726886275.39199: ANSIBALLZ: Done creating module 71094 1726886275.39234: variable 'ansible_facts' from source: unknown 71094 1726886275.39360: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/AnsiballZ_service_facts.py 71094 1726886275.39559: Sending initial data 71094 1726886275.39566: Sent initial data (161 bytes) 71094 1726886275.40139: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886275.40161: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886275.40164: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886275.40273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886275.42612: 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 <<< 71094 1726886275.42659: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886275.42719: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpt26w9b2t /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/AnsiballZ_service_facts.py <<< 71094 1726886275.42724: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/AnsiballZ_service_facts.py" <<< 71094 1726886275.42779: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpt26w9b2t" to remote "/root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/AnsiballZ_service_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/AnsiballZ_service_facts.py" <<< 71094 1726886275.43549: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886275.43639: stderr chunk (state=3): >>><<< 71094 1726886275.43642: stdout chunk (state=3): >>><<< 71094 1726886275.43653: done transferring module to remote 71094 1726886275.43668: _low_level_execute_command(): starting 71094 1726886275.43671: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/ /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/AnsiballZ_service_facts.py && sleep 0' 71094 1726886275.44304: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886275.44312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 71094 1726886275.44314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886275.44317: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886275.44319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found <<< 71094 1726886275.44321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886275.44391: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886275.44394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886275.44396: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886275.44481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886275.47131: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886275.47177: stderr chunk (state=3): >>><<< 71094 1726886275.47181: stdout chunk (state=3): >>><<< 71094 1726886275.47225: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' 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 71094 1726886275.47228: _low_level_execute_command(): starting 71094 1726886275.47230: _low_level_execute_command(): using become for this command 71094 1726886275.47268: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ihxxicjjphagdlqssglmpaywjmwzhwau ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/AnsiballZ_service_facts.py'"'"' && sleep 0' 71094 1726886275.47377: Initial state: awaiting_escalation: BECOME-SUCCESS-ihxxicjjphagdlqssglmpaywjmwzhwau 71094 1726886275.47853: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886275.47860: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886275.47912: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886275.47967: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 71094 1726886275.52199: stdout chunk (state=1): >>>BECOME-SUCCESS-ihxxicjjphagdlqssglmpaywjmwzhwau <<< 71094 1726886275.52203: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ihxxicjjphagdlqssglmpaywjmwzhwau' 71094 1726886275.52718: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886275.52787: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886275.52837: stdout chunk (state=3): >>>import '_thread' # <<< 71094 1726886275.52886: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 71094 1726886275.52978: stdout chunk (state=3): >>> import '_io' # <<< 71094 1726886275.53023: stdout chunk (state=3): >>>import 'marshal' # <<< 71094 1726886275.53027: stdout chunk (state=3): >>> <<< 71094 1726886275.53075: stdout chunk (state=3): >>>import 'posix' # <<< 71094 1726886275.53129: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 71094 1726886275.53135: stdout chunk (state=3): >>> <<< 71094 1726886275.53164: stdout chunk (state=3): >>># installing zipimport hook <<< 71094 1726886275.53201: stdout chunk (state=3): >>>import 'time' # <<< 71094 1726886275.53220: stdout chunk (state=3): >>> <<< 71094 1726886275.53223: stdout chunk (state=3): >>>import 'zipimport' # <<< 71094 1726886275.53323: stdout chunk (state=3): >>># installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 71094 1726886275.53349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.53402: stdout chunk (state=3): >>>import '_codecs' # <<< 71094 1726886275.53447: stdout chunk (state=3): >>>import 'codecs' # <<< 71094 1726886275.53452: stdout chunk (state=3): >>> <<< 71094 1726886275.53502: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 71094 1726886275.53525: stdout chunk (state=3): >>> <<< 71094 1726886275.53562: 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 0x7f49b74183e0><<< 71094 1726886275.53574: stdout chunk (state=3): >>> <<< 71094 1726886275.53623: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b73e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 71094 1726886275.53659: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 71094 1726886275.53710: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b741a960><<< 71094 1726886275.53743: stdout chunk (state=3): >>> import '_signal' # <<< 71094 1726886275.53759: stdout chunk (state=3): >>>import '_abc' # <<< 71094 1726886275.53778: stdout chunk (state=3): >>> import 'abc' # <<< 71094 1726886275.53827: stdout chunk (state=3): >>> <<< 71094 1726886275.53831: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886275.53889: stdout chunk (state=3): >>>import '_stat' # <<< 71094 1726886275.53982: stdout chunk (state=3): >>>import 'stat' # <<< 71094 1726886275.54061: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886275.54070: stdout chunk (state=3): >>> <<< 71094 1726886275.54108: stdout chunk (state=3): >>>import 'genericpath' # <<< 71094 1726886275.54164: stdout chunk (state=3): >>> import 'posixpath' # <<< 71094 1726886275.54202: stdout chunk (state=3): >>>import 'os' # <<< 71094 1726886275.54224: stdout chunk (state=3): >>> <<< 71094 1726886275.54251: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 71094 1726886275.54319: stdout chunk (state=3): >>> Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages'<<< 71094 1726886275.54346: stdout chunk (state=3): >>> Adding directory: '/usr/lib/python3.12/site-packages' <<< 71094 1726886275.54414: 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 <<< 71094 1726886275.54438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 71094 1726886275.54470: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b722cfe0><<< 71094 1726886275.54559: 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<<< 71094 1726886275.54608: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.54612: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b722dfd0> <<< 71094 1726886275.54732: stdout chunk (state=3): >>>import 'site' # <<< 71094 1726886275.54736: 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<<< 71094 1726886275.54738: stdout chunk (state=3): >>> Type "help", "copyright", "credits" or "license" for more information.<<< 71094 1726886275.54815: stdout chunk (state=3): >>> <<< 71094 1726886275.55139: 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' <<< 71094 1726886275.55388: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7f49b7273e60> # /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 0x7f49b7273ef0> <<< 71094 1726886275.55447: 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' <<< 71094 1726886275.55501: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py<<< 71094 1726886275.55517: stdout chunk (state=3): >>> <<< 71094 1726886275.55572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.55614: stdout chunk (state=3): >>>import 'itertools' # <<< 71094 1726886275.55619: stdout chunk (state=3): >>> <<< 71094 1726886275.55659: 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'<<< 71094 1726886275.55710: stdout chunk (state=3): >>> import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886275.55731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 71094 1726886275.55790: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72a3ef0> import '_collections' # <<< 71094 1726886275.55866: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7283b00><<< 71094 1726886275.55900: stdout chunk (state=3): >>> import '_functools' # <<< 71094 1726886275.55905: stdout chunk (state=3): >>> <<< 71094 1726886275.55954: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7281220><<< 71094 1726886275.56074: stdout chunk (state=3): >>> <<< 71094 1726886275.56183: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7271010> <<< 71094 1726886275.56212: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 71094 1726886275.56222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 71094 1726886275.56267: stdout chunk (state=3): >>>import '_sre' # <<< 71094 1726886275.56270: stdout chunk (state=3): >>> <<< 71094 1726886275.56294: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py<<< 71094 1726886275.56316: stdout chunk (state=3): >>> <<< 71094 1726886275.56591: 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 0x7f49b72c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72c64b0> # /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 0x7f49b72820f0> <<< 71094 1726886275.56670: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72c4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 71094 1726886275.56708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'<<< 71094 1726886275.56743: stdout chunk (state=3): >>> import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7270290> <<< 71094 1726886275.56789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py<<< 71094 1726886275.56931: 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 0x7f49b72f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f4c80><<< 71094 1726886275.56959: stdout chunk (state=3): >>> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.56993: 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 0x7f49b72f5070><<< 71094 1726886275.57024: stdout chunk (state=3): >>> <<< 71094 1726886275.57086: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7266db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 71094 1726886275.57089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886275.57173: stdout chunk (state=3): >>> <<< 71094 1726886275.57177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 71094 1726886275.57281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'<<< 71094 1726886275.57483: stdout chunk (state=3): >>> import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f5730> <<< 71094 1726886275.57487: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f5430> import 'importlib.machinery' # <<< 71094 1726886275.57489: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 71094 1726886275.57491: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'<<< 71094 1726886275.57553: stdout chunk (state=3): >>> import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f6600> <<< 71094 1726886275.57575: 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 <<< 71094 1726886275.57613: 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<<< 71094 1726886275.57630: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7310830> import 'errno' # <<< 71094 1726886275.57687: stdout chunk (state=3): >>> # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.57692: stdout chunk (state=3): >>> <<< 71094 1726886275.57725: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.57769: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b7311f70><<< 71094 1726886275.57802: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 71094 1726886275.57848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 71094 1726886275.57859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py<<< 71094 1726886275.57891: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 71094 1726886275.57914: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7312e10><<< 71094 1726886275.57948: stdout chunk (state=3): >>> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.57984: 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 0x7f49b7313470> <<< 71094 1726886275.58011: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7312360><<< 71094 1726886275.58069: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 71094 1726886275.58084: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 71094 1726886275.58161: 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 0x7f49b7313e60><<< 71094 1726886275.58201: stdout chunk (state=3): >>> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7313590> <<< 71094 1726886275.58257: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f6660><<< 71094 1726886275.58299: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886275.58344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 71094 1726886275.58346: stdout chunk (state=3): >>> <<< 71094 1726886275.58378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py<<< 71094 1726886275.58426: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'<<< 71094 1726886275.58429: stdout chunk (state=3): >>> <<< 71094 1726886275.58490: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.58493: stdout chunk (state=3): >>> <<< 71094 1726886275.58497: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.58564: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b708fd70> # /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' <<< 71094 1726886275.58590: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.58622: stdout chunk (state=3): >>> # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.58631: stdout chunk (state=3): >>> import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b70b8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70b85c0><<< 71094 1726886275.58685: stdout chunk (state=3): >>> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.58726: 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 0x7f49b70b8890><<< 71094 1726886275.58729: stdout chunk (state=3): >>> <<< 71094 1726886275.58757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 71094 1726886275.58788: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<< 71094 1726886275.58869: stdout chunk (state=3): >>> <<< 71094 1726886275.58895: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.59102: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.59127: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b70b91c0> <<< 71094 1726886275.59337: 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 0x7f49b70b9b50> <<< 71094 1726886275.59379: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70b8a70><<< 71094 1726886275.59383: stdout chunk (state=3): >>> <<< 71094 1726886275.59441: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b708df10> <<< 71094 1726886275.59464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 71094 1726886275.59530: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 71094 1726886275.59535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 71094 1726886275.59571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 71094 1726886275.59643: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70baf00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70b9a00> <<< 71094 1726886275.59663: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f6d50> <<< 71094 1726886275.59824: 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' <<< 71094 1726886275.60008: 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' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70e3230> <<< 71094 1726886275.60263: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 71094 1726886275.60299: 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' <<< 71094 1726886275.60329: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b710b560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886275.60442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886275.60467: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886275.60495: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py<<< 71094 1726886275.60516: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.60544: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7168350> <<< 71094 1726886275.60610: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886275.60668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886275.60784: 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' <<< 71094 1726886275.60948: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b716aab0> <<< 71094 1726886275.61034: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7168470> <<< 71094 1726886275.61128: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7135340><<< 71094 1726886275.61172: 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'<<< 71094 1726886275.61242: stdout chunk (state=3): >>> import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6f6d430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b710a3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70bbe00><<< 71094 1726886275.61415: stdout chunk (state=3): >>> <<< 71094 1726886275.61476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 71094 1726886275.61562: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49b6f6d6d0> <<< 71094 1726886275.61682: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_9sme7t6e/ansible_service_facts_payload.zip' <<< 71094 1726886275.61688: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.61906: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.61926: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 71094 1726886275.61958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 71094 1726886275.62030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886275.62185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886275.62273: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 71094 1726886275.62276: 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 0x7f49b6fc71a0> import '_typing' # <<< 71094 1726886275.62292: stdout chunk (state=3): >>> <<< 71094 1726886275.62530: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fa2090><<< 71094 1726886275.62563: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fa11f0><<< 71094 1726886275.62581: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886275.62629: stdout chunk (state=3): >>> import 'ansible' # <<< 71094 1726886275.62654: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886275.62696: stdout chunk (state=3): >>> <<< 71094 1726886275.62710: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.62948: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 71094 1726886275.65075: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.66972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 71094 1726886275.67029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fc4ef0> <<< 71094 1726886275.67069: 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'<<< 71094 1726886275.67090: stdout chunk (state=3): >>> <<< 71094 1726886275.67114: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 71094 1726886275.67182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'<<< 71094 1726886275.67197: stdout chunk (state=3): >>> <<< 71094 1726886275.67212: 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'<<< 71094 1726886275.67251: stdout chunk (state=3): >>> <<< 71094 1726886275.67270: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.67297: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.67313: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b6feeae0><<< 71094 1726886275.67385: stdout chunk (state=3): >>> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fee870><<< 71094 1726886275.67430: stdout chunk (state=3): >>> <<< 71094 1726886275.67485: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fee180> <<< 71094 1726886275.67516: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 71094 1726886275.67538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 71094 1726886275.67653: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fee630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fc7c20> import 'atexit' # <<< 71094 1726886275.67773: 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 0x7f49b6fef710><<< 71094 1726886275.67805: stdout chunk (state=3): >>> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.67890: 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 0x7f49b6fef950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 71094 1726886275.67895: stdout chunk (state=3): >>> <<< 71094 1726886275.67948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 71094 1726886275.67952: stdout chunk (state=3): >>> <<< 71094 1726886275.68083: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fefe90> import 'pwd' # <<< 71094 1726886275.68170: 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' <<< 71094 1726886275.68307: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6919c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.68385: 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 0x7f49b691b890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886275.68473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b691c290> <<< 71094 1726886275.68516: 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' <<< 71094 1726886275.68595: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b691d430> <<< 71094 1726886275.68689: 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' # /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' <<< 71094 1726886275.68835: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b691fe90><<< 71094 1726886275.68884: 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 0x7f49b7312c90><<< 71094 1726886275.68959: stdout chunk (state=3): >>> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b691e150> <<< 71094 1726886275.69019: 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' <<< 71094 1726886275.69111: 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 <<< 71094 1726886275.69189: 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'<<< 71094 1726886275.69219: stdout chunk (state=3): >>> import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6927dd0> <<< 71094 1726886275.69673: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b69268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6926600> # /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 0x7f49b6926b70> <<< 71094 1726886275.69680: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b691e660><<< 71094 1726886275.69683: stdout chunk (state=3): >>> <<< 71094 1726886275.69686: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.69689: stdout chunk (state=3): >>> <<< 71094 1726886275.69691: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.69699: stdout chunk (state=3): >>> import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b696bfe0><<< 71094 1726886275.69740: 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<<< 71094 1726886275.69745: stdout chunk (state=3): >>> <<< 71094 1726886275.69770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.69778: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b696c0e0><<< 71094 1726886275.69834: stdout chunk (state=3): >>> <<< 71094 1726886275.70080: 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 0x7f49b696dbb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b696d970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886275.70111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 71094 1726886275.70134: stdout chunk (state=3): >>> <<< 71094 1726886275.70206: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.70214: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.70263: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b69700e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b696e240><<< 71094 1726886275.70266: stdout chunk (state=3): >>> <<< 71094 1726886275.70305: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 71094 1726886275.70308: stdout chunk (state=3): >>> <<< 71094 1726886275.70380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.70436: 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' <<< 71094 1726886275.70454: stdout chunk (state=3): >>>import '_string' # <<< 71094 1726886275.70536: stdout chunk (state=3): >>> import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b69737a0><<< 71094 1726886275.70548: stdout chunk (state=3): >>> <<< 71094 1726886275.70759: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6970170><<< 71094 1726886275.70777: stdout chunk (state=3): >>> <<< 71094 1726886275.70865: 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'<<< 71094 1726886275.70868: 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'<<< 71094 1726886275.70893: stdout chunk (state=3): >>> <<< 71094 1726886275.70948: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b6974890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.70975: 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 0x7f49b6974830><<< 71094 1726886275.70986: stdout chunk (state=3): >>> <<< 71094 1726886275.71048: 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'<<< 71094 1726886275.71077: 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'<<< 71094 1726886275.71097: stdout chunk (state=3): >>> import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b6974b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b696c230><<< 71094 1726886275.71133: 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<<< 71094 1726886275.71151: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 71094 1726886275.71228: 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'<<< 71094 1726886275.71230: stdout chunk (state=3): >>> <<< 71094 1726886275.71280: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.71477: 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 0x7f49b68001d0> <<< 71094 1726886275.71575: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.71621: 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 0x7f49b6801310><<< 71094 1726886275.71664: stdout chunk (state=3): >>> <<< 71094 1726886275.71681: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6976960> <<< 71094 1726886275.71729: 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' <<< 71094 1726886275.71759: 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 0x7f49b6977d10> <<< 71094 1726886275.71785: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b69765a0> <<< 71094 1726886275.71810: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.71867: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.71886: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 71094 1726886275.71919: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.72198: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.72241: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.72286: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 71094 1726886275.72300: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886275.72341: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.72392: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 71094 1726886275.72403: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.72595: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.72807: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.72811: stdout chunk (state=3): >>> <<< 71094 1726886275.73863: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.74629: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886275.74650: stdout chunk (state=3): >>> import 'ansible.module_utils.six.moves' # <<< 71094 1726886275.74695: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 71094 1726886275.74720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 71094 1726886275.74757: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 71094 1726886275.74768: stdout chunk (state=3): >>> <<< 71094 1726886275.74795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 71094 1726886275.74882: stdout chunk (state=3): >>> # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.74915: stdout chunk (state=3): >>> # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.74930: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b6805430> <<< 71094 1726886275.75098: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 71094 1726886275.75118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 71094 1726886275.75143: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b68062d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6801160> <<< 71094 1726886275.75227: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 71094 1726886275.75231: stdout chunk (state=3): >>> <<< 71094 1726886275.75249: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.75326: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886275.75330: stdout chunk (state=3): >>> <<< 71094 1726886275.75332: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 71094 1726886275.75477: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.75618: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.75892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886275.75916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 71094 1726886275.75933: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6806360> <<< 71094 1726886275.75962: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.76962: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.77488: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.77607: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.77635: stdout chunk (state=3): >>> <<< 71094 1726886275.77746: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886275.77786: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.77899: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.77930: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 71094 1726886275.77954: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.78103: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.78241: stdout chunk (state=3): >>> import 'ansible.module_utils.errors' # <<< 71094 1726886275.78264: stdout chunk (state=3): >>> <<< 71094 1726886275.78282: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.78316: stdout chunk (state=3): >>> <<< 71094 1726886275.78345: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 71094 1726886275.78365: stdout chunk (state=3): >>> <<< 71094 1726886275.78387: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.78398: stdout chunk (state=3): >>> <<< 71094 1726886275.78475: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.78491: stdout chunk (state=3): >>> <<< 71094 1726886275.78511: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 71094 1726886275.78537: stdout chunk (state=3): >>> # zipimport: zlib available<<< 71094 1726886275.78566: stdout chunk (state=3): >>> <<< 71094 1726886275.78971: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.79343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886275.79459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886275.79474: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886275.79863: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6807560> # zipimport: zlib available<<< 71094 1726886275.79912: 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' # <<< 71094 1726886275.79915: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886275.79959: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.79969: stdout chunk (state=3): >>> <<< 71094 1726886275.80029: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.80048: stdout chunk (state=3): >>> <<< 71094 1726886275.80104: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886275.80134: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886275.80214: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.80272: stdout chunk (state=3): >>> <<< 71094 1726886275.80297: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.80385: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.80405: stdout chunk (state=3): >>> <<< 71094 1726886275.80505: 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 <<< 71094 1726886275.80579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.80701: 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'<<< 71094 1726886275.80720: 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 0x7f49b68120f0><<< 71094 1726886275.80775: stdout chunk (state=3): >>> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b680d7c0><<< 71094 1726886275.80794: stdout chunk (state=3): >>> <<< 71094 1726886275.80823: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 71094 1726886275.80854: stdout chunk (state=3): >>> import 'ansible.module_utils.common.process' # <<< 71094 1726886275.80889: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.80996: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.81044: stdout chunk (state=3): >>> <<< 71094 1726886275.81128: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.81254: 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 <<< 71094 1726886275.81270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886275.81312: 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<<< 71094 1726886275.81323: stdout chunk (state=3): >>> <<< 71094 1726886275.81354: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 71094 1726886275.81379: stdout chunk (state=3): >>> <<< 71094 1726886275.81390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 71094 1726886275.81476: stdout chunk (state=3): >>> <<< 71094 1726886275.81506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 71094 1726886275.81522: stdout chunk (state=3): >>> <<< 71094 1726886275.81551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 71094 1726886275.81579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 71094 1726886275.81603: stdout chunk (state=3): >>> <<< 71094 1726886275.81691: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6902900><<< 71094 1726886275.81694: stdout chunk (state=3): >>> <<< 71094 1726886275.81778: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b701e5d0><<< 71094 1726886275.81785: stdout chunk (state=3): >>> <<< 71094 1726886275.81948: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6811eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f5400><<< 71094 1726886275.82087: stdout chunk (state=3): >>> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 71094 1726886275.82174: stdout chunk (state=3): >>> # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 71094 1726886275.82223: stdout chunk (state=3): >>> # zipimport: zlib available <<< 71094 1726886275.82596: stdout chunk (state=3): >>># zipimport: zlib available<<< 71094 1726886275.82776: stdout chunk (state=3): >>> <<< 71094 1726886275.83041: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.83273: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886275.83517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 71094 1726886275.83540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 71094 1726886275.83588: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b68a8200> <<< 71094 1726886275.83642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 71094 1726886275.83700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'<<< 71094 1726886275.83739: stdout chunk (state=3): >>> <<< 71094 1726886275.83765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 71094 1726886275.83779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 71094 1726886275.83964: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6893770> <<< 71094 1726886275.83968: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886275.83970: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<< 71094 1726886275.83973: stdout chunk (state=3): >>> <<< 71094 1726886275.84224: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49b6893aa0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b68a8a10> import 'ansible.module_utils.service' # # zipimport: zlib available <<< 71094 1726886277.68517: 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"<<< 71094 1726886277.68532: 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"}, "<<< 71094 1726886277.68585: stdout chunk (state=3): >>>systemd-hibernate-resume.service": {"name": "systemd-hibernate-resume.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hwdb-update.service": {"name": "systemd-hwdb-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-initctl.service": {"name": "systemd-initctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-catalog-update.service": {"name": "systemd-journal-catalog-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journald.service": {"name": "systemd-journald.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-logind.service": {"name": "systemd-logind.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-networkd-wait-online.service": {"name": "systemd-networkd-wait-online.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-pcrmachine.service": {"name": "systemd-pcrmachine.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-initrd.service": {"name": "systemd-pcrphase-initrd.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-sysinit.service": {"name": "systemd-pcrphase-sysinit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase.service": {"name": "systemd-pcrphase.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pstore.service": {"name": "systemd-pstore.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-quotacheck-root.service": {"name": "systemd-quotacheck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "state": "stopped", "status": "enabled-runtime", "source": "systemd"}, "systemd-repart.service": {"name": "systemd-repart.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-soft-reboot.service": {"name": "systemd-soft-reboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysext.service": {"name": "systemd-sysext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-sysusers.service": {"name": "systemd-sysusers.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-timesyncd.service": {"name": "systemd-timesyncd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-tmpfiles-clean.service": {"name": "systemd-tmpfiles-clean.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-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<<< 71094 1726886277.68604: stdout chunk (state=3): >>>.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__ <<< 71094 1726886277.69108: 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<<< 71094 1726886277.69116: 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 # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap <<< 71094 1726886277.69146: stdout chunk (state=3): >>># cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters <<< 71094 1726886277.69197: stdout chunk (state=3): >>># cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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 <<< 71094 1726886277.69225: 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 # 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 <<< 71094 1726886277.69483: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 71094 1726886277.69520: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression <<< 71094 1726886277.69523: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 <<< 71094 1726886277.69557: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 71094 1726886277.69715: 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 # 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 <<< 71094 1726886277.69719: stdout chunk (state=3): >>># destroy datetime <<< 71094 1726886277.69743: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 71094 1726886277.69790: stdout chunk (state=3): >>># destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch # destroy _compat_pickle # destroy _pickle <<< 71094 1726886277.69820: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 71094 1726886277.69863: 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 <<< 71094 1726886277.69867: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 71094 1726886277.69879: 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 <<< 71094 1726886277.69917: 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 <<< 71094 1726886277.69948: 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 <<< 71094 1726886277.69975: 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 <<< 71094 1726886277.70104: stdout chunk (state=3): >>># destroy sys.monitoring <<< 71094 1726886277.70107: stdout chunk (state=3): >>># destroy _socket <<< 71094 1726886277.70146: stdout chunk (state=3): >>># destroy _collections <<< 71094 1726886277.70150: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 71094 1726886277.70233: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 71094 1726886277.70236: stdout chunk (state=3): >>># destroy _typing <<< 71094 1726886277.70239: 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 <<< 71094 1726886277.70331: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 71094 1726886277.70354: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 71094 1726886277.70403: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 71094 1726886277.70432: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 71094 1726886277.70442: stdout chunk (state=3): >>># clear sys.audit hooks <<< 71094 1726886277.71290: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886277.71294: stdout chunk (state=3): >>><<< 71094 1726886277.71296: stderr chunk (state=3): >>><<< 71094 1726886277.71328: _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 0x7f49b74183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b73e7a10> # /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 0x7f49b741a960> 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 0x7f49b722cfe0> # /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 0x7f49b722dfd0> 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 0x7f49b7273e60> # /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 0x7f49b7273ef0> # /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 0x7f49b72a3860> # /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 0x7f49b72a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7283b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7281220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7271010> # /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 0x7f49b72c7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72c64b0> # /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 0x7f49b72820f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72c4c50> # /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 0x7f49b72f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7270290> # /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 0x7f49b72f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f4c80> # 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 0x7f49b72f5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7266db0> # /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 0x7f49b72f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f5430> 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 0x7f49b72f6600> 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 0x7f49b7310830> 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 0x7f49b7311f70> # /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 0x7f49b7312e10> # 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 0x7f49b7313470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7312360> # /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 0x7f49b7313e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7313590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f6660> # /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 0x7f49b708fd70> # /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 0x7f49b70b8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70b85c0> # 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 0x7f49b70b8890> # /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 0x7f49b70b91c0> # 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 0x7f49b70b9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70b8a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b708df10> # /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 0x7f49b70baf00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70b9a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f6d50> # /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 0x7f49b70e3230> # /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 0x7f49b710b560> # /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 0x7f49b7168350> # /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 0x7f49b716aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7168470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b7135340> # /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 0x7f49b6f6d430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b710a3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b70bbe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49b6f6d6d0> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_9sme7t6e/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 0x7f49b6fc71a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fa2090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fa11f0> # 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 0x7f49b6fc4ef0> # /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 0x7f49b6feeae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fee870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fee180> # /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 0x7f49b6fee630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6fc7c20> 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 0x7f49b6fef710> # 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 0x7f49b6fef950> # /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 0x7f49b6fefe90> 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 0x7f49b6919c70> # 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 0x7f49b691b890> # /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 0x7f49b691c290> # /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 0x7f49b691d430> # /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 0x7f49b691fe90> # 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 0x7f49b7312c90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b691e150> # /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 0x7f49b6927dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b69268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6926600> # /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 0x7f49b6926b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b691e660> # 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 0x7f49b696bfe0> # /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 0x7f49b696c0e0> # /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 0x7f49b696dbb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b696d970> # /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 0x7f49b69700e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b696e240> # /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 0x7f49b69737a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6970170> # 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 0x7f49b6974890> # 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 0x7f49b6974830> # 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 0x7f49b6974b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b696c230> # /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 0x7f49b68001d0> # 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 0x7f49b6801310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6976960> # 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 0x7f49b6977d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b69765a0> # 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 0x7f49b6805430> # /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 0x7f49b68062d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6801160> 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 0x7f49b6806360> # 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 0x7f49b6807560> # 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 0x7f49b68120f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b680d7c0> 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 0x7f49b6902900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b701e5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b6811eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b72f5400> # 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 0x7f49b68a8200> # /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 0x7f49b6893770> # 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 0x7f49b6893aa0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49b68a8a10> 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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 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 71094 1726886277.72963: 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-1726886275.216022-71475-141359891037861/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886277.72967: _low_level_execute_command(): starting 71094 1726886277.72970: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886275.216022-71475-141359891037861/ > /dev/null 2>&1 && sleep 0' 71094 1726886277.73254: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886277.73271: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886277.73284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886277.73299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886277.73314: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886277.73324: stderr chunk (state=3): >>>debug2: match not found <<< 71094 1726886277.73335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886277.73350: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 71094 1726886277.73362: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 71094 1726886277.73372: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 71094 1726886277.73381: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886277.73466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886277.73490: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886277.73505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886277.73631: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886277.75452: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886277.75504: stderr chunk (state=3): >>><<< 71094 1726886277.75517: stdout chunk (state=3): >>><<< 71094 1726886277.75538: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886277.75545: handler run complete 71094 1726886277.75751: variable 'ansible_facts' from source: unknown 71094 1726886277.75926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886277.76391: variable 'ansible_facts' from source: unknown 71094 1726886277.76586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886277.76773: attempt loop complete, returning result 71094 1726886277.76777: _execute() done 71094 1726886277.76780: dumping result to json 71094 1726886277.76851: done dumping result, returning 71094 1726886277.76863: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-ce07-55d2-00000000008a] 71094 1726886277.76866: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008a 71094 1726886277.78211: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008a 71094 1726886277.78215: WORKER PROCESS EXITING ok: [managed_node1] => { "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 } 71094 1726886277.79528: no more pending results, returning what we have 71094 1726886277.79531: results queue empty 71094 1726886277.79532: checking for any_errors_fatal 71094 1726886277.79537: done checking for any_errors_fatal 71094 1726886277.79537: checking for max_fail_percentage 71094 1726886277.79539: done checking for max_fail_percentage 71094 1726886277.79540: checking to see if all hosts have failed and the running result is not ok 71094 1726886277.79540: done checking to see if all hosts have failed 71094 1726886277.79541: getting the remaining hosts for this loop 71094 1726886277.79543: done getting the remaining hosts for this loop 71094 1726886277.79546: getting the next task for host managed_node1 71094 1726886277.79552: done getting next task for host managed_node1 71094 1726886277.79557: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 71094 1726886277.79560: ^ 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=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 71094 1726886277.79569: getting variables 71094 1726886277.79570: in VariableManager get_vars() 71094 1726886277.79594: Calling all_inventory to load vars for managed_node1 71094 1726886277.79597: Calling groups_inventory to load vars for managed_node1 71094 1726886277.79599: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886277.79606: Calling all_plugins_play to load vars for managed_node1 71094 1726886277.79609: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886277.79612: Calling groups_plugins_play to load vars for managed_node1 71094 1726886277.80056: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886277.80578: done with get_vars() 71094 1726886277.80598: done getting variables 71094 1726886277.80666: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:37:57 -0400 (0:00:02.675) 0:00:11.035 ****** 71094 1726886277.80703: entering _queue_task() for managed_node1/set_fact 71094 1726886277.81072: worker is 1 (out of 1 available) 71094 1726886277.81090: exiting _queue_task() for managed_node1/set_fact 71094 1726886277.81103: done queuing things up, now waiting for results queue to drain 71094 1726886277.81105: waiting for pending results... 71094 1726886277.81367: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 71094 1726886277.81533: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000008b 71094 1726886277.81537: variable 'ansible_search_path' from source: unknown 71094 1726886277.81540: variable 'ansible_search_path' from source: unknown 71094 1726886277.81543: calling self._execute() 71094 1726886277.81597: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886277.81601: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886277.81612: variable 'omit' from source: magic vars 71094 1726886277.81733: variable 'omit' from source: magic vars 71094 1726886277.81793: variable 'omit' from source: magic vars 71094 1726886277.82191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886277.84564: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886277.84568: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886277.84571: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886277.84573: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886277.84576: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886277.84636: 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) 71094 1726886277.84664: 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) 71094 1726886277.84691: 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) 71094 1726886277.84731: 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) 71094 1726886277.84745: 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) 71094 1726886277.84794: 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) 71094 1726886277.84818: 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) 71094 1726886277.84842: 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) 71094 1726886277.84880: 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) 71094 1726886277.84892: 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) 71094 1726886277.84959: 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) 71094 1726886277.84982: 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) 71094 1726886277.85005: 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) 71094 1726886277.85044: 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) 71094 1726886277.85060: 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) 71094 1726886277.85104: 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) 71094 1726886277.85130: 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) 71094 1726886277.85160: 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) 71094 1726886277.85190: 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) 71094 1726886277.85204: 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) 71094 1726886277.85258: 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) 71094 1726886277.85280: 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) 71094 1726886277.85305: 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) 71094 1726886277.85363: 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) 71094 1726886277.85367: 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) 71094 1726886277.85627: variable 'ansible_facts' from source: unknown 71094 1726886277.85922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886277.86125: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886277.86163: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886277.86192: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886277.86224: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886277.86267: 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) 71094 1726886277.86289: 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) 71094 1726886277.86357: 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) 71094 1726886277.86361: 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) 71094 1726886277.86907: variable 'omit' from source: magic vars 71094 1726886277.86936: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886277.86964: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886277.86980: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886277.87033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886277.87036: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886277.87039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886277.87042: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886277.87068: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886277.87071: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886277.87074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886277.87234: Set connection var ansible_connection to ssh 71094 1726886277.87237: Set connection var ansible_pipelining to False 71094 1726886277.87240: Set connection var ansible_timeout to 10 71094 1726886277.87243: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886277.87252: Set connection var ansible_shell_type to sh 71094 1726886277.87254: Set connection var ansible_shell_executable to /bin/sh 71094 1726886277.87259: variable 'ansible_shell_executable' from source: unknown 71094 1726886277.87261: variable 'ansible_connection' from source: unknown 71094 1726886277.87264: variable 'ansible_module_compression' from source: unknown 71094 1726886277.87266: variable 'ansible_shell_type' from source: unknown 71094 1726886277.87268: variable 'ansible_shell_executable' from source: unknown 71094 1726886277.87270: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886277.87273: variable 'ansible_pipelining' from source: unknown 71094 1726886277.87275: variable 'ansible_timeout' from source: unknown 71094 1726886277.87277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886277.87387: 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) 71094 1726886277.87391: variable 'omit' from source: magic vars 71094 1726886277.87393: starting attempt loop 71094 1726886277.87395: running the handler 71094 1726886277.87403: handler run complete 71094 1726886277.87413: attempt loop complete, returning result 71094 1726886277.87416: _execute() done 71094 1726886277.87419: dumping result to json 71094 1726886277.87421: done dumping result, returning 71094 1726886277.87428: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-ce07-55d2-00000000008b] 71094 1726886277.87431: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008b ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 71094 1726886277.87578: no more pending results, returning what we have 71094 1726886277.87581: results queue empty 71094 1726886277.87581: checking for any_errors_fatal 71094 1726886277.87588: done checking for any_errors_fatal 71094 1726886277.87589: checking for max_fail_percentage 71094 1726886277.87591: done checking for max_fail_percentage 71094 1726886277.87592: checking to see if all hosts have failed and the running result is not ok 71094 1726886277.87592: done checking to see if all hosts have failed 71094 1726886277.87593: getting the remaining hosts for this loop 71094 1726886277.87595: done getting the remaining hosts for this loop 71094 1726886277.87598: getting the next task for host managed_node1 71094 1726886277.87607: done getting next task for host managed_node1 71094 1726886277.87610: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 71094 1726886277.87614: ^ 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 71094 1726886277.87623: getting variables 71094 1726886277.87624: in VariableManager get_vars() 71094 1726886277.87659: Calling all_inventory to load vars for managed_node1 71094 1726886277.87662: Calling groups_inventory to load vars for managed_node1 71094 1726886277.87664: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886277.87672: Calling all_plugins_play to load vars for managed_node1 71094 1726886277.87675: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886277.87677: Calling groups_plugins_play to load vars for managed_node1 71094 1726886277.88021: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008b 71094 1726886277.88027: WORKER PROCESS EXITING 71094 1726886277.88037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886277.88370: done with get_vars() 71094 1726886277.88382: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:37:57 -0400 (0:00:00.077) 0:00:11.113 ****** 71094 1726886277.88451: entering _queue_task() for managed_node1/systemd 71094 1726886277.88453: Creating lock for systemd 71094 1726886277.88691: worker is 1 (out of 1 available) 71094 1726886277.88704: exiting _queue_task() for managed_node1/systemd 71094 1726886277.88714: done queuing things up, now waiting for results queue to drain 71094 1726886277.88715: waiting for pending results... 71094 1726886277.88891: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 71094 1726886277.88981: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000008d 71094 1726886277.88994: variable 'ansible_search_path' from source: unknown 71094 1726886277.88997: variable 'ansible_search_path' from source: unknown 71094 1726886277.89033: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886277.89408: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886277.89411: dumping result to json 71094 1726886277.89413: done dumping result, returning 71094 1726886277.89416: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-ce07-55d2-00000000008d] 71094 1726886277.89418: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008d 71094 1726886277.89494: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008d 71094 1726886277.89497: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886277.89583: no more pending results, returning what we have 71094 1726886277.89588: results queue empty 71094 1726886277.89589: checking for any_errors_fatal 71094 1726886277.89598: done checking for any_errors_fatal 71094 1726886277.89599: checking for max_fail_percentage 71094 1726886277.89600: done checking for max_fail_percentage 71094 1726886277.89601: checking to see if all hosts have failed and the running result is not ok 71094 1726886277.89602: done checking to see if all hosts have failed 71094 1726886277.89603: getting the remaining hosts for this loop 71094 1726886277.89605: done getting the remaining hosts for this loop 71094 1726886277.89610: getting the next task for host managed_node1 71094 1726886277.89622: done getting next task for host managed_node1 71094 1726886277.89628: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 71094 1726886277.89631: ^ 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 71094 1726886277.89646: getting variables 71094 1726886277.89648: in VariableManager get_vars() 71094 1726886277.89687: Calling all_inventory to load vars for managed_node1 71094 1726886277.89691: Calling groups_inventory to load vars for managed_node1 71094 1726886277.89693: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886277.89703: Calling all_plugins_play to load vars for managed_node1 71094 1726886277.89706: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886277.89708: Calling groups_plugins_play to load vars for managed_node1 71094 1726886277.90278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886277.90654: done with get_vars() 71094 1726886277.90668: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:37:57 -0400 (0:00:00.022) 0:00:11.136 ****** 71094 1726886277.90731: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886277.90968: worker is 1 (out of 1 available) 71094 1726886277.90982: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886277.90994: done queuing things up, now waiting for results queue to drain 71094 1726886277.90996: waiting for pending results... 71094 1726886277.91173: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 71094 1726886277.91260: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000008e 71094 1726886277.91272: variable 'ansible_search_path' from source: unknown 71094 1726886277.91276: variable 'ansible_search_path' from source: unknown 71094 1726886277.91302: calling self._execute() 71094 1726886277.91364: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886277.91369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886277.91377: variable 'omit' from source: magic vars 71094 1726886277.91467: variable 'omit' from source: magic vars 71094 1726886277.91511: variable 'omit' from source: magic vars 71094 1726886277.91692: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886277.93580: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886277.93841: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886277.93871: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886277.93914: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886277.93932: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886277.93995: 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) 71094 1726886277.94017: 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) 71094 1726886277.94035: 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) 71094 1726886277.94062: 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) 71094 1726886277.94073: 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) 71094 1726886277.94266: variable 'storage_use_partitions' from source: play vars 71094 1726886277.94270: variable 'storage_disklabel_type' from source: role '' defaults 71094 1726886277.94279: variable 'storage_pool_defaults' from source: role '' defaults 71094 1726886277.94328: variable 'storage_pool_defaults' from source: role '' defaults 71094 1726886277.94376: variable 'storage_volume_defaults' from source: role '' defaults 71094 1726886277.94421: variable 'storage_volume_defaults' from source: role '' defaults 71094 1726886277.94482: variable 'storage_safe_mode' from source: play vars 71094 1726886277.94539: 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) 71094 1726886277.94557: 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) 71094 1726886277.94574: 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) 71094 1726886277.94600: 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) 71094 1726886277.94612: 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) 71094 1726886277.94660: variable 'omit' from source: magic vars 71094 1726886277.94679: variable 'omit' from source: magic vars 71094 1726886277.94700: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886277.94722: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886277.94736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886277.94750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886277.94760: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886277.94773: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886277.94785: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886277.94807: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886277.94812: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886277.94814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886277.94891: Set connection var ansible_connection to ssh 71094 1726886277.94895: Set connection var ansible_pipelining to False 71094 1726886277.94903: Set connection var ansible_timeout to 10 71094 1726886277.94908: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886277.94913: Set connection var ansible_shell_type to sh 71094 1726886277.94916: Set connection var ansible_shell_executable to /bin/sh 71094 1726886277.94936: variable 'ansible_shell_executable' from source: unknown 71094 1726886277.94939: variable 'ansible_connection' from source: unknown 71094 1726886277.94942: variable 'ansible_module_compression' from source: unknown 71094 1726886277.94944: variable 'ansible_shell_type' from source: unknown 71094 1726886277.94946: variable 'ansible_shell_executable' from source: unknown 71094 1726886277.94948: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886277.94952: variable 'ansible_pipelining' from source: unknown 71094 1726886277.94956: variable 'ansible_timeout' from source: unknown 71094 1726886277.94961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886277.95053: 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__) 71094 1726886277.95065: variable 'omit' from source: magic vars 71094 1726886277.95074: starting attempt loop 71094 1726886277.95077: running the handler 71094 1726886277.95088: _low_level_execute_command(): starting 71094 1726886277.95093: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886277.95849: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886277.95874: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886277.95879: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886277.95882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886277.95911: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886277.97620: stdout chunk (state=3): >>>/root <<< 71094 1726886277.97721: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886277.97748: stderr chunk (state=3): >>><<< 71094 1726886277.97752: stdout chunk (state=3): >>><<< 71094 1726886277.97776: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886277.97790: _low_level_execute_command(): starting 71094 1726886277.97795: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427 `" && echo ansible-tmp-1726886277.977795-71598-241695151731427="` echo /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427 `" ) && sleep 0' 71094 1726886277.98227: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886277.98231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886277.98261: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 71094 1726886277.98265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886277.98267: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886277.98270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886277.98326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886277.98331: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886277.98333: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886277.98385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.00295: stdout chunk (state=3): >>>ansible-tmp-1726886277.977795-71598-241695151731427=/root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427 <<< 71094 1726886278.00396: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.00422: stderr chunk (state=3): >>><<< 71094 1726886278.00426: stdout chunk (state=3): >>><<< 71094 1726886278.00442: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886277.977795-71598-241695151731427=/root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886278.00494: variable 'ansible_module_compression' from source: unknown 71094 1726886278.00543: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 71094 1726886278.00583: variable 'ansible_facts' from source: unknown 71094 1726886278.00657: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/AnsiballZ_blivet.py 71094 1726886278.00761: Sending initial data 71094 1726886278.00764: Sent initial data (154 bytes) 71094 1726886278.01216: 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 <<< 71094 1726886278.01220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.01222: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 71094 1726886278.01225: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886278.01227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.01274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886278.01278: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886278.01330: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.02895: 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 <<< 71094 1726886278.02946: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886278.03006: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpd0vu3tr9 /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/AnsiballZ_blivet.py <<< 71094 1726886278.03010: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/AnsiballZ_blivet.py" <<< 71094 1726886278.03053: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpd0vu3tr9" to remote "/root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/AnsiballZ_blivet.py" <<< 71094 1726886278.03901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.03938: stderr chunk (state=3): >>><<< 71094 1726886278.04006: stdout chunk (state=3): >>><<< 71094 1726886278.04009: done transferring module to remote 71094 1726886278.04012: _low_level_execute_command(): starting 71094 1726886278.04014: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/ /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/AnsiballZ_blivet.py && sleep 0' 71094 1726886278.04629: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886278.04649: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886278.04670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886278.04772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.04796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886278.04813: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886278.04836: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886278.04914: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.06680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.06704: stderr chunk (state=3): >>><<< 71094 1726886278.06707: stdout chunk (state=3): >>><<< 71094 1726886278.06738: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886278.06742: _low_level_execute_command(): starting 71094 1726886278.06744: _low_level_execute_command(): using become for this command 71094 1726886278.06754: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ltykeyorzqcsmrchoeizmxxfjnjtyvah ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/AnsiballZ_blivet.py'"'"' && sleep 0' 71094 1726886278.06874: Initial state: awaiting_escalation: BECOME-SUCCESS-ltykeyorzqcsmrchoeizmxxfjnjtyvah 71094 1726886278.07323: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886278.07329: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.07354: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886278.07373: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886278.07458: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.10349: stdout chunk (state=1): >>>BECOME-SUCCESS-ltykeyorzqcsmrchoeizmxxfjnjtyvah <<< 71094 1726886278.10360: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ltykeyorzqcsmrchoeizmxxfjnjtyvah' 71094 1726886278.10665: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886278.10717: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886278.10735: stdout chunk (state=3): >>>import '_thread' # <<< 71094 1726886278.10744: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 71094 1726886278.10806: stdout chunk (state=3): >>>import '_io' # <<< 71094 1726886278.10811: stdout chunk (state=3): >>>import 'marshal' # <<< 71094 1726886278.10838: stdout chunk (state=3): >>>import 'posix' # <<< 71094 1726886278.10883: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 71094 1726886278.10891: stdout chunk (state=3): >>>import 'time' # <<< 71094 1726886278.10912: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 71094 1726886278.10953: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 71094 1726886278.10982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 71094 1726886278.11006: stdout chunk (state=3): >>>import 'codecs' # <<< 71094 1726886278.11034: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886278.11087: 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 0x7f3d344183e0> <<< 71094 1726886278.11092: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d343e7a10> <<< 71094 1726886278.11116: 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 0x7f3d3441a960> <<< 71094 1726886278.11133: stdout chunk (state=3): >>>import '_signal' # <<< 71094 1726886278.11165: stdout chunk (state=3): >>>import '_abc' # <<< 71094 1726886278.11185: stdout chunk (state=3): >>>import 'abc' # <<< 71094 1726886278.11200: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886278.11231: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886278.11307: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886278.11353: stdout chunk (state=3): >>>import 'genericpath' # <<< 71094 1726886278.11393: stdout chunk (state=3): >>>import 'posixpath' # <<< 71094 1726886278.11397: stdout chunk (state=3): >>>import 'os' # <<< 71094 1726886278.11403: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 71094 1726886278.11406: stdout chunk (state=3): >>>Processing user site-packages <<< 71094 1726886278.11428: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 71094 1726886278.11432: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 71094 1726886278.11470: 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 <<< 71094 1726886278.11489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 71094 1726886278.11500: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3422cfe0> <<< 71094 1726886278.11562: 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 <<< 71094 1726886278.11566: 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 0x7f3d3422dfd0> <<< 71094 1726886278.11605: stdout chunk (state=3): >>>import 'site' # <<< 71094 1726886278.11632: 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. <<< 71094 1726886278.11880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886278.11895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 71094 1726886278.11935: 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' <<< 71094 1726886278.11960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 71094 1726886278.12006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 71094 1726886278.12013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 71094 1726886278.12037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 71094 1726886278.12052: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34273e00> <<< 71094 1726886278.12078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 71094 1726886278.12089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 71094 1726886278.12106: stdout chunk (state=3): >>>import '_operator' # <<< 71094 1726886278.12123: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34273ec0> <<< 71094 1726886278.12133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886278.12165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 71094 1726886278.12177: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 71094 1726886278.12227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.12242: stdout chunk (state=3): >>>import 'itertools' # <<< 71094 1726886278.12275: 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 0x7f3d342a3830> <<< 71094 1726886278.12287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886278.12323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342a3ec0> import '_collections' # <<< 71094 1726886278.12392: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34283ad0> <<< 71094 1726886278.12396: stdout chunk (state=3): >>>import '_functools' # <<< 71094 1726886278.12421: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342811f0> <<< 71094 1726886278.12500: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34270fb0> <<< 71094 1726886278.12535: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 71094 1726886278.12549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 71094 1726886278.12684: stdout chunk (state=3): >>>import '_sre' # <<< 71094 1726886278.12688: 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' <<< 71094 1726886278.12691: 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' <<< 71094 1726886278.12716: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 71094 1726886278.12728: 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 0x7f3d342820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342c4c20> <<< 71094 1726886278.12783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 71094 1726886278.12820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34270230> # /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' <<< 71094 1726886278.12848: 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 0x7f3d342f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342f8b90> <<< 71094 1726886278.12933: 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 0x7f3d342f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34266d50> <<< 71094 1726886278.12958: 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 <<< 71094 1726886278.13016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 71094 1726886278.13025: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342f92b0> import 'importlib.machinery' # <<< 71094 1726886278.13071: 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' <<< 71094 1726886278.13113: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342fa4b0> import 'importlib.util' # import 'runpy' # <<< 71094 1726886278.13149: 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' <<< 71094 1726886278.13198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 71094 1726886278.13232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d343106b0> import 'errno' # <<< 71094 1726886278.13257: 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 0x7f3d34311d90> # /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' <<< 71094 1726886278.13293: 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' <<< 71094 1726886278.13305: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34312c30> <<< 71094 1726886278.13338: 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 0x7f3d34313290> <<< 71094 1726886278.13362: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34312180> <<< 71094 1726886278.13381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 71094 1726886278.13394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 71094 1726886278.13430: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.13440: 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 0x7f3d34313d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34313440> <<< 71094 1726886278.13491: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342fa420> <<< 71094 1726886278.13507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886278.13537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 71094 1726886278.13554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 71094 1726886278.13587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 71094 1726886278.13624: 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 0x7f3d34083bc0> <<< 71094 1726886278.13641: 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' <<< 71094 1726886278.13681: 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 0x7f3d340ac6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340ac410> <<< 71094 1726886278.13714: 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 0x7f3d340ac6e0> <<< 71094 1726886278.13737: 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' <<< 71094 1726886278.13804: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.13928: 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 0x7f3d340ad010> <<< 71094 1726886278.14040: 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 0x7f3d340ad9d0> <<< 71094 1726886278.14052: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340ac8c0> <<< 71094 1726886278.14085: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34081d60> <<< 71094 1726886278.14087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 71094 1726886278.14103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 71094 1726886278.14144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 71094 1726886278.14146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 71094 1726886278.14176: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340aede0> <<< 71094 1726886278.14178: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340adb20> <<< 71094 1726886278.14201: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342fabd0> <<< 71094 1726886278.14234: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886278.14306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.14314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 71094 1726886278.14345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886278.14377: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340d7140> <<< 71094 1726886278.14438: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 71094 1726886278.14498: 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 <<< 71094 1726886278.14501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886278.14537: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340ff4d0> <<< 71094 1726886278.14558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886278.14598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886278.14648: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886278.14675: 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 0x7f3d3415c290> <<< 71094 1726886278.14712: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886278.14733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886278.14747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 71094 1726886278.14790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 71094 1726886278.14879: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3415e9f0> <<< 71094 1726886278.14952: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3415c3b0> <<< 71094 1726886278.14988: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d341292e0> <<< 71094 1726886278.15018: 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' <<< 71094 1726886278.15029: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33f61370> <<< 71094 1726886278.15048: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340fe2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340afd10> <<< 71094 1726886278.15168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 71094 1726886278.15179: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d33f61610> <<< 71094 1726886278.15349: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_rrxorym6/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 71094 1726886278.15483: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.15518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 71094 1726886278.15525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 71094 1726886278.15568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886278.15639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886278.15679: 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 0x7f3d33fb3110> <<< 71094 1726886278.15691: stdout chunk (state=3): >>>import '_typing' # <<< 71094 1726886278.15863: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33f96000> <<< 71094 1726886278.15887: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33f95160> # zipimport: zlib available <<< 71094 1726886278.15901: stdout chunk (state=3): >>>import 'ansible' # <<< 71094 1726886278.15939: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.15951: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886278.15968: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 71094 1726886278.15995: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.17370: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.18491: 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 0x7f3d33fb0fe0> <<< 71094 1726886278.18510: 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' <<< 71094 1726886278.18564: 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' <<< 71094 1726886278.18604: 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' <<< 71094 1726886278.18617: 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 0x7f3d33fe2a80> <<< 71094 1726886278.18641: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fe2810> <<< 71094 1726886278.18679: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fe2120> <<< 71094 1726886278.18711: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 71094 1726886278.18714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 71094 1726886278.18746: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fe2ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fb3da0> <<< 71094 1726886278.18756: stdout chunk (state=3): >>>import 'atexit' # <<< 71094 1726886278.18789: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.18803: 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 0x7f3d33fe3740> <<< 71094 1726886278.18821: 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 0x7f3d33fe38c0> <<< 71094 1726886278.18837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886278.18889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 71094 1726886278.18895: stdout chunk (state=3): >>>import '_locale' # <<< 71094 1726886278.18940: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fe3e00> <<< 71094 1726886278.18952: stdout chunk (state=3): >>>import 'pwd' # <<< 71094 1726886278.18986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 71094 1726886278.19010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 71094 1726886278.19040: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3391dbb0> <<< 71094 1726886278.19074: 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 0x7f3d3391f7d0> <<< 71094 1726886278.19092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886278.19115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 71094 1726886278.19147: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339201a0> <<< 71094 1726886278.19171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 71094 1726886278.19198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 71094 1726886278.19219: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33921310> <<< 71094 1726886278.19237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886278.19277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886278.19304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886278.19308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886278.19358: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33923dd0> <<< 71094 1726886278.19395: 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 0x7f3d34312ba0> <<< 71094 1726886278.19417: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339220c0> <<< 71094 1726886278.19458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 71094 1726886278.19481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 71094 1726886278.19490: 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' <<< 71094 1726886278.19515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 71094 1726886278.19541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 71094 1726886278.19569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 71094 1726886278.19574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 71094 1726886278.19591: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3392bcb0> import '_tokenize' # <<< 71094 1726886278.19692: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3392a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3392a4e0> <<< 71094 1726886278.19725: 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' <<< 71094 1726886278.19789: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3392aa50> <<< 71094 1726886278.19860: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339225a0> <<< 71094 1726886278.19864: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.19866: 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 0x7f3d3396ff20> <<< 71094 1726886278.19885: 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 0x7f3d339704a0> <<< 71094 1726886278.19927: 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' <<< 71094 1726886278.19947: 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' <<< 71094 1726886278.20000: 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 0x7f3d33971b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33971910> <<< 71094 1726886278.20007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886278.20094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886278.20143: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.20152: 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 0x7f3d33973fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339721e0> <<< 71094 1726886278.20195: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 71094 1726886278.20260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.20263: 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' <<< 71094 1726886278.20280: stdout chunk (state=3): >>>import '_string' # <<< 71094 1726886278.20303: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339777d0> <<< 71094 1726886278.20439: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339741a0> <<< 71094 1726886278.20489: 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 0x7f3d33978aa0> <<< 71094 1726886278.20514: 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 0x7f3d33978860> <<< 71094 1726886278.20554: 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 0x7f3d33978bc0> <<< 71094 1726886278.20568: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33970290> <<< 71094 1726886278.20596: 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' <<< 71094 1726886278.20621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 71094 1726886278.20636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 71094 1726886278.20675: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.20689: 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 0x7f3d33804290> <<< 71094 1726886278.20831: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.20835: 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 0x7f3d338054f0> <<< 71094 1726886278.20856: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3397aa20> <<< 71094 1726886278.20897: 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 0x7f3d3397bdd0> <<< 71094 1726886278.20903: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3397a630> <<< 71094 1726886278.20910: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.20936: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 71094 1726886278.20970: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.21039: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.21153: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.21171: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886278.21197: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 71094 1726886278.21209: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.21488: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886278.21964: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.22520: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886278.22554: 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 <<< 71094 1726886278.22573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.22605: 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 0x7f3d33809760> <<< 71094 1726886278.22686: 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' <<< 71094 1726886278.22711: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3380a450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33805610> <<< 71094 1726886278.22778: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 71094 1726886278.22810: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.22832: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 71094 1726886278.22984: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.23154: 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' <<< 71094 1726886278.23159: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3380a150> <<< 71094 1726886278.23177: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.23689: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.24103: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.24807: stdout chunk (state=3): >>># 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' # <<< 71094 1726886278.24811: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 71094 1726886278.24835: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.25058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886278.25107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886278.25154: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886278.25340: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3380b620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # <<< 71094 1726886278.25369: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886278.25484: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 71094 1726886278.25627: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886278.25697: 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 <<< 71094 1726886278.25731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.26047: 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 0x7f3d33816270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33811880> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886278.26067: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.26098: 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' <<< 71094 1726886278.26121: 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' <<< 71094 1726886278.26351: 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 # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 71094 1726886278.26357: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33902c90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34012960> <<< 71094 1726886278.26412: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d338164b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33816240> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 71094 1726886278.26438: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.26481: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886278.26563: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 71094 1726886278.26677: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 71094 1726886278.26796: 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' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 71094 1726886278.28315: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.29683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 71094 1726886278.29747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 71094 1726886278.29793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 71094 1726886278.29823: 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 # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 71094 1726886278.29854: 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 0x7f3d33494e30> <<< 71094 1726886278.29925: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33494260> <<< 71094 1726886278.29965: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33895c10> <<< 71094 1726886278.30078: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d338a89e0> <<< 71094 1726886278.30128: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.30316: 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' # /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 0x7f3d334aa810> <<< 71094 1726886278.30320: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334aa420> <<< 71094 1726886278.30362: 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 <<< 71094 1726886278.30462: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 71094 1726886278.30465: 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' <<< 71094 1726886278.30505: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334ccf50> # /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' <<< 71094 1726886278.30535: 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' <<< 71094 1726886278.30538: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334ce180> <<< 71094 1726886278.30591: 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 0x7f3d334cda90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334cd8e0> <<< 71094 1726886278.30720: 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' <<< 71094 1726886278.30723: 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 0x7f3d334d06e0> <<< 71094 1726886278.30812: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d0470> <<< 71094 1726886278.30840: 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' <<< 71094 1726886278.30872: 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' <<< 71094 1726886278.30923: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 71094 1726886278.31062: 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 0x7f3d334d24e0> <<< 71094 1726886278.31093: 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 0x7f3d334d2270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d1b20> <<< 71094 1726886278.31185: 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' # /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' <<< 71094 1726886278.31205: 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 <<< 71094 1726886278.31245: 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 <<< 71094 1726886278.31356: 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 0x7f3d334d5280> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 71094 1726886278.31411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d5610> # /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 0x7f3d334d5a30> # /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 0x7f3d334d6270> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d4920> <<< 71094 1726886278.31415: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d43b0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 71094 1726886278.31429: 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' <<< 71094 1726886278.31490: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d6840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d3ef0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d3e60> <<< 71094 1726886278.31604: 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 <<< 71094 1726886278.31609: 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' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d335190a0> <<< 71094 1726886278.31642: 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 <<< 71094 1726886278.31646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 71094 1726886278.31673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 71094 1726886278.31738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 71094 1726886278.31741: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33519f10> <<< 71094 1726886278.31788: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33519610> <<< 71094 1726886278.31943: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d7350> import 'gi.repository.GLib' # <<< 71094 1726886278.31983: 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 <<< 71094 1726886278.31987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 71094 1726886278.32159: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33522c00> import 'gi.repository.GObject' # <<< 71094 1726886278.32216: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 71094 1726886278.32236: 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' <<< 71094 1726886278.32661: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33527e30> import 'gi.repository.Gio' # <<< 71094 1726886278.32676: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d1040> <<< 71094 1726886278.32706: 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 # 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' <<< 71094 1726886278.32764: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333b1e50> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333b16a0> <<< 71094 1726886278.33522: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33527e60> import 'gi.repository.BlockDev' # <<< 71094 1726886278.33572: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334aa9c0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334a97f0> <<< 71094 1726886278.34022: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33977530> <<< 71094 1726886278.34122: 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' import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c65a0> <<< 71094 1726886278.34151: 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 0x7f3d333c82f0> <<< 71094 1726886278.34183: 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' <<< 71094 1726886278.34337: 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' # /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py <<< 71094 1726886278.34352: stdout chunk (state=3): >>># 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 0x7f3d333cbaa0> <<< 71094 1726886278.34379: 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 0x7f3d333cc110> <<< 71094 1726886278.34392: 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 <<< 71094 1726886278.34475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 71094 1726886278.34493: 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' <<< 71094 1726886278.34529: 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' <<< 71094 1726886278.34572: 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 0x7f3d333cd190> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd040> <<< 71094 1726886278.34597: 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' <<< 71094 1726886278.34677: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd430> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333ccda0> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py <<< 71094 1726886278.34812: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd910> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd760> # /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' <<< 71094 1726886278.34815: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cdc70> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd970> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cc530> <<< 71094 1726886278.34834: 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 <<< 71094 1726886278.34862: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333ccbc0> <<< 71094 1726886278.35087: 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' # /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 0x7f3d333d9be0> # /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 0x7f3d333d9f70> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333d9940> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333d8fb0> # /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 0x7f3d333da0f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cb770> # /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 0x7f3d333da180> <<< 71094 1726886278.35208: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c9220> <<< 71094 1726886278.35257: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c89b0> <<< 71094 1726886278.35279: 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 <<< 71094 1726886278.35308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 71094 1726886278.35327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 71094 1726886278.35427: stdout chunk (state=3): >>># 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 0x7f3d333de330> <<< 71094 1726886278.35451: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333dd190> <<< 71094 1726886278.35472: 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 <<< 71094 1726886278.35494: 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 0x7f3d333de3f0> <<< 71094 1726886278.35557: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c8320> <<< 71094 1726886278.35592: 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 <<< 71094 1726886278.35633: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 71094 1726886278.35656: 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 <<< 71094 1726886278.35752: stdout chunk (state=3): >>># 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 0x7f3d323be270> # /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 <<< 71094 1726886278.35778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 71094 1726886278.35797: 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 <<< 71094 1726886278.35816: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 71094 1726886278.35850: 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' <<< 71094 1726886278.35875: 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' <<< 71094 1726886278.35905: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323e4530> <<< 71094 1726886278.35918: 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 <<< 71094 1726886278.35944: stdout chunk (state=3): >>># 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 0x7f3d323e4ce0> <<< 71094 1726886278.35972: 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 0x7f3d323e5310> <<< 71094 1726886278.36065: 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 <<< 71094 1726886278.36079: stdout chunk (state=3): >>># 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 0x7f3d323e5640> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323e43b0> <<< 71094 1726886278.36095: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323bfad0> <<< 71094 1726886278.36151: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323be8d0> <<< 71094 1726886278.36195: 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' <<< 71094 1726886278.36286: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323f8230> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323bf170> <<< 71094 1726886278.36308: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323be3f0> # /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 0x7f3d323f8800> <<< 71094 1726886278.36344: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323bf230> <<< 71094 1726886278.36408: 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' <<< 71094 1726886278.36412: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323f8080> <<< 71094 1726886278.36517: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 71094 1726886278.36521: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323f8dd0> # /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 0x7f3d323f9550> <<< 71094 1726886278.36741: 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' # /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' <<< 71094 1726886278.36797: 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 0x7f3d32420ef0> <<< 71094 1726886278.36831: 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' <<< 71094 1726886278.36877: 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 <<< 71094 1726886278.36881: 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 0x7f3d32422000> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d324219d0> <<< 71094 1726886278.36906: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 71094 1726886278.36945: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d324223f0> <<< 71094 1726886278.36949: 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 <<< 71094 1726886278.37050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32422f90> <<< 71094 1726886278.37088: 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 # 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 0x7f3d321d1ca0> <<< 71094 1726886278.37093: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321d0980> <<< 71094 1726886278.37119: 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' <<< 71094 1726886278.37132: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321d30e0> <<< 71094 1726886278.37263: 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' <<< 71094 1726886278.37269: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321f4410> <<< 71094 1726886278.37309: 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' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321f5220> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32416240> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32415ee0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 71094 1726886278.37334: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 71094 1726886278.37358: 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 0x7f3d321f7740> <<< 71094 1726886278.37391: 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 <<< 71094 1726886278.37516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 71094 1726886278.37530: 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' import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32224140> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321f7710> <<< 71094 1726886278.37661: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321f6c30> <<< 71094 1726886278.37688: 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' <<< 71094 1726886278.37741: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32240950> # /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 0x7f3d32240a70> <<< 71094 1726886278.37769: 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 <<< 71094 1726886278.37963: 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' import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32258230> # /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 0x7f3d32258920> <<< 71094 1726886278.37986: 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' <<< 71094 1726886278.38037: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d322592e0> <<< 71094 1726886278.38068: 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' <<< 71094 1726886278.38088: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32259760> <<< 71094 1726886278.38117: 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 <<< 71094 1726886278.38179: stdout chunk (state=3): >>># 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 0x7f3d32259cd0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py <<< 71094 1726886278.38239: stdout chunk (state=3): >>># 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 0x7f3d32259fd0> <<< 71094 1726886278.38260: 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' import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225a5a0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py <<< 71094 1726886278.38349: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 71094 1726886278.38370: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225a750> # /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' <<< 71094 1726886278.38417: 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 0x7f3d3225b9e0> <<< 71094 1726886278.38446: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225b860> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225a900> <<< 71094 1726886278.38591: 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' # /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 <<< 71094 1726886278.38598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 71094 1726886278.38621: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32290770> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32290380> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225bdd0> <<< 71094 1726886278.39120: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32240fb0> # /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 0x7f3d320c01d0> # /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 0x7f3d320c05c0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32242c00> <<< 71094 1726886278.39124: 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 <<< 71094 1726886278.39305: stdout chunk (state=3): >>># 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 <<< 71094 1726886278.39308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 71094 1726886278.39800: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320c3650> # /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 0x7f3d320c37d0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320c2d50> # /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' <<< 71094 1726886278.39847: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320d9c70> <<< 71094 1726886278.39886: 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 <<< 71094 1726886278.39889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 71094 1726886278.39914: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320db0b0> <<< 71094 1726886278.39948: 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 <<< 71094 1726886278.39952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 71094 1726886278.39973: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320db890> <<< 71094 1726886278.40009: 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 <<< 71094 1726886278.40013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 71094 1726886278.40074: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320ec1a0> <<< 71094 1726886278.40097: 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' <<< 71094 1726886278.40138: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320edf70> <<< 71094 1726886278.40152: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3340ff50> <<< 71094 1726886278.40183: 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 0x7f3d32415bb0> <<< 71094 1726886278.40323: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33567c20> <<< 71094 1726886278.40349: 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 <<< 71094 1726886278.40372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886278.40402: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886278.40473: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32125100> # /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' <<< 71094 1726886278.40558: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32125f40> <<< 71094 1726886278.40581: 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' import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32126720> <<< 71094 1726886278.40699: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32113f50> <<< 71094 1726886278.40717: 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 <<< 71094 1726886278.40752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 71094 1726886278.40791: 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' <<< 71094 1726886278.40861: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321581d0> <<< 71094 1726886278.40936: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32125c70> <<< 71094 1726886278.41007: 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' <<< 71094 1726886278.41034: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3216dd00> <<< 71094 1726886278.41061: 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 <<< 71094 1726886278.41223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 71094 1726886278.41345: 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' <<< 71094 1726886278.41354: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321876b0> # /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 0x7f3d321afd10> <<< 71094 1726886278.41374: 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 <<< 71094 1726886278.41397: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 71094 1726886278.41532: 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 <<< 71094 1726886278.41550: 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 0x7f3d31fca030> <<< 71094 1726886278.41617: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d31fc8260> <<< 71094 1726886278.41632: 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 <<< 71094 1726886278.41662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d31ff8500> <<< 71094 1726886278.42014: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321841a0> <<< 71094 1726886278.42037: 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 <<< 71094 1726886278.42056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 71094 1726886278.42278: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321843b0> <<< 71094 1726886278.42282: 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 <<< 71094 1726886278.42284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 71094 1726886278.42309: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3205a570> # /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 0x7f3d3205b080> <<< 71094 1726886278.42337: 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' <<< 71094 1726886278.42348: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3205bbc0> <<< 71094 1726886278.42373: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 71094 1726886278.42423: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3205bf80> <<< 71094 1726886278.42447: 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' <<< 71094 1726886278.42510: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32068f20> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 71094 1726886278.42570: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 71094 1726886278.42615: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320697f0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c8470> <<< 71094 1726886278.42636: 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 <<< 71094 1726886278.42751: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 71094 1726886278.42806: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3206a270> <<< 71094 1726886278.42832: 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 <<< 71094 1726886278.42877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 71094 1726886278.42900: 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 <<< 71094 1726886278.42937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 71094 1726886278.43103: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d31eb8c20> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3208a900> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 71094 1726886278.43107: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 71094 1726886278.43125: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.43377: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.43581: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 71094 1726886278.43827: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886278.44039: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": true, "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__ <<< 71094 1726886278.45015: 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 <<< 71094 1726886278.45263: 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 # 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 <<< 71094 1726886278.45267: stdout chunk (state=3): >>># cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # 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 <<< 71094 1726886278.45278: 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 # 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 <<< 71094 1726886278.45282: stdout chunk (state=3): >>># 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 <<< 71094 1726886278.45847: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 71094 1726886278.45963: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 71094 1726886278.46133: stdout chunk (state=3): >>># destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # 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 <<< 71094 1726886278.46143: 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 # 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 <<< 71094 1726886278.46333: 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 # 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 <<< 71094 1726886278.46359: stdout chunk (state=3): >>># 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 <<< 71094 1726886278.46388: 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 <<< 71094 1726886278.46425: 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.encoder <<< 71094 1726886278.46500: 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 # 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 <<< 71094 1726886278.46587: 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 # 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 <<< 71094 1726886278.46612: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 71094 1726886278.47692: stdout chunk (state=3): >>># destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct <<< 71094 1726886278.47697: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 71094 1726886278.47710: stdout chunk (state=3): >>># 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 <<< 71094 1726886278.47881: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib <<< 71094 1726886278.47885: stdout chunk (state=3): >>># 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 <<< 71094 1726886278.47913: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886278.48690: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks <<< 71094 1726886278.48862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886278.48882: stdout chunk (state=3): >>><<< 71094 1726886278.48887: stderr chunk (state=3): >>><<< 71094 1726886278.49646: _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 0x7f3d344183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d343e7a10> # /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 0x7f3d3441a960> 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 0x7f3d3422cfe0> # /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 0x7f3d3422dfd0> 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 0x7f3d34273e00> # /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 0x7f3d34273ec0> # /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 0x7f3d342a3830> # /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 0x7f3d342a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34283ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34270fb0> # /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 0x7f3d342c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342c6420> # /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 0x7f3d342820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342c4c20> # /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 0x7f3d342f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34270230> # /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 0x7f3d342f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342f8b90> # 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 0x7f3d342f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34266d50> # /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 0x7f3d342f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342f92b0> 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 0x7f3d342fa4b0> 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 0x7f3d343106b0> 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 0x7f3d34311d90> # /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 0x7f3d34312c30> # 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 0x7f3d34313290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34312180> # /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 0x7f3d34313d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34313440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342fa420> # /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 0x7f3d34083bc0> # /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 0x7f3d340ac6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340ac410> # 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 0x7f3d340ac6e0> # /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 0x7f3d340ad010> # 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 0x7f3d340ad9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340ac8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34081d60> # /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 0x7f3d340aede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340adb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d342fabd0> # /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 0x7f3d340d7140> # /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 0x7f3d340ff4d0> # /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 0x7f3d3415c290> # /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 0x7f3d3415e9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3415c3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d341292e0> # /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 0x7f3d33f61370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340fe2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d340afd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d33f61610> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_rrxorym6/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 0x7f3d33fb3110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33f96000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33f95160> # 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 0x7f3d33fb0fe0> # /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 0x7f3d33fe2a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fe2810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fe2120> # /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 0x7f3d33fe2ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33fb3da0> 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 0x7f3d33fe3740> # 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 0x7f3d33fe38c0> # /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 0x7f3d33fe3e00> 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 0x7f3d3391dbb0> # 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 0x7f3d3391f7d0> # /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 0x7f3d339201a0> # /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 0x7f3d33921310> # /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 0x7f3d33923dd0> # 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 0x7f3d34312ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339220c0> # /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 0x7f3d3392bcb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3392a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3392a4e0> # /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 0x7f3d3392aa50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339225a0> # 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 0x7f3d3396ff20> # /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 0x7f3d339704a0> # /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 0x7f3d33971b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33971910> # /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 0x7f3d33973fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339721e0> # /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 0x7f3d339777d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d339741a0> # 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 0x7f3d33978aa0> # 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 0x7f3d33978860> # 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 0x7f3d33978bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33970290> # /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 0x7f3d33804290> # 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 0x7f3d338054f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3397aa20> # 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 0x7f3d3397bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3397a630> # 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 0x7f3d33809760> # /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 0x7f3d3380a450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33805610> 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 0x7f3d3380a150> # 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 0x7f3d3380b620> # 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 0x7f3d33816270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33811880> 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 0x7f3d33902c90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d34012960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d338164b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33816240> # 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 0x7f3d33494e30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33494260> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33895c10> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d338a89e0> # 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 0x7f3d334aa810> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334aa420> # /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 0x7f3d334ccf50> # /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 0x7f3d334ce180> # 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 0x7f3d334cda90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334cd8e0> # /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 0x7f3d334d06e0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d0470> # /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 0x7f3d334d24e0> # 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 0x7f3d334d2270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d1b20> # /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 0x7f3d334d5280> # /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 0x7f3d334d5610> # /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 0x7f3d334d5a30> # /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 0x7f3d334d6270> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d4920> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d43b0> # 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 0x7f3d334d6840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d3ef0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d3e60> # /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 0x7f3d335190a0> # /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 0x7f3d33519f10> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33519610> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d7350> 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 0x7f3d33522c00> 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 0x7f3d33527e30> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334d1040> # /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 0x7f3d333b1e50> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333b16a0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33527e60> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334aa9c0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d334a97f0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33977530> # /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 0x7f3d333c65a0> # /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 0x7f3d333c82f0> # /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 0x7f3d333cbaa0> # /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 0x7f3d333cc110> # /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 0x7f3d333cd190> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd040> # /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 0x7f3d333cd430> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333ccda0> # /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 0x7f3d333cd910> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd760> # /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 0x7f3d333cdc70> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cd970> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cc530> # /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 0x7f3d333ccbc0> # /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 0x7f3d333d9be0> # /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 0x7f3d333d9f70> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333d9940> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333d8fb0> # /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 0x7f3d333da0f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333cb770> # /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 0x7f3d333da180> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c9220> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c89b0> # /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 0x7f3d333de330> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333dd190> # /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 0x7f3d333de3f0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c8320> # /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 0x7f3d323be270> # /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 0x7f3d323e4530> # /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 0x7f3d323e4ce0> # /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 0x7f3d323e5310> # /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 0x7f3d323e5640> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323e43b0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323bfad0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323be8d0> # /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 0x7f3d323f8230> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323bf170> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323be3f0> # /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 0x7f3d323f8800> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d323bf230> # /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 0x7f3d323f8080> # /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 0x7f3d323f8dd0> # /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 0x7f3d323f9550> # /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 0x7f3d32420ef0> # /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 0x7f3d32422000> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d324219d0> # /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 0x7f3d324223f0> # /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 0x7f3d32422f90> # /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 0x7f3d321d1ca0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321d0980> # /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 0x7f3d321d30e0> # /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 0x7f3d321f4410> # /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 0x7f3d321f5220> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32416240> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32415ee0> # /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 0x7f3d321f7740> # /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 0x7f3d32224140> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321f7710> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321f6c30> # /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 0x7f3d32240950> # /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 0x7f3d32240a70> # /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 0x7f3d32258230> # /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 0x7f3d32258920> # /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 0x7f3d322592e0> # /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 0x7f3d32259760> # /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 0x7f3d32259cd0> # /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 0x7f3d32259fd0> # /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 0x7f3d3225a5a0> # /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 0x7f3d3225a750> # /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 0x7f3d3225b9e0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225b860> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225a900> # /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 0x7f3d32290770> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32290380> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3225bdd0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32240fb0> # /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 0x7f3d320c01d0> # /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 0x7f3d320c05c0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32242c00> # /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 0x7f3d320c3650> # /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 0x7f3d320c37d0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d320c2d50> # /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 0x7f3d320d9c70> # /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 0x7f3d320db0b0> # /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 0x7f3d320db890> # /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 0x7f3d320ec1a0> # /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 0x7f3d320edf70> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3340ff50> # /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 0x7f3d32415bb0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d33567c20> # /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 0x7f3d32125100> # /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 0x7f3d32125f40> # /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 0x7f3d32126720> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32113f50> # /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 0x7f3d321581d0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d32125c70> # /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 0x7f3d3216dd00> # /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 0x7f3d321876b0> # /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 0x7f3d321afd10> # /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 0x7f3d31fca030> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d31fc8260> # /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 0x7f3d31ff8500> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d321841a0> # /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 0x7f3d321843b0> # /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 0x7f3d3205a570> # /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 0x7f3d3205b080> # /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 0x7f3d3205bbc0> # /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 0x7f3d3205bf80> # /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 0x7f3d32068f20> # /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 0x7f3d320697f0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d333c8470> # /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 0x7f3d3206a270> # /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 0x7f3d31eb8c20> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d3208a900> # 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": true, "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 # 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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 71094 1726886278.53268: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': True, '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-1726886277.977795-71598-241695151731427/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886278.53272: _low_level_execute_command(): starting 71094 1726886278.53275: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886277.977795-71598-241695151731427/ > /dev/null 2>&1 && sleep 0' 71094 1726886278.53277: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886278.53279: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886278.53281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886278.53282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886278.53284: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886278.53286: stderr chunk (state=3): >>>debug2: match not found <<< 71094 1726886278.53288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.53290: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.53291: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886278.53293: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886278.53295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886278.53482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.55341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.55345: stdout chunk (state=3): >>><<< 71094 1726886278.55348: stderr chunk (state=3): >>><<< 71094 1726886278.55351: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886278.55353: handler run complete 71094 1726886278.55358: attempt loop complete, returning result 71094 1726886278.55360: _execute() done 71094 1726886278.55362: dumping result to json 71094 1726886278.55364: done dumping result, returning 71094 1726886278.55366: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-ce07-55d2-00000000008e] 71094 1726886278.55368: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008e ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 71094 1726886278.55962: no more pending results, returning what we have 71094 1726886278.55966: results queue empty 71094 1726886278.55967: checking for any_errors_fatal 71094 1726886278.55972: done checking for any_errors_fatal 71094 1726886278.55973: checking for max_fail_percentage 71094 1726886278.55975: done checking for max_fail_percentage 71094 1726886278.55976: checking to see if all hosts have failed and the running result is not ok 71094 1726886278.55976: done checking to see if all hosts have failed 71094 1726886278.55977: getting the remaining hosts for this loop 71094 1726886278.55979: done getting the remaining hosts for this loop 71094 1726886278.55982: getting the next task for host managed_node1 71094 1726886278.55989: done getting next task for host managed_node1 71094 1726886278.55992: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 71094 1726886278.55996: ^ 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 71094 1726886278.56010: getting variables 71094 1726886278.56012: in VariableManager get_vars() 71094 1726886278.56046: Calling all_inventory to load vars for managed_node1 71094 1726886278.56049: Calling groups_inventory to load vars for managed_node1 71094 1726886278.56051: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886278.56265: Calling all_plugins_play to load vars for managed_node1 71094 1726886278.56268: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886278.56272: Calling groups_plugins_play to load vars for managed_node1 71094 1726886278.56877: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008e 71094 1726886278.56881: WORKER PROCESS EXITING 71094 1726886278.57775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886278.58991: done with get_vars() 71094 1726886278.59014: done getting variables 71094 1726886278.59107: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:37:58 -0400 (0:00:00.684) 0:00:11.820 ****** 71094 1726886278.59144: entering _queue_task() for managed_node1/command 71094 1726886278.59145: Creating lock for command 71094 1726886278.60012: worker is 1 (out of 1 available) 71094 1726886278.60027: exiting _queue_task() for managed_node1/command 71094 1726886278.60042: done queuing things up, now waiting for results queue to drain 71094 1726886278.60043: waiting for pending results... 71094 1726886278.61201: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 71094 1726886278.61363: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000008f 71094 1726886278.61554: variable 'ansible_search_path' from source: unknown 71094 1726886278.61569: variable 'ansible_search_path' from source: unknown 71094 1726886278.61613: calling self._execute() 71094 1726886278.61810: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886278.62061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886278.62064: variable 'omit' from source: magic vars 71094 1726886278.62861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886278.66724: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886278.66814: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886278.66900: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886278.66964: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886278.67015: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886278.67148: 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) 71094 1726886278.67252: 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) 71094 1726886278.67285: 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) 71094 1726886278.67478: 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) 71094 1726886278.67485: 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) 71094 1726886278.67550: Evaluated conditional (storage_udevadm_trigger | d(false)): False 71094 1726886278.67566: when evaluation is False, skipping this task 71094 1726886278.67582: _execute() done 71094 1726886278.67589: dumping result to json 71094 1726886278.67596: done dumping result, returning 71094 1726886278.67608: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-ce07-55d2-00000000008f] 71094 1726886278.67615: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008f skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 71094 1726886278.67928: no more pending results, returning what we have 71094 1726886278.67931: results queue empty 71094 1726886278.67932: checking for any_errors_fatal 71094 1726886278.67941: done checking for any_errors_fatal 71094 1726886278.67942: checking for max_fail_percentage 71094 1726886278.67943: done checking for max_fail_percentage 71094 1726886278.67944: checking to see if all hosts have failed and the running result is not ok 71094 1726886278.67945: done checking to see if all hosts have failed 71094 1726886278.67945: getting the remaining hosts for this loop 71094 1726886278.67954: done getting the remaining hosts for this loop 71094 1726886278.67962: getting the next task for host managed_node1 71094 1726886278.67970: done getting next task for host managed_node1 71094 1726886278.67974: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 71094 1726886278.67977: ^ 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 71094 1726886278.67995: getting variables 71094 1726886278.67996: in VariableManager get_vars() 71094 1726886278.68063: Calling all_inventory to load vars for managed_node1 71094 1726886278.68068: Calling groups_inventory to load vars for managed_node1 71094 1726886278.68071: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886278.68082: Calling all_plugins_play to load vars for managed_node1 71094 1726886278.68084: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886278.68087: Calling groups_plugins_play to load vars for managed_node1 71094 1726886278.68736: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000008f 71094 1726886278.68740: WORKER PROCESS EXITING 71094 1726886278.69361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886278.69943: done with get_vars() 71094 1726886278.69964: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:37:58 -0400 (0:00:00.109) 0:00:11.929 ****** 71094 1726886278.70061: entering _queue_task() for managed_node1/stat 71094 1726886278.70395: worker is 1 (out of 1 available) 71094 1726886278.70407: exiting _queue_task() for managed_node1/stat 71094 1726886278.70424: done queuing things up, now waiting for results queue to drain 71094 1726886278.70425: waiting for pending results... 71094 1726886278.70715: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 71094 1726886278.70890: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000090 71094 1726886278.70915: variable 'ansible_search_path' from source: unknown 71094 1726886278.70925: variable 'ansible_search_path' from source: unknown 71094 1726886278.70968: calling self._execute() 71094 1726886278.71072: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886278.71086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886278.71100: variable 'omit' from source: magic vars 71094 1726886278.71245: variable 'omit' from source: magic vars 71094 1726886278.71326: variable 'omit' from source: magic vars 71094 1726886278.71360: variable 'omit' from source: magic vars 71094 1726886278.71436: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886278.71616: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886278.71662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886278.71666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886278.71684: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886278.71708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886278.71732: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886278.71770: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886278.71780: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886278.71860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886278.71915: Set connection var ansible_connection to ssh 71094 1726886278.72162: Set connection var ansible_pipelining to False 71094 1726886278.72166: Set connection var ansible_timeout to 10 71094 1726886278.72168: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886278.72170: Set connection var ansible_shell_type to sh 71094 1726886278.72173: Set connection var ansible_shell_executable to /bin/sh 71094 1726886278.72175: variable 'ansible_shell_executable' from source: unknown 71094 1726886278.72177: variable 'ansible_connection' from source: unknown 71094 1726886278.72179: variable 'ansible_module_compression' from source: unknown 71094 1726886278.72181: variable 'ansible_shell_type' from source: unknown 71094 1726886278.72183: variable 'ansible_shell_executable' from source: unknown 71094 1726886278.72185: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886278.72186: variable 'ansible_pipelining' from source: unknown 71094 1726886278.72188: variable 'ansible_timeout' from source: unknown 71094 1726886278.72190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886278.72373: 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__) 71094 1726886278.72392: variable 'omit' from source: magic vars 71094 1726886278.72459: starting attempt loop 71094 1726886278.72474: running the handler 71094 1726886278.72491: _low_level_execute_command(): starting 71094 1726886278.72501: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886278.74629: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.74634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886278.75022: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.76553: stdout chunk (state=3): >>>/root <<< 71094 1726886278.76643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.76679: stderr chunk (state=3): >>><<< 71094 1726886278.76688: stdout chunk (state=3): >>><<< 71094 1726886278.76788: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886278.76811: _low_level_execute_command(): starting 71094 1726886278.76879: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826 `" && echo ansible-tmp-1726886278.767985-71634-84777617994826="` echo /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826 `" ) && sleep 0' 71094 1726886278.78097: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886278.78129: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886278.78132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886278.78143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886278.78158: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886278.78346: 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.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886278.78572: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886278.78576: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.80484: stdout chunk (state=3): >>>ansible-tmp-1726886278.767985-71634-84777617994826=/root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826 <<< 71094 1726886278.80546: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.80722: stderr chunk (state=3): >>><<< 71094 1726886278.80726: stdout chunk (state=3): >>><<< 71094 1726886278.80737: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886278.767985-71634-84777617994826=/root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886278.80962: variable 'ansible_module_compression' from source: unknown 71094 1726886278.81262: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 71094 1726886278.81265: variable 'ansible_facts' from source: unknown 71094 1726886278.81360: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/AnsiballZ_stat.py 71094 1726886278.82001: Sending initial data 71094 1726886278.82146: Sent initial data (151 bytes) 71094 1726886278.83358: 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 <<< 71094 1726886278.83363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 71094 1726886278.83366: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found <<< 71094 1726886278.83369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.83600: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.85122: 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 <<< 71094 1726886278.85164: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886278.85212: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmp6eml17cb /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/AnsiballZ_stat.py <<< 71094 1726886278.85216: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/AnsiballZ_stat.py" <<< 71094 1726886278.85288: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmp6eml17cb" to remote "/root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/AnsiballZ_stat.py" <<< 71094 1726886278.86968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.86972: stdout chunk (state=3): >>><<< 71094 1726886278.86975: stderr chunk (state=3): >>><<< 71094 1726886278.86977: done transferring module to remote 71094 1726886278.86979: _low_level_execute_command(): starting 71094 1726886278.86980: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/ /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/AnsiballZ_stat.py && sleep 0' 71094 1726886278.88180: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886278.88330: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886278.88436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886278.88474: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886278.88633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.90379: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886278.90439: stderr chunk (state=3): >>><<< 71094 1726886278.90464: stdout chunk (state=3): >>><<< 71094 1726886278.90486: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886278.90498: _low_level_execute_command(): starting 71094 1726886278.90653: _low_level_execute_command(): using become for this command 71094 1726886278.90659: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zysarokiihjnontgixtdnfczlgaozeqb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/AnsiballZ_stat.py'"'"' && sleep 0' 71094 1726886278.91084: Initial state: awaiting_escalation: BECOME-SUCCESS-zysarokiihjnontgixtdnfczlgaozeqb 71094 1726886278.91826: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886278.91954: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886278.92120: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886278.92271: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886278.95020: stdout chunk (state=1): >>>BECOME-SUCCESS-zysarokiihjnontgixtdnfczlgaozeqb <<< 71094 1726886278.95033: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zysarokiihjnontgixtdnfczlgaozeqb' 71094 1726886278.95361: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886278.95381: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886278.95490: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 71094 1726886278.95494: stdout chunk (state=3): >>>import '_io' # <<< 71094 1726886278.95496: stdout chunk (state=3): >>>import 'marshal' # <<< 71094 1726886278.95520: stdout chunk (state=3): >>>import 'posix' # <<< 71094 1726886278.95548: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 71094 1726886278.95682: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 71094 1726886278.95686: stdout chunk (state=3): >>>import 'codecs' # <<< 71094 1726886278.95723: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886278.95741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 71094 1726886278.95754: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c51103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c50dfa10> <<< 71094 1726886278.95788: 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' <<< 71094 1726886278.95877: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c5112960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 71094 1726886278.95912: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886278.95997: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886278.96026: stdout chunk (state=3): >>>import 'genericpath' # <<< 71094 1726886278.96274: stdout chunk (state=3): >>>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 0x7ff6c4ee4fe0> # /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 0x7ff6c4ee5fd0> <<< 71094 1726886278.96292: stdout chunk (state=3): >>>import 'site' # <<< 71094 1726886278.96324: 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. <<< 71094 1726886278.96545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886278.96559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 71094 1726886278.96583: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 71094 1726886278.96595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.96784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /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 0x7ff6c4f23ec0> # /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' <<< 71094 1726886278.96793: stdout chunk (state=3): >>>import '_operator' # <<< 71094 1726886278.96806: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f23f80> <<< 71094 1726886278.96845: 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' <<< 71094 1726886278.96859: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 71094 1726886278.96908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.96922: stdout chunk (state=3): >>>import 'itertools' # <<< 71094 1726886278.96960: 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 0x7ff6c4f5b860> <<< 71094 1726886278.96978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886278.97074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f5bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f3bb60> import '_functools' # <<< 71094 1726886278.97105: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f392b0> <<< 71094 1726886278.97198: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f21070> <<< 71094 1726886278.97222: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 71094 1726886278.97241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 71094 1726886278.97253: stdout chunk (state=3): >>>import '_sre' # <<< 71094 1726886278.97282: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 71094 1726886278.97373: 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 0x7ff6c4f7f860> <<< 71094 1726886278.97396: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f7e480> <<< 71094 1726886278.97411: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 71094 1726886278.97693: 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 0x7ff6c4f3a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f7cbc0> # /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 0x7ff6c4fb08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f202f0> # /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 0x7ff6c4fb0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb0c50> # 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 0x7ff6c4fb1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f1ee10> # /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 <<< 71094 1726886278.97697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 71094 1726886278.97701: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb1670> <<< 71094 1726886278.97721: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb1370> import 'importlib.machinery' # <<< 71094 1726886278.97757: 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' <<< 71094 1726886278.97894: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb2540> 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 0x7ff6c4fc8740> import 'errno' # <<< 71094 1726886278.97967: 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 0x7ff6c4fc9e80> # /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' <<< 71094 1726886278.98010: 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 0x7ff6c4fcacf0> <<< 71094 1726886278.98059: 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 0x7ff6c4fcb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fca270> <<< 71094 1726886278.98082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 71094 1726886278.98094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 71094 1726886278.98127: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.98140: 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 0x7ff6c4fcbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fcb4d0> <<< 71094 1726886278.98671: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb24b0> # /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 0x7ff6c4d5bc50> # /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 0x7ff6c4d84740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d844a0> # 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 0x7ff6c4d84770> # /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 0x7ff6c4d85070> <<< 71094 1726886278.98745: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886278.98752: 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 0x7ff6c4d85a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d84950> <<< 71094 1726886278.98765: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d59df0> <<< 71094 1726886278.98971: 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 0x7ff6c4d86de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d85b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb2c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886278.98984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886278.99009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 71094 1726886278.99038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886278.99076: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4daf140> <<< 71094 1726886278.99173: 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 <<< 71094 1726886278.99186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886278.99471: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4ddb500> # /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 0x7ff6c4e342f0> # /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 <<< 71094 1726886278.99485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 71094 1726886278.99578: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4e36a50> <<< 71094 1726886278.99646: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4e34410> <<< 71094 1726886278.99773: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4e012e0> # /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 0x7ff6c47293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4dda300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d87d40> <<< 71094 1726886278.99879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff6c4dda900> <<< 71094 1726886279.00037: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_wfd3lysl/ansible_stat_payload.zip' <<< 71094 1726886279.00049: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.00173: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.00201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 71094 1726886279.00375: stdout chunk (state=3): >>># 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 0x7ff6c477f110> import '_typing' # <<< 71094 1726886279.00559: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c475e000> <<< 71094 1726886279.00573: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c475d160> # zipimport: zlib available <<< 71094 1726886279.00597: stdout chunk (state=3): >>>import 'ansible' # <<< 71094 1726886279.00673: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 71094 1726886279.00691: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.02053: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.03164: 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 0x7ff6c477cfe0> <<< 71094 1726886279.03196: 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 <<< 71094 1726886279.03238: 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 <<< 71094 1726886279.03266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff6c47a6b70> <<< 71094 1726886279.03305: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47a6900> <<< 71094 1726886279.03385: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47a6210> # /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' <<< 71094 1726886279.03425: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47a6960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c477fda0> import 'atexit' # <<< 71094 1726886279.03562: 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 0x7ff6c47a7800> <<< 71094 1726886279.03566: 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 0x7ff6c47a7a40> <<< 71094 1726886279.03637: 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 0x7ff6c47a7f50> import 'pwd' # <<< 71094 1726886279.03700: 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' <<< 71094 1726886279.03859: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4615d00> # 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 0x7ff6c4617920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886279.03991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c461c2c0> # /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' <<< 71094 1726886279.03999: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c461d430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886279.04133: 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 0x7ff6c461fef0> # 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 0x7ff6c477fb90> <<< 71094 1726886279.04198: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c461e1b0> # /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 <<< 71094 1726886279.04235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4623ec0> import '_tokenize' # <<< 71094 1726886279.04344: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c46229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4622720> # /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' <<< 71094 1726886279.04393: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4622c60> <<< 71094 1726886279.04423: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c461e6c0> <<< 71094 1726886279.04542: 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 0x7ff6c4667f80> # /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 0x7ff6c46682c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 71094 1726886279.04644: 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' <<< 71094 1726886279.04680: 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 0x7ff6c4669d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4669b50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886279.04748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886279.04940: 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 0x7ff6c466c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c466a420> # /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' <<< 71094 1726886279.04944: 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' # <<< 71094 1726886279.04993: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c466fad0> <<< 71094 1726886279.05029: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c466c4a0> <<< 71094 1726886279.05094: 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 0x7ff6c46708c0> <<< 71094 1726886279.05284: 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 0x7ff6c466d010> # 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 0x7ff6c4670c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4668470> # /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 <<< 71094 1726886279.05312: 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' <<< 71094 1726886279.05372: 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 0x7ff6c46fc3b0> <<< 71094 1726886279.05542: 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 0x7ff6c46fd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4672b40> # 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 0x7ff6c4673ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4672780> # zipimport: zlib available <<< 71094 1726886279.05650: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886279.05959: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 71094 1726886279.05963: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886279.06012: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.06525: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.07054: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886279.07158: 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' # 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 0x7ff6c45017c0> <<< 71094 1726886279.07276: 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 0x7ff6c45025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c46fd790> <<< 71094 1726886279.07388: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 71094 1726886279.07519: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.07813: 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 0x7ff6c45012e0> # zipimport: zlib available <<< 71094 1726886279.08147: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.08588: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.08661: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.08731: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886279.08768: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.08878: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.08896: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886279.08983: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886279.09014: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 71094 1726886279.09030: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09070: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09107: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 71094 1726886279.09126: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09341: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886279.09644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 71094 1726886279.09712: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4503620> <<< 71094 1726886279.09726: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09792: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09885: 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' # <<< 71094 1726886279.09929: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09987: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.09991: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 71094 1726886279.10085: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.10088: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.10138: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.10287: 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 <<< 71094 1726886279.10305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886279.10326: 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 0x7ff6c450e270> <<< 71094 1726886279.10354: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4509850> <<< 71094 1726886279.10461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 71094 1726886279.10464: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886279.10526: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.10558: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.10770: 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' <<< 71094 1726886279.10817: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47fab40> <<< 71094 1726886279.10888: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47e2810> <<< 71094 1726886279.10930: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c450e390> <<< 71094 1726886279.10948: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c46fd9a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 71094 1726886279.10979: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.11071: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886279.11368: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886279.11439: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886279.12768: 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": 253755650, "dev": 51714, "nlink": 1, "atime": 1726886130.5072112, "mtime": 1726886124.1591685, "ctime": 1726886124.1591685, "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": "3790368620", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 71094 1726886279.12790: stdout chunk (state=3): >>># destroy __main__ <<< 71094 1726886279.13207: 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 <<< 71094 1726886279.13275: 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 # 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 <<< 71094 1726886279.13310: 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 # 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 <<< 71094 1726886279.13332: 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 # 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 <<< 71094 1726886279.13481: stdout chunk (state=3): >>># cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # 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 <<< 71094 1726886279.13631: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 71094 1726886279.13635: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 71094 1726886279.13680: stdout chunk (state=3): >>># destroy _bz2 <<< 71094 1726886279.13684: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 71094 1726886279.13689: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 71094 1726886279.13704: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 71094 1726886279.13719: stdout chunk (state=3): >>># destroy ipaddress <<< 71094 1726886279.13878: 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 # 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 <<< 71094 1726886279.13884: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 71094 1726886279.13972: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 71094 1726886279.13976: 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 <<< 71094 1726886279.13993: stdout chunk (state=3): >>># 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 <<< 71094 1726886279.14018: 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 <<< 71094 1726886279.14021: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 71094 1726886279.14036: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 71094 1726886279.14050: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 71094 1726886279.14068: 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 <<< 71094 1726886279.14088: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 71094 1726886279.14172: 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 <<< 71094 1726886279.14234: stdout chunk (state=3): >>># destroy sys.monitoring <<< 71094 1726886279.14246: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 71094 1726886279.14281: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 71094 1726886279.14371: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 71094 1726886279.14503: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 71094 1726886279.14533: stdout chunk (state=3): >>># destroy _operator <<< 71094 1726886279.14537: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 71094 1726886279.14550: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 71094 1726886279.14571: stdout chunk (state=3): >>># clear sys.audit hooks <<< 71094 1726886279.15456: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886279.15464: stdout chunk (state=3): >>><<< 71094 1726886279.15466: stderr chunk (state=3): >>><<< 71094 1726886279.15568: _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 0x7ff6c51103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c50dfa10> # /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 0x7ff6c5112960> 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 0x7ff6c4ee4fe0> # /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 0x7ff6c4ee5fd0> 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 0x7ff6c4f23ec0> # /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 0x7ff6c4f23f80> # /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 0x7ff6c4f5b860> # /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 0x7ff6c4f5bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f3bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f392b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f21070> # /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 0x7ff6c4f7f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f7e480> # /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 0x7ff6c4f3a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f7cbc0> # /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 0x7ff6c4fb08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f202f0> # /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 0x7ff6c4fb0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb0c50> # 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 0x7ff6c4fb1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4f1ee10> # /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 0x7ff6c4fb1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb1370> 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 0x7ff6c4fb2540> 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 0x7ff6c4fc8740> 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 0x7ff6c4fc9e80> # /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 0x7ff6c4fcacf0> # 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 0x7ff6c4fcb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fca270> # /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 0x7ff6c4fcbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fcb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb24b0> # /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 0x7ff6c4d5bc50> # /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 0x7ff6c4d84740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d844a0> # 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 0x7ff6c4d84770> # /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 0x7ff6c4d85070> # 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 0x7ff6c4d85a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d84950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d59df0> # /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 0x7ff6c4d86de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d85b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4fb2c60> # /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 0x7ff6c4daf140> # /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 0x7ff6c4ddb500> # /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 0x7ff6c4e342f0> # /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 0x7ff6c4e36a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4e34410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4e012e0> # /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 0x7ff6c47293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4dda300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4d87d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff6c4dda900> # zipimport: found 30 names in '/tmp/ansible_stat_payload_wfd3lysl/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 0x7ff6c477f110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c475e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c475d160> # 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 0x7ff6c477cfe0> # /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 0x7ff6c47a6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47a6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47a6210> # /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 0x7ff6c47a6960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c477fda0> 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 0x7ff6c47a7800> # 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 0x7ff6c47a7a40> # /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 0x7ff6c47a7f50> 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 0x7ff6c4615d00> # 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 0x7ff6c4617920> # /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 0x7ff6c461c2c0> # /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 0x7ff6c461d430> # /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 0x7ff6c461fef0> # 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 0x7ff6c477fb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c461e1b0> # /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 0x7ff6c4623ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c46229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4622720> # /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 0x7ff6c4622c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c461e6c0> # 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 0x7ff6c4667f80> # /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 0x7ff6c46682c0> # /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 0x7ff6c4669d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4669b50> # /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 0x7ff6c466c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c466a420> # /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 0x7ff6c466fad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c466c4a0> # 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 0x7ff6c46708c0> # 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 0x7ff6c466d010> # 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 0x7ff6c4670c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4668470> # /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 0x7ff6c46fc3b0> # 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 0x7ff6c46fd550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4672b40> # 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 0x7ff6c4673ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4672780> # 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 0x7ff6c45017c0> # /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 0x7ff6c45025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c46fd790> 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 0x7ff6c45012e0> # 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 0x7ff6c4503620> # 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 0x7ff6c450e270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c4509850> 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 0x7ff6c47fab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c47e2810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c450e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff6c46fd9a0> # 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": 253755650, "dev": 51714, "nlink": 1, "atime": 1726886130.5072112, "mtime": 1726886124.1591685, "ctime": 1726886124.1591685, "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": "3790368620", "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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 71094 1726886279.16637: 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-1726886278.767985-71634-84777617994826/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886279.16641: _low_level_execute_command(): starting 71094 1726886279.16644: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886278.767985-71634-84777617994826/ > /dev/null 2>&1 && sleep 0' 71094 1726886279.17469: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886279.17549: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886279.17552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886279.17556: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886279.17559: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address <<< 71094 1726886279.17562: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886279.17564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886279.17917: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886279.18016: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886279.18089: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886279.20025: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886279.20462: stderr chunk (state=3): >>><<< 71094 1726886279.20466: stdout chunk (state=3): >>><<< 71094 1726886279.20470: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886279.20473: handler run complete 71094 1726886279.20475: attempt loop complete, returning result 71094 1726886279.20479: _execute() done 71094 1726886279.20482: dumping result to json 71094 1726886279.20484: done dumping result, returning 71094 1726886279.20488: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-ce07-55d2-000000000090] 71094 1726886279.20490: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000090 ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726886130.5072112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726886124.1591685, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 253755650, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726886124.1591685, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3790368620", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 71094 1726886279.20704: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000090 71094 1726886279.20709: WORKER PROCESS EXITING 71094 1726886279.20824: no more pending results, returning what we have 71094 1726886279.20828: results queue empty 71094 1726886279.20829: checking for any_errors_fatal 71094 1726886279.20837: done checking for any_errors_fatal 71094 1726886279.20837: checking for max_fail_percentage 71094 1726886279.20839: done checking for max_fail_percentage 71094 1726886279.20841: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.20841: done checking to see if all hosts have failed 71094 1726886279.20842: getting the remaining hosts for this loop 71094 1726886279.20844: done getting the remaining hosts for this loop 71094 1726886279.20848: getting the next task for host managed_node1 71094 1726886279.20864: done getting next task for host managed_node1 71094 1726886279.20869: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 71094 1726886279.20872: ^ 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=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 71094 1726886279.20885: getting variables 71094 1726886279.20887: in VariableManager get_vars() 71094 1726886279.20932: Calling all_inventory to load vars for managed_node1 71094 1726886279.20935: Calling groups_inventory to load vars for managed_node1 71094 1726886279.20937: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.20957: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.20960: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.20970: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.22605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.24142: done with get_vars() 71094 1726886279.24165: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:37:59 -0400 (0:00:00.543) 0:00:12.473 ****** 71094 1726886279.24435: entering _queue_task() for managed_node1/lineinfile 71094 1726886279.24437: Creating lock for lineinfile 71094 1726886279.25133: worker is 1 (out of 1 available) 71094 1726886279.25145: exiting _queue_task() for managed_node1/lineinfile 71094 1726886279.25261: done queuing things up, now waiting for results queue to drain 71094 1726886279.25263: waiting for pending results... 71094 1726886279.26173: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 71094 1726886279.26179: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000091 71094 1726886279.26762: variable 'ansible_search_path' from source: unknown 71094 1726886279.26768: variable 'ansible_search_path' from source: unknown 71094 1726886279.26771: calling self._execute() 71094 1726886279.26774: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.26777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.26779: variable 'omit' from source: magic vars 71094 1726886279.27979: variable '__storage_fstab' from source: set_fact 71094 1726886279.28024: Evaluated conditional (__storage_fstab.stat.exists): True 71094 1726886279.28392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886279.28962: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886279.28966: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886279.28968: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886279.29173: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886279.29266: variable 'blivet_output' from source: set_fact 71094 1726886279.29430: Evaluated conditional (blivet_output is changed): False 71094 1726886279.29439: when evaluation is False, skipping this task 71094 1726886279.29446: _execute() done 71094 1726886279.29452: dumping result to json 71094 1726886279.29463: done dumping result, returning 71094 1726886279.29479: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-ce07-55d2-000000000091] 71094 1726886279.29488: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000091 skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 71094 1726886279.29654: no more pending results, returning what we have 71094 1726886279.29661: results queue empty 71094 1726886279.29662: checking for any_errors_fatal 71094 1726886279.29671: done checking for any_errors_fatal 71094 1726886279.29671: checking for max_fail_percentage 71094 1726886279.29673: done checking for max_fail_percentage 71094 1726886279.29674: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.29674: done checking to see if all hosts have failed 71094 1726886279.29675: getting the remaining hosts for this loop 71094 1726886279.29677: done getting the remaining hosts for this loop 71094 1726886279.29681: getting the next task for host managed_node1 71094 1726886279.29689: done getting next task for host managed_node1 71094 1726886279.29693: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 71094 1726886279.29697: ^ 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=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 71094 1726886279.29717: getting variables 71094 1726886279.29719: in VariableManager get_vars() 71094 1726886279.29758: Calling all_inventory to load vars for managed_node1 71094 1726886279.29760: Calling groups_inventory to load vars for managed_node1 71094 1726886279.29763: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.29774: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.29777: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.29781: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.30302: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000091 71094 1726886279.30306: WORKER PROCESS EXITING 71094 1726886279.31205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.32736: done with get_vars() 71094 1726886279.32760: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:37:59 -0400 (0:00:00.085) 0:00:12.558 ****** 71094 1726886279.32981: entering _queue_task() for managed_node1/systemd 71094 1726886279.33675: worker is 1 (out of 1 available) 71094 1726886279.33689: exiting _queue_task() for managed_node1/systemd 71094 1726886279.33819: done queuing things up, now waiting for results queue to drain 71094 1726886279.33822: waiting for pending results... 71094 1726886279.34338: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 71094 1726886279.35063: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000093 71094 1726886279.35067: variable 'ansible_search_path' from source: unknown 71094 1726886279.35070: variable 'ansible_search_path' from source: unknown 71094 1726886279.35073: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886279.35574: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886279.35863: dumping result to json 71094 1726886279.35969: done dumping result, returning 71094 1726886279.35978: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-ce07-55d2-000000000093] 71094 1726886279.35984: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000093 71094 1726886279.36082: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000093 71094 1726886279.36085: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886279.36151: no more pending results, returning what we have 71094 1726886279.36158: results queue empty 71094 1726886279.36160: checking for any_errors_fatal 71094 1726886279.36169: done checking for any_errors_fatal 71094 1726886279.36170: checking for max_fail_percentage 71094 1726886279.36172: done checking for max_fail_percentage 71094 1726886279.36172: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.36173: done checking to see if all hosts have failed 71094 1726886279.36174: getting the remaining hosts for this loop 71094 1726886279.36176: done getting the remaining hosts for this loop 71094 1726886279.36180: getting the next task for host managed_node1 71094 1726886279.36192: done getting next task for host managed_node1 71094 1726886279.36196: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 71094 1726886279.36200: ^ 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 71094 1726886279.36219: getting variables 71094 1726886279.36221: in VariableManager get_vars() 71094 1726886279.36377: Calling all_inventory to load vars for managed_node1 71094 1726886279.36381: Calling groups_inventory to load vars for managed_node1 71094 1726886279.36383: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.36395: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.36399: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.36401: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.37572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.38819: done with get_vars() 71094 1726886279.38958: done getting variables 71094 1726886279.39026: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:37:59 -0400 (0:00:00.061) 0:00:12.620 ****** 71094 1726886279.39178: entering _queue_task() for managed_node1/debug 71094 1726886279.40047: worker is 1 (out of 1 available) 71094 1726886279.40060: exiting _queue_task() for managed_node1/debug 71094 1726886279.40071: done queuing things up, now waiting for results queue to drain 71094 1726886279.40072: waiting for pending results... 71094 1726886279.40594: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output 71094 1726886279.40724: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000095 71094 1726886279.40816: variable 'ansible_search_path' from source: unknown 71094 1726886279.40823: variable 'ansible_search_path' from source: unknown 71094 1726886279.41019: calling self._execute() 71094 1726886279.41082: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.41137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.41152: variable 'omit' from source: magic vars 71094 1726886279.41565: variable 'omit' from source: magic vars 71094 1726886279.41568: variable 'omit' from source: magic vars 71094 1726886279.41689: variable 'omit' from source: magic vars 71094 1726886279.41739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886279.41870: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886279.41901: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886279.41926: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886279.42015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886279.42037: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886279.42062: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886279.42096: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886279.42325: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.42328: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.42662: Set connection var ansible_connection to ssh 71094 1726886279.42666: Set connection var ansible_pipelining to False 71094 1726886279.42668: Set connection var ansible_timeout to 10 71094 1726886279.42670: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886279.42673: Set connection var ansible_shell_type to sh 71094 1726886279.42675: Set connection var ansible_shell_executable to /bin/sh 71094 1726886279.42676: variable 'ansible_shell_executable' from source: unknown 71094 1726886279.42678: variable 'ansible_connection' from source: unknown 71094 1726886279.42681: variable 'ansible_module_compression' from source: unknown 71094 1726886279.42683: variable 'ansible_shell_type' from source: unknown 71094 1726886279.42685: variable 'ansible_shell_executable' from source: unknown 71094 1726886279.42687: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.42770: variable 'ansible_pipelining' from source: unknown 71094 1726886279.42773: variable 'ansible_timeout' from source: unknown 71094 1726886279.42776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.42997: 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) 71094 1726886279.43018: variable 'omit' from source: magic vars 71094 1726886279.43029: starting attempt loop 71094 1726886279.43035: running the handler 71094 1726886279.43162: variable 'blivet_output' from source: set_fact 71094 1726886279.43546: variable 'blivet_output' from source: set_fact 71094 1726886279.43726: handler run complete 71094 1726886279.43789: attempt loop complete, returning result 71094 1726886279.43863: _execute() done 71094 1726886279.43871: dumping result to json 71094 1726886279.43878: done dumping result, returning 71094 1726886279.43890: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-ce07-55d2-000000000095] 71094 1726886279.43899: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000095 ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } 71094 1726886279.44145: no more pending results, returning what we have 71094 1726886279.44148: results queue empty 71094 1726886279.44149: checking for any_errors_fatal 71094 1726886279.44158: done checking for any_errors_fatal 71094 1726886279.44158: checking for max_fail_percentage 71094 1726886279.44160: done checking for max_fail_percentage 71094 1726886279.44161: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.44162: done checking to see if all hosts have failed 71094 1726886279.44162: getting the remaining hosts for this loop 71094 1726886279.44165: done getting the remaining hosts for this loop 71094 1726886279.44168: getting the next task for host managed_node1 71094 1726886279.44177: done getting next task for host managed_node1 71094 1726886279.44181: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 71094 1726886279.44185: ^ 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 71094 1726886279.44196: getting variables 71094 1726886279.44197: in VariableManager get_vars() 71094 1726886279.44238: Calling all_inventory to load vars for managed_node1 71094 1726886279.44241: Calling groups_inventory to load vars for managed_node1 71094 1726886279.44243: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.44254: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.44463: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.44468: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.45364: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000095 71094 1726886279.45368: WORKER PROCESS EXITING 71094 1726886279.45789: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.46964: done with get_vars() 71094 1726886279.46985: done getting variables 71094 1726886279.47047: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:37:59 -0400 (0:00:00.079) 0:00:12.699 ****** 71094 1726886279.47091: entering _queue_task() for managed_node1/set_fact 71094 1726886279.47823: worker is 1 (out of 1 available) 71094 1726886279.47836: exiting _queue_task() for managed_node1/set_fact 71094 1726886279.47849: done queuing things up, now waiting for results queue to drain 71094 1726886279.47850: waiting for pending results... 71094 1726886279.48479: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 71094 1726886279.48974: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000096 71094 1726886279.48979: variable 'ansible_search_path' from source: unknown 71094 1726886279.48982: variable 'ansible_search_path' from source: unknown 71094 1726886279.48985: calling self._execute() 71094 1726886279.49214: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.49229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.49243: variable 'omit' from source: magic vars 71094 1726886279.49433: variable 'omit' from source: magic vars 71094 1726886279.49577: variable 'omit' from source: magic vars 71094 1726886279.50033: variable 'blivet_output' from source: set_fact 71094 1726886279.50261: variable 'omit' from source: magic vars 71094 1726886279.50265: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886279.50419: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886279.50445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886279.50468: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886279.50483: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886279.50506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886279.50529: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886279.50636: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886279.50645: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.50652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.50892: Set connection var ansible_connection to ssh 71094 1726886279.50942: Set connection var ansible_pipelining to False 71094 1726886279.50958: Set connection var ansible_timeout to 10 71094 1726886279.50970: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886279.50977: Set connection var ansible_shell_type to sh 71094 1726886279.51060: Set connection var ansible_shell_executable to /bin/sh 71094 1726886279.51085: variable 'ansible_shell_executable' from source: unknown 71094 1726886279.51094: variable 'ansible_connection' from source: unknown 71094 1726886279.51100: variable 'ansible_module_compression' from source: unknown 71094 1726886279.51106: variable 'ansible_shell_type' from source: unknown 71094 1726886279.51115: variable 'ansible_shell_executable' from source: unknown 71094 1726886279.51157: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.51166: variable 'ansible_pipelining' from source: unknown 71094 1726886279.51173: variable 'ansible_timeout' from source: unknown 71094 1726886279.51180: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.51447: 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) 71094 1726886279.51694: variable 'omit' from source: magic vars 71094 1726886279.51697: starting attempt loop 71094 1726886279.51700: running the handler 71094 1726886279.51703: handler run complete 71094 1726886279.51705: attempt loop complete, returning result 71094 1726886279.51707: _execute() done 71094 1726886279.51711: dumping result to json 71094 1726886279.51713: done dumping result, returning 71094 1726886279.51716: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-ce07-55d2-000000000096] 71094 1726886279.51718: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000096 71094 1726886279.51787: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000096 71094 1726886279.51791: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 71094 1726886279.52032: no more pending results, returning what we have 71094 1726886279.52036: results queue empty 71094 1726886279.52036: checking for any_errors_fatal 71094 1726886279.52045: done checking for any_errors_fatal 71094 1726886279.52045: checking for max_fail_percentage 71094 1726886279.52047: done checking for max_fail_percentage 71094 1726886279.52048: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.52049: done checking to see if all hosts have failed 71094 1726886279.52049: getting the remaining hosts for this loop 71094 1726886279.52051: done getting the remaining hosts for this loop 71094 1726886279.52057: getting the next task for host managed_node1 71094 1726886279.52065: done getting next task for host managed_node1 71094 1726886279.52068: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 71094 1726886279.52073: ^ 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 71094 1726886279.52084: getting variables 71094 1726886279.52085: in VariableManager get_vars() 71094 1726886279.52124: Calling all_inventory to load vars for managed_node1 71094 1726886279.52127: Calling groups_inventory to load vars for managed_node1 71094 1726886279.52130: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.52140: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.52143: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.52147: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.53557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.54752: done with get_vars() 71094 1726886279.54776: done getting variables 71094 1726886279.54839: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:37:59 -0400 (0:00:00.079) 0:00:12.779 ****** 71094 1726886279.55087: entering _queue_task() for managed_node1/set_fact 71094 1726886279.55628: worker is 1 (out of 1 available) 71094 1726886279.55640: exiting _queue_task() for managed_node1/set_fact 71094 1726886279.55651: done queuing things up, now waiting for results queue to drain 71094 1726886279.55652: waiting for pending results... 71094 1726886279.56293: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 71094 1726886279.56413: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000097 71094 1726886279.56478: variable 'ansible_search_path' from source: unknown 71094 1726886279.56486: variable 'ansible_search_path' from source: unknown 71094 1726886279.56717: calling self._execute() 71094 1726886279.56840: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.56934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.56938: variable 'omit' from source: magic vars 71094 1726886279.57086: variable 'omit' from source: magic vars 71094 1726886279.57370: variable 'omit' from source: magic vars 71094 1726886279.57687: variable 'blivet_output' from source: set_fact 71094 1726886279.57753: variable 'omit' from source: magic vars 71094 1726886279.57925: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886279.57969: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886279.57998: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886279.58024: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886279.58115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886279.58137: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886279.58160: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886279.58238: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886279.58360: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.58363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.58572: Set connection var ansible_connection to ssh 71094 1726886279.58581: Set connection var ansible_pipelining to False 71094 1726886279.58591: Set connection var ansible_timeout to 10 71094 1726886279.58599: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886279.58604: Set connection var ansible_shell_type to sh 71094 1726886279.58613: Set connection var ansible_shell_executable to /bin/sh 71094 1726886279.58861: variable 'ansible_shell_executable' from source: unknown 71094 1726886279.58865: variable 'ansible_connection' from source: unknown 71094 1726886279.58867: variable 'ansible_module_compression' from source: unknown 71094 1726886279.58869: variable 'ansible_shell_type' from source: unknown 71094 1726886279.58872: variable 'ansible_shell_executable' from source: unknown 71094 1726886279.58874: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.58876: variable 'ansible_pipelining' from source: unknown 71094 1726886279.58878: variable 'ansible_timeout' from source: unknown 71094 1726886279.58880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.59027: 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) 71094 1726886279.59092: variable 'omit' from source: magic vars 71094 1726886279.59103: starting attempt loop 71094 1726886279.59113: running the handler 71094 1726886279.59131: handler run complete 71094 1726886279.59144: attempt loop complete, returning result 71094 1726886279.59191: _execute() done 71094 1726886279.59198: dumping result to json 71094 1726886279.59203: done dumping result, returning 71094 1726886279.59219: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-ce07-55d2-000000000097] 71094 1726886279.59227: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000097 ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 71094 1726886279.59476: no more pending results, returning what we have 71094 1726886279.59480: results queue empty 71094 1726886279.59481: checking for any_errors_fatal 71094 1726886279.59487: done checking for any_errors_fatal 71094 1726886279.59488: checking for max_fail_percentage 71094 1726886279.59489: done checking for max_fail_percentage 71094 1726886279.59490: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.59491: done checking to see if all hosts have failed 71094 1726886279.59492: getting the remaining hosts for this loop 71094 1726886279.59494: done getting the remaining hosts for this loop 71094 1726886279.59497: getting the next task for host managed_node1 71094 1726886279.59506: done getting next task for host managed_node1 71094 1726886279.59513: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 71094 1726886279.59518: ^ 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=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 71094 1726886279.59530: getting variables 71094 1726886279.59531: in VariableManager get_vars() 71094 1726886279.59873: Calling all_inventory to load vars for managed_node1 71094 1726886279.59876: Calling groups_inventory to load vars for managed_node1 71094 1726886279.59879: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.59889: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.59892: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.59896: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.60628: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000097 71094 1726886279.60632: WORKER PROCESS EXITING 71094 1726886279.61707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.62885: done with get_vars() 71094 1726886279.62907: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:37:59 -0400 (0:00:00.079) 0:00:12.858 ****** 71094 1726886279.63004: entering _queue_task() for managed_node1/mount 71094 1726886279.63006: Creating lock for mount 71094 1726886279.63774: worker is 1 (out of 1 available) 71094 1726886279.63788: exiting _queue_task() for managed_node1/mount 71094 1726886279.63800: done queuing things up, now waiting for results queue to drain 71094 1726886279.63802: waiting for pending results... 71094 1726886279.64425: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 71094 1726886279.64975: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000098 71094 1726886279.64995: variable 'ansible_search_path' from source: unknown 71094 1726886279.65003: variable 'ansible_search_path' from source: unknown 71094 1726886279.65471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886279.69244: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886279.69392: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886279.69646: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886279.69962: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886279.69966: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886279.70120: 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) 71094 1726886279.70159: 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) 71094 1726886279.70203: 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) 71094 1726886279.70283: 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) 71094 1726886279.70307: 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) 71094 1726886279.70365: 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) 71094 1726886279.70399: 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) 71094 1726886279.70511: 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) 71094 1726886279.70516: 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) 71094 1726886279.70519: 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) 71094 1726886279.70662: variable 'blivet_output' from source: set_fact 71094 1726886279.70739: dumping result to json 71094 1726886279.70747: done dumping result, returning 71094 1726886279.70763: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-ce07-55d2-000000000098] 71094 1726886279.70773: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000098 71094 1726886279.71062: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000098 71094 1726886279.71066: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886279.71135: no more pending results, returning what we have 71094 1726886279.71140: results queue empty 71094 1726886279.71140: checking for any_errors_fatal 71094 1726886279.71151: done checking for any_errors_fatal 71094 1726886279.71151: checking for max_fail_percentage 71094 1726886279.71153: done checking for max_fail_percentage 71094 1726886279.71154: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.71157: done checking to see if all hosts have failed 71094 1726886279.71158: getting the remaining hosts for this loop 71094 1726886279.71160: done getting the remaining hosts for this loop 71094 1726886279.71164: getting the next task for host managed_node1 71094 1726886279.71172: done getting next task for host managed_node1 71094 1726886279.71177: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 71094 1726886279.71181: ^ 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=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 71094 1726886279.71195: getting variables 71094 1726886279.71197: in VariableManager get_vars() 71094 1726886279.71238: Calling all_inventory to load vars for managed_node1 71094 1726886279.71241: Calling groups_inventory to load vars for managed_node1 71094 1726886279.71244: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.71457: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.71464: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.71468: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.72611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.73215: done with get_vars() 71094 1726886279.73233: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:37:59 -0400 (0:00:00.103) 0:00:12.962 ****** 71094 1726886279.73333: entering _queue_task() for managed_node1/systemd 71094 1726886279.73661: worker is 1 (out of 1 available) 71094 1726886279.73671: exiting _queue_task() for managed_node1/systemd 71094 1726886279.73682: done queuing things up, now waiting for results queue to drain 71094 1726886279.73683: waiting for pending results... 71094 1726886279.74074: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 71094 1726886279.74110: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000009a 71094 1726886279.74129: variable 'ansible_search_path' from source: unknown 71094 1726886279.74137: variable 'ansible_search_path' from source: unknown 71094 1726886279.74180: calling self._execute() 71094 1726886279.74267: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.74282: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.74294: variable 'omit' from source: magic vars 71094 1726886279.74660: variable 'blivet_output' from source: set_fact 71094 1726886279.74681: Evaluated conditional (blivet_output['mounts']): False 71094 1726886279.74688: when evaluation is False, skipping this task 71094 1726886279.74695: _execute() done 71094 1726886279.74701: dumping result to json 71094 1726886279.74715: done dumping result, returning 71094 1726886279.74727: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-ce07-55d2-00000000009a] 71094 1726886279.74736: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009a 71094 1726886279.74962: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009a 71094 1726886279.74966: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 71094 1726886279.75018: no more pending results, returning what we have 71094 1726886279.75022: results queue empty 71094 1726886279.75023: checking for any_errors_fatal 71094 1726886279.75032: done checking for any_errors_fatal 71094 1726886279.75033: checking for max_fail_percentage 71094 1726886279.75035: done checking for max_fail_percentage 71094 1726886279.75036: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.75037: done checking to see if all hosts have failed 71094 1726886279.75038: getting the remaining hosts for this loop 71094 1726886279.75039: done getting the remaining hosts for this loop 71094 1726886279.75043: getting the next task for host managed_node1 71094 1726886279.75052: done getting next task for host managed_node1 71094 1726886279.75058: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 71094 1726886279.75063: ^ 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=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 71094 1726886279.75078: getting variables 71094 1726886279.75080: in VariableManager get_vars() 71094 1726886279.75121: Calling all_inventory to load vars for managed_node1 71094 1726886279.75124: Calling groups_inventory to load vars for managed_node1 71094 1726886279.75127: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.75139: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.75142: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.75145: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.75854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.76436: done with get_vars() 71094 1726886279.76452: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:37:59 -0400 (0:00:00.032) 0:00:12.994 ****** 71094 1726886279.76557: entering _queue_task() for managed_node1/mount 71094 1726886279.76890: worker is 1 (out of 1 available) 71094 1726886279.76902: exiting _queue_task() for managed_node1/mount 71094 1726886279.76918: done queuing things up, now waiting for results queue to drain 71094 1726886279.76920: waiting for pending results... 71094 1726886279.77275: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 71094 1726886279.77363: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000009b 71094 1726886279.77386: variable 'ansible_search_path' from source: unknown 71094 1726886279.77393: variable 'ansible_search_path' from source: unknown 71094 1726886279.77806: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886279.81231: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886279.81444: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886279.81490: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886279.81531: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886279.81690: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886279.81789: 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) 71094 1726886279.81894: 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) 71094 1726886279.81925: 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) 71094 1726886279.82029: 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) 71094 1726886279.82047: 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) 71094 1726886279.82142: 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) 71094 1726886279.82227: 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) 71094 1726886279.82285: 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) 71094 1726886279.82525: 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) 71094 1726886279.82529: 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) 71094 1726886279.82532: 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) 71094 1726886279.82648: 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) 71094 1726886279.82678: 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) 71094 1726886279.82720: 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) 71094 1726886279.82829: 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) 71094 1726886279.82994: variable 'blivet_output' from source: set_fact 71094 1726886279.83060: dumping result to json 71094 1726886279.83072: done dumping result, returning 71094 1726886279.83084: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-ce07-55d2-00000000009b] 71094 1726886279.83092: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009b skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886279.83351: no more pending results, returning what we have 71094 1726886279.83357: results queue empty 71094 1726886279.83358: checking for any_errors_fatal 71094 1726886279.83364: done checking for any_errors_fatal 71094 1726886279.83365: checking for max_fail_percentage 71094 1726886279.83367: done checking for max_fail_percentage 71094 1726886279.83367: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.83368: done checking to see if all hosts have failed 71094 1726886279.83369: getting the remaining hosts for this loop 71094 1726886279.83371: done getting the remaining hosts for this loop 71094 1726886279.83374: getting the next task for host managed_node1 71094 1726886279.83382: done getting next task for host managed_node1 71094 1726886279.83387: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 71094 1726886279.83391: ^ 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=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 71094 1726886279.83405: getting variables 71094 1726886279.83406: in VariableManager get_vars() 71094 1726886279.83446: Calling all_inventory to load vars for managed_node1 71094 1726886279.83449: Calling groups_inventory to load vars for managed_node1 71094 1726886279.83451: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.83663: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.83667: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.83670: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.84349: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009b 71094 1726886279.84353: WORKER PROCESS EXITING 71094 1726886279.84381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.85528: done with get_vars() 71094 1726886279.85547: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:37:59 -0400 (0:00:00.090) 0:00:13.085 ****** 71094 1726886279.85652: entering _queue_task() for managed_node1/file 71094 1726886279.86394: worker is 1 (out of 1 available) 71094 1726886279.86406: exiting _queue_task() for managed_node1/file 71094 1726886279.86421: done queuing things up, now waiting for results queue to drain 71094 1726886279.86422: waiting for pending results... 71094 1726886279.86937: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 71094 1726886279.87364: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000009d 71094 1726886279.87368: variable 'ansible_search_path' from source: unknown 71094 1726886279.87371: variable 'ansible_search_path' from source: unknown 71094 1726886279.87998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886279.92200: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886279.92338: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886279.92498: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886279.92539: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886279.92574: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886279.92742: 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) 71094 1726886279.93061: 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) 71094 1726886279.93064: 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) 71094 1726886279.93068: 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) 71094 1726886279.93070: 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) 71094 1726886279.93073: 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) 71094 1726886279.93075: 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) 71094 1726886279.93077: 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) 71094 1726886279.93295: 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) 71094 1726886279.93316: 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) 71094 1726886279.93379: 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) 71094 1726886279.93660: 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) 71094 1726886279.93663: 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) 71094 1726886279.93666: 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) 71094 1726886279.93669: 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) 71094 1726886279.94060: variable 'blivet_output' from source: set_fact 71094 1726886279.94079: dumping result to json 71094 1726886279.94082: done dumping result, returning 71094 1726886279.94090: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-ce07-55d2-00000000009d] 71094 1726886279.94093: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009d 71094 1726886279.94197: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009d 71094 1726886279.94200: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886279.94248: no more pending results, returning what we have 71094 1726886279.94251: results queue empty 71094 1726886279.94252: checking for any_errors_fatal 71094 1726886279.94262: done checking for any_errors_fatal 71094 1726886279.94263: checking for max_fail_percentage 71094 1726886279.94265: done checking for max_fail_percentage 71094 1726886279.94266: checking to see if all hosts have failed and the running result is not ok 71094 1726886279.94266: done checking to see if all hosts have failed 71094 1726886279.94267: getting the remaining hosts for this loop 71094 1726886279.94269: done getting the remaining hosts for this loop 71094 1726886279.94272: getting the next task for host managed_node1 71094 1726886279.94280: done getting next task for host managed_node1 71094 1726886279.94284: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 71094 1726886279.94288: ^ 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=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 71094 1726886279.94302: getting variables 71094 1726886279.94304: in VariableManager get_vars() 71094 1726886279.94344: Calling all_inventory to load vars for managed_node1 71094 1726886279.94347: Calling groups_inventory to load vars for managed_node1 71094 1726886279.94349: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886279.94662: Calling all_plugins_play to load vars for managed_node1 71094 1726886279.94666: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886279.94670: Calling groups_plugins_play to load vars for managed_node1 71094 1726886279.95484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886279.96927: done with get_vars() 71094 1726886279.96945: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:37:59 -0400 (0:00:00.116) 0:00:13.202 ****** 71094 1726886279.97324: entering _queue_task() for managed_node1/systemd 71094 1726886279.98015: worker is 1 (out of 1 available) 71094 1726886279.98030: exiting _queue_task() for managed_node1/systemd 71094 1726886279.98042: done queuing things up, now waiting for results queue to drain 71094 1726886279.98043: waiting for pending results... 71094 1726886279.98633: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 71094 1726886279.98901: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000009f 71094 1726886279.99154: variable 'ansible_search_path' from source: unknown 71094 1726886279.99161: variable 'ansible_search_path' from source: unknown 71094 1726886279.99165: calling self._execute() 71094 1726886279.99306: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886279.99322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886279.99336: variable 'omit' from source: magic vars 71094 1726886280.00201: variable 'blivet_output' from source: set_fact 71094 1726886280.00227: Evaluated conditional (blivet_output['mounts']): False 71094 1726886280.00237: when evaluation is False, skipping this task 71094 1726886280.00246: _execute() done 71094 1726886280.00253: dumping result to json 71094 1726886280.00264: done dumping result, returning 71094 1726886280.00279: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-ce07-55d2-00000000009f] 71094 1726886280.00511: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009f 71094 1726886280.00598: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000009f 71094 1726886280.00602: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 71094 1726886280.00665: no more pending results, returning what we have 71094 1726886280.00669: results queue empty 71094 1726886280.00670: checking for any_errors_fatal 71094 1726886280.00679: done checking for any_errors_fatal 71094 1726886280.00680: checking for max_fail_percentage 71094 1726886280.00682: done checking for max_fail_percentage 71094 1726886280.00682: checking to see if all hosts have failed and the running result is not ok 71094 1726886280.00683: done checking to see if all hosts have failed 71094 1726886280.00684: getting the remaining hosts for this loop 71094 1726886280.00685: done getting the remaining hosts for this loop 71094 1726886280.00688: getting the next task for host managed_node1 71094 1726886280.00696: done getting next task for host managed_node1 71094 1726886280.00700: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 71094 1726886280.00705: ^ 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=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 71094 1726886280.00834: getting variables 71094 1726886280.00835: in VariableManager get_vars() 71094 1726886280.00874: Calling all_inventory to load vars for managed_node1 71094 1726886280.00878: Calling groups_inventory to load vars for managed_node1 71094 1726886280.00881: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886280.00892: Calling all_plugins_play to load vars for managed_node1 71094 1726886280.00895: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886280.00899: Calling groups_plugins_play to load vars for managed_node1 71094 1726886280.02239: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886280.03534: done with get_vars() 71094 1726886280.03554: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:38:00 -0400 (0:00:00.065) 0:00:13.267 ****** 71094 1726886280.03867: entering _queue_task() for managed_node1/stat 71094 1726886280.04616: worker is 1 (out of 1 available) 71094 1726886280.04628: exiting _queue_task() for managed_node1/stat 71094 1726886280.04639: done queuing things up, now waiting for results queue to drain 71094 1726886280.04641: waiting for pending results... 71094 1726886280.05372: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 71094 1726886280.05762: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000000a0 71094 1726886280.05766: variable 'ansible_search_path' from source: unknown 71094 1726886280.05768: variable 'ansible_search_path' from source: unknown 71094 1726886280.05770: calling self._execute() 71094 1726886280.05773: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886280.05775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886280.05777: variable 'omit' from source: magic vars 71094 1726886280.06161: variable 'omit' from source: magic vars 71094 1726886280.06164: variable 'omit' from source: magic vars 71094 1726886280.06166: variable 'omit' from source: magic vars 71094 1726886280.06169: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886280.06561: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886280.06565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886280.06568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886280.06570: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886280.06572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886280.06574: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886280.06576: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886280.06579: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886280.06580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886280.06807: Set connection var ansible_connection to ssh 71094 1726886280.06818: Set connection var ansible_pipelining to False 71094 1726886280.06830: Set connection var ansible_timeout to 10 71094 1726886280.06840: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886280.06846: Set connection var ansible_shell_type to sh 71094 1726886280.06854: Set connection var ansible_shell_executable to /bin/sh 71094 1726886280.06887: variable 'ansible_shell_executable' from source: unknown 71094 1726886280.06894: variable 'ansible_connection' from source: unknown 71094 1726886280.06900: variable 'ansible_module_compression' from source: unknown 71094 1726886280.06907: variable 'ansible_shell_type' from source: unknown 71094 1726886280.06913: variable 'ansible_shell_executable' from source: unknown 71094 1726886280.06974: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886280.06982: variable 'ansible_pipelining' from source: unknown 71094 1726886280.06990: variable 'ansible_timeout' from source: unknown 71094 1726886280.06997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886280.07198: 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__) 71094 1726886280.07374: variable 'omit' from source: magic vars 71094 1726886280.07384: starting attempt loop 71094 1726886280.07391: running the handler 71094 1726886280.07409: _low_level_execute_command(): starting 71094 1726886280.07421: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886280.08828: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886280.08849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.09048: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.09065: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886280.09128: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.09372: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.10914: stdout chunk (state=3): >>>/root <<< 71094 1726886280.11008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.11049: stderr chunk (state=3): >>><<< 71094 1726886280.11225: stdout chunk (state=3): >>><<< 71094 1726886280.11325: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886280.11329: _low_level_execute_command(): starting 71094 1726886280.11333: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342 `" && echo ansible-tmp-1726886280.1125355-71710-176631375935342="` echo /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342 `" ) && sleep 0' 71094 1726886280.12684: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 71094 1726886280.12787: 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.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.12983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.13038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.15006: stdout chunk (state=3): >>>ansible-tmp-1726886280.1125355-71710-176631375935342=/root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342 <<< 71094 1726886280.15061: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.15262: stderr chunk (state=3): >>><<< 71094 1726886280.15266: stdout chunk (state=3): >>><<< 71094 1726886280.15269: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886280.1125355-71710-176631375935342=/root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886280.15272: variable 'ansible_module_compression' from source: unknown 71094 1726886280.15520: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 71094 1726886280.15630: variable 'ansible_facts' from source: unknown 71094 1726886280.15675: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/AnsiballZ_stat.py 71094 1726886280.15977: Sending initial data 71094 1726886280.16071: Sent initial data (153 bytes) 71094 1726886280.16903: 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 <<< 71094 1726886280.16919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886280.16936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.16992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.17004: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.17072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.18792: 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 <<< 71094 1726886280.19038: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886280.19099: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmp53_y8ugk /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/AnsiballZ_stat.py <<< 71094 1726886280.19112: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/AnsiballZ_stat.py" <<< 71094 1726886280.19160: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmp53_y8ugk" to remote "/root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/AnsiballZ_stat.py" <<< 71094 1726886280.20350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.20433: stderr chunk (state=3): >>><<< 71094 1726886280.20563: stdout chunk (state=3): >>><<< 71094 1726886280.20568: done transferring module to remote 71094 1726886280.20570: _low_level_execute_command(): starting 71094 1726886280.20573: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/ /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/AnsiballZ_stat.py && sleep 0' 71094 1726886280.21372: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.21411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.21431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886280.21469: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.21541: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.23454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.23613: stdout chunk (state=3): >>><<< 71094 1726886280.23617: stderr chunk (state=3): >>><<< 71094 1726886280.23619: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886280.23628: _low_level_execute_command(): starting 71094 1726886280.23630: _low_level_execute_command(): using become for this command 71094 1726886280.23632: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xhgwtfdfofdpxbddixylirabyndniimc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/AnsiballZ_stat.py'"'"' && sleep 0' 71094 1726886280.23850: Initial state: awaiting_escalation: BECOME-SUCCESS-xhgwtfdfofdpxbddixylirabyndniimc 71094 1726886280.24242: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886280.24412: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886280.24466: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.24524: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.27612: stdout chunk (state=1): >>>BECOME-SUCCESS-xhgwtfdfofdpxbddixylirabyndniimc <<< 71094 1726886280.27619: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xhgwtfdfofdpxbddixylirabyndniimc' 71094 1726886280.27890: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 71094 1726886280.27927: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 71094 1726886280.28052: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 71094 1726886280.28058: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 71094 1726886280.28232: 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' <<< 71094 1726886280.28279: stdout chunk (state=3): >>>import '_codecs' # <<< 71094 1726886280.28282: stdout chunk (state=3): >>>import 'codecs' # <<< 71094 1726886280.28285: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886280.28287: 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 0x7f0eb88183e0> <<< 71094 1726886280.28345: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb87e7a10> # /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 0x7f0eb881a960> import '_signal' # import '_abc' # <<< 71094 1726886280.28349: stdout chunk (state=3): >>>import 'abc' # <<< 71094 1726886280.28351: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886280.28392: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886280.28757: 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' # /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 0x7f0eb85e8fe0> # /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 0x7f0eb85e9fd0> 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. <<< 71094 1726886280.29030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886280.29033: 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 <<< 71094 1726886280.29053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886280.29072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 71094 1726886280.29097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 71094 1726886280.29136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 71094 1726886280.29184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8627e90> <<< 71094 1726886280.29187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 71094 1726886280.29213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 71094 1726886280.29253: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8627f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886280.29310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 71094 1726886280.29313: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 71094 1726886280.29427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886280.29431: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 71094 1726886280.29568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb865f8c0> # /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 0x7f0eb865ff50> <<< 71094 1726886280.29571: stdout chunk (state=3): >>>import '_collections' # <<< 71094 1726886280.29612: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb863fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb863d280> <<< 71094 1726886280.29657: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8625040> <<< 71094 1726886280.29695: 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' # <<< 71094 1726886280.29766: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 71094 1726886280.30032: 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 0x7f0eb86837d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86823f0> # /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 0x7f0eb863e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8680c50> # /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 0x7f0eb86b4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86242c0> <<< 71094 1726886280.30036: 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' <<< 71094 1726886280.30089: 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 0x7f0eb86b4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b4b90> # 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 0x7f0eb86b4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8622de0> <<< 71094 1726886280.30108: 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 <<< 71094 1726886280.30431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b5310> 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 0x7f0eb86b6510> 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 0x7f0eb86cc740> 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 0x7f0eb86cde50> <<< 71094 1726886280.30436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 71094 1726886280.30440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 71094 1726886280.30442: 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 0x7f0eb86cecf0> <<< 71094 1726886280.30482: 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 0x7f0eb86cf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86ce240> <<< 71094 1726886280.30506: 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' <<< 71094 1726886280.30552: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886280.30580: 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 0x7f0eb86cfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86cf4d0> <<< 71094 1726886280.30794: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b6570> # /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 0x7f0eb845fc80> # /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' <<< 71094 1726886280.30970: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0eb84886e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8488440> # 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 0x7f0eb8488710> # /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' <<< 71094 1726886280.30973: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886280.31197: 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 0x7f0eb8489040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886280.31231: 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 0x7f0eb8489a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb84888f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb845de20> <<< 71094 1726886280.31234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 71094 1726886280.31302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 71094 1726886280.31305: 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 0x7f0eb848ae40> <<< 71094 1726886280.31346: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8489b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b6c60> <<< 71094 1726886280.31396: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886280.31467: 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 <<< 71094 1726886280.31518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886280.31605: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb84b3170> <<< 71094 1726886280.31631: 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' <<< 71094 1726886280.31738: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb84df4a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886280.31752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886280.32173: 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 0x7f0eb8538290> # /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' <<< 71094 1726886280.32204: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb853a9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb85383b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb85052b0> # /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 0x7f0eb833d3d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb84de2d0> <<< 71094 1726886280.32281: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb848bd40> <<< 71094 1726886280.32500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0eb833d670> <<< 71094 1726886280.32532: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_xl_ggg0o/ansible_stat_payload.zip' # zipimport: zlib available <<< 71094 1726886280.32639: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.32677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 71094 1726886280.32710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 71094 1726886280.32762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886280.32810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886280.32863: 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' <<< 71094 1726886280.32866: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8393170> import '_typing' # <<< 71094 1726886280.33068: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8372060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83711f0> # zipimport: zlib available <<< 71094 1726886280.33172: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 71094 1726886280.33176: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.33278: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 71094 1726886280.34733: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.35759: 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 0x7f0eb8391040> <<< 71094 1726886280.35872: 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 <<< 71094 1726886280.35949: 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' # 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 0x7f0eb83babd0> <<< 71094 1726886280.35953: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83ba960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83ba270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 71094 1726886280.36013: 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 0x7f0eb83ba9c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8393e00> import 'atexit' # <<< 71094 1726886280.36210: 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 0x7f0eb83bb950> # 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 0x7f0eb83bbb90> # /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' # <<< 71094 1726886280.36278: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83bbf50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 71094 1726886280.36282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 71094 1726886280.36467: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d15d60> # 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 0x7f0eb7d17980> # /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' <<< 71094 1726886280.36607: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d18380> # /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 0x7f0eb7d19520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886280.36611: 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' <<< 71094 1726886280.36762: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d1bfb0> <<< 71094 1726886280.36876: 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 0x7f0eb7d200b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d1a270> # /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 <<< 71094 1726886280.36884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d23e90> import '_tokenize' # <<< 71094 1726886280.36967: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d226c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 71094 1726886280.36983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 71094 1726886280.37091: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d22c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d1a780> <<< 71094 1726886280.37130: 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 0x7f0eb7d67a70> # /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 0x7f0eb7d680b0> <<< 71094 1726886280.37539: 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' <<< 71094 1726886280.37543: 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 0x7f0eb7d69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d69a60> # /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 0x7f0eb7d6c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d6a390> # /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' <<< 71094 1726886280.37545: 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' <<< 71094 1726886280.37580: stdout chunk (state=3): >>>import '_string' # <<< 71094 1726886280.37609: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d6fa40> <<< 71094 1726886280.37732: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d6c410> <<< 71094 1726886280.37810: 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 0x7f0eb7d70d40> <<< 71094 1726886280.37873: 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 0x7f0eb7d70bf0> # 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 0x7f0eb7d70e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d683e0> <<< 71094 1726886280.37917: 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 <<< 71094 1726886280.37991: 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' <<< 71094 1726886280.38025: 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 0x7f0eb7dfc350> <<< 71094 1726886280.38212: 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 0x7f0eb7dfd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d72ae0> <<< 71094 1726886280.38287: 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 0x7f0eb7d73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d72750> # zipimport: zlib available <<< 71094 1726886280.38300: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 71094 1726886280.38425: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.38559: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 71094 1726886280.38562: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 71094 1726886280.38774: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.38786: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.39317: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.39862: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886280.39964: 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' <<< 71094 1726886280.39976: 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 0x7f0eb7c01910> <<< 71094 1726886280.40102: 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' <<< 71094 1726886280.40105: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7c02660> <<< 71094 1726886280.40113: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7dfe2a0> <<< 71094 1726886280.40169: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 71094 1726886280.40269: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 71094 1726886280.40361: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.40496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886280.40586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7c027b0> # zipimport: zlib available <<< 71094 1726886280.41004: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.41471: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.41511: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.41588: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886280.41681: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 71094 1726886280.41684: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.41774: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.41835: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886280.41886: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886280.41991: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 71094 1726886280.42314: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.42434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886280.42501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886280.42516: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886280.42644: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7c039b0> # zipimport: zlib available <<< 71094 1726886280.42671: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.42872: 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 # zipimport: zlib available <<< 71094 1726886280.42878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886280.42893: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.42926: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.42972: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.43080: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.43107: 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 <<< 71094 1726886280.43277: 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 0x7f0eb7c0e3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7c09b80> <<< 71094 1726886280.43322: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 71094 1726886280.43386: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.43516: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886280.43618: 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 <<< 71094 1726886280.43650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886280.43759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d02c00> <<< 71094 1726886280.43796: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83f68d0> <<< 71094 1726886280.43881: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7c0e4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7dfd8b0> <<< 71094 1726886280.43986: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886280.44026: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 71094 1726886280.44044: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.44064: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 71094 1726886280.44209: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.44431: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886280.45400: 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": 1726884758.4284935, "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__ <<< 71094 1726886280.45743: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 71094 1726886280.45828: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 71094 1726886280.45932: 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 # 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 <<< 71094 1726886280.46465: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 71094 1726886280.46473: stdout chunk (state=3): >>># destroy array <<< 71094 1726886280.46476: stdout chunk (state=3): >>># destroy datetime <<< 71094 1726886280.46481: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 71094 1726886280.46496: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 71094 1726886280.46544: 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 <<< 71094 1726886280.46568: 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 <<< 71094 1726886280.46738: 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 <<< 71094 1726886280.46767: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 71094 1726886280.46775: 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 <<< 71094 1726886280.46868: stdout chunk (state=3): >>># destroy sys.monitoring <<< 71094 1726886280.46894: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 71094 1726886280.46923: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 71094 1726886280.46982: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 71094 1726886280.46996: 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 <<< 71094 1726886280.47019: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886280.47118: 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 <<< 71094 1726886280.47136: stdout chunk (state=3): >>># destroy time <<< 71094 1726886280.47243: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator <<< 71094 1726886280.47261: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 71094 1726886280.47825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886280.47828: stdout chunk (state=3): >>><<< 71094 1726886280.47836: stderr chunk (state=3): >>><<< 71094 1726886280.47951: _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 0x7f0eb88183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb87e7a10> # /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 0x7f0eb881a960> 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 0x7f0eb85e8fe0> # /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 0x7f0eb85e9fd0> 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 0x7f0eb8627e90> # /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 0x7f0eb8627f50> # /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 0x7f0eb865f8c0> # /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 0x7f0eb865ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb863fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb863d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8625040> # /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 0x7f0eb86837d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86823f0> # /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 0x7f0eb863e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8680c50> # /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 0x7f0eb86b4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86242c0> # /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 0x7f0eb86b4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b4b90> # 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 0x7f0eb86b4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8622de0> # /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 0x7f0eb86b5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b5310> 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 0x7f0eb86b6510> 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 0x7f0eb86cc740> 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 0x7f0eb86cde50> # /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 0x7f0eb86cecf0> # 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 0x7f0eb86cf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86ce240> # /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 0x7f0eb86cfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86cf4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b6570> # /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 0x7f0eb845fc80> # /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 0x7f0eb84886e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8488440> # 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 0x7f0eb8488710> # /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 0x7f0eb8489040> # 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 0x7f0eb8489a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb84888f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb845de20> # /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 0x7f0eb848ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8489b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb86b6c60> # /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 0x7f0eb84b3170> # /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 0x7f0eb84df4a0> # /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 0x7f0eb8538290> # /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 0x7f0eb853a9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb85383b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb85052b0> # /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 0x7f0eb833d3d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb84de2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb848bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0eb833d670> # zipimport: found 30 names in '/tmp/ansible_stat_payload_xl_ggg0o/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 0x7f0eb8393170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8372060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83711f0> # 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 0x7f0eb8391040> # /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 0x7f0eb83babd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83ba960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83ba270> # /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 0x7f0eb83ba9c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb8393e00> 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 0x7f0eb83bb950> # 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 0x7f0eb83bbb90> # /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 0x7f0eb83bbf50> 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 0x7f0eb7d15d60> # 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 0x7f0eb7d17980> # /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 0x7f0eb7d18380> # /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 0x7f0eb7d19520> # /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 0x7f0eb7d1bfb0> # 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 0x7f0eb7d200b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d1a270> # /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 0x7f0eb7d23e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d226c0> # /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 0x7f0eb7d22c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d1a780> # 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 0x7f0eb7d67a70> # /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 0x7f0eb7d680b0> # /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 0x7f0eb7d69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d69a60> # /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 0x7f0eb7d6c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d6a390> # /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 0x7f0eb7d6fa40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d6c410> # 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 0x7f0eb7d70d40> # 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 0x7f0eb7d70bf0> # 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 0x7f0eb7d70e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d683e0> # /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 0x7f0eb7dfc350> # 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 0x7f0eb7dfd790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d72ae0> # 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 0x7f0eb7d73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7d72750> # 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 0x7f0eb7c01910> # /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 0x7f0eb7c02660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7dfe2a0> 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 0x7f0eb7c027b0> # 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 0x7f0eb7c039b0> # 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 0x7f0eb7c0e3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7c09b80> 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 0x7f0eb7d02c00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb83f68d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7c0e4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0eb7dfd8b0> # 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": 1726884758.4284935, "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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 71094 1726886280.49288: 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-1726886280.1125355-71710-176631375935342/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886280.49292: _low_level_execute_command(): starting 71094 1726886280.49294: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886280.1125355-71710-176631375935342/ > /dev/null 2>&1 && sleep 0' 71094 1726886280.49657: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886280.49699: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886280.49704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886280.49706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886280.49724: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886280.49740: stderr chunk (state=3): >>>debug2: match not found <<< 71094 1726886280.49750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.49775: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 71094 1726886280.49924: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.50024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.50171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.50252: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.52183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.52231: stderr chunk (state=3): >>><<< 71094 1726886280.52249: stdout chunk (state=3): >>><<< 71094 1726886280.52301: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886280.52367: handler run complete 71094 1726886280.52521: attempt loop complete, returning result 71094 1726886280.52524: _execute() done 71094 1726886280.52527: dumping result to json 71094 1726886280.52534: done dumping result, returning 71094 1726886280.52547: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-ce07-55d2-0000000000a0] 71094 1726886280.52550: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000a0 71094 1726886280.52961: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000a0 71094 1726886280.52967: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "atime": 1726884758.4284935, "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 } } 71094 1726886280.53080: no more pending results, returning what we have 71094 1726886280.53083: results queue empty 71094 1726886280.53084: checking for any_errors_fatal 71094 1726886280.53090: done checking for any_errors_fatal 71094 1726886280.53091: checking for max_fail_percentage 71094 1726886280.53093: done checking for max_fail_percentage 71094 1726886280.53093: checking to see if all hosts have failed and the running result is not ok 71094 1726886280.53094: done checking to see if all hosts have failed 71094 1726886280.53095: getting the remaining hosts for this loop 71094 1726886280.53096: done getting the remaining hosts for this loop 71094 1726886280.53099: getting the next task for host managed_node1 71094 1726886280.53106: done getting next task for host managed_node1 71094 1726886280.53110: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 71094 1726886280.53113: ^ 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=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 71094 1726886280.53124: getting variables 71094 1726886280.53126: in VariableManager get_vars() 71094 1726886280.53204: Calling all_inventory to load vars for managed_node1 71094 1726886280.53210: Calling groups_inventory to load vars for managed_node1 71094 1726886280.53213: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886280.53223: Calling all_plugins_play to load vars for managed_node1 71094 1726886280.53226: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886280.53229: Calling groups_plugins_play to load vars for managed_node1 71094 1726886280.55382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886280.57007: done with get_vars() 71094 1726886280.57029: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:38:00 -0400 (0:00:00.534) 0:00:13.801 ****** 71094 1726886280.57277: entering _queue_task() for managed_node1/lineinfile 71094 1726886280.58021: worker is 1 (out of 1 available) 71094 1726886280.58033: exiting _queue_task() for managed_node1/lineinfile 71094 1726886280.58045: done queuing things up, now waiting for results queue to drain 71094 1726886280.58046: waiting for pending results... 71094 1726886280.58551: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 71094 1726886280.59464: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000000a1 71094 1726886280.59469: variable 'ansible_search_path' from source: unknown 71094 1726886280.59471: variable 'ansible_search_path' from source: unknown 71094 1726886280.60061: variable 'blivet_output' from source: set_fact 71094 1726886280.60066: dumping result to json 71094 1726886280.60069: done dumping result, returning 71094 1726886280.60072: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-ce07-55d2-0000000000a1] 71094 1726886280.60074: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000a1 71094 1726886280.60750: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000a1 71094 1726886280.60754: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886280.60816: no more pending results, returning what we have 71094 1726886280.60821: results queue empty 71094 1726886280.60822: checking for any_errors_fatal 71094 1726886280.60832: done checking for any_errors_fatal 71094 1726886280.60833: checking for max_fail_percentage 71094 1726886280.60834: done checking for max_fail_percentage 71094 1726886280.60835: checking to see if all hosts have failed and the running result is not ok 71094 1726886280.60835: done checking to see if all hosts have failed 71094 1726886280.60836: getting the remaining hosts for this loop 71094 1726886280.60838: done getting the remaining hosts for this loop 71094 1726886280.60841: getting the next task for host managed_node1 71094 1726886280.60849: done getting next task for host managed_node1 71094 1726886280.60854: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 71094 1726886280.60860: ^ 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=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 71094 1726886280.60875: getting variables 71094 1726886280.60876: in VariableManager get_vars() 71094 1726886280.60911: Calling all_inventory to load vars for managed_node1 71094 1726886280.60914: Calling groups_inventory to load vars for managed_node1 71094 1726886280.60916: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886280.60924: Calling all_plugins_play to load vars for managed_node1 71094 1726886280.60926: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886280.60928: Calling groups_plugins_play to load vars for managed_node1 71094 1726886280.62677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886280.64654: done with get_vars() 71094 1726886280.64981: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:38:00 -0400 (0:00:00.078) 0:00:13.880 ****** 71094 1726886280.65149: entering _queue_task() for managed_node1/setup 71094 1726886280.66153: worker is 1 (out of 1 available) 71094 1726886280.66169: exiting _queue_task() for managed_node1/setup 71094 1726886280.66182: done queuing things up, now waiting for results queue to drain 71094 1726886280.66183: waiting for pending results... 71094 1726886280.66852: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts 71094 1726886280.67762: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000000a3 71094 1726886280.67767: variable 'ansible_search_path' from source: unknown 71094 1726886280.67770: variable 'ansible_search_path' from source: unknown 71094 1726886280.67773: calling self._execute() 71094 1726886280.67775: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886280.67778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886280.67780: variable 'omit' from source: magic vars 71094 1726886280.68693: variable 'ansible_check_mode' from source: magic vars 71094 1726886280.68875: Evaluated conditional (not ansible_check_mode): True 71094 1726886280.69072: variable 'omit' from source: magic vars 71094 1726886280.69148: variable 'omit' from source: magic vars 71094 1726886280.69188: variable 'omit' from source: magic vars 71094 1726886280.69561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886280.69761: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886280.69765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886280.69767: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886280.69769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886280.69772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886280.69773: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886280.69776: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886280.69778: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886280.69780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886280.70249: Set connection var ansible_connection to ssh 71094 1726886280.70371: Set connection var ansible_pipelining to False 71094 1726886280.70384: Set connection var ansible_timeout to 10 71094 1726886280.70395: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886280.70402: Set connection var ansible_shell_type to sh 71094 1726886280.70412: Set connection var ansible_shell_executable to /bin/sh 71094 1726886280.70448: variable 'ansible_shell_executable' from source: unknown 71094 1726886280.70960: variable 'ansible_connection' from source: unknown 71094 1726886280.70964: variable 'ansible_module_compression' from source: unknown 71094 1726886280.70967: variable 'ansible_shell_type' from source: unknown 71094 1726886280.70969: variable 'ansible_shell_executable' from source: unknown 71094 1726886280.70971: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886280.70973: variable 'ansible_pipelining' from source: unknown 71094 1726886280.70975: variable 'ansible_timeout' from source: unknown 71094 1726886280.70978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886280.71188: 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__) 71094 1726886280.71205: variable 'omit' from source: magic vars 71094 1726886280.71215: starting attempt loop 71094 1726886280.71222: running the handler 71094 1726886280.71239: _low_level_execute_command(): starting 71094 1726886280.71250: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886280.72854: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.72893: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.72979: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.74894: stdout chunk (state=3): >>>/root <<< 71094 1726886280.75062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.75122: stderr chunk (state=3): >>><<< 71094 1726886280.75132: stdout chunk (state=3): >>><<< 71094 1726886280.75379: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886280.75382: _low_level_execute_command(): starting 71094 1726886280.75385: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091 `" && echo ansible-tmp-1726886280.7529016-71745-152001219484091="` echo /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091 `" ) && sleep 0' 71094 1726886280.76406: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886280.76790: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.76838: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.76917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.78851: stdout chunk (state=3): >>>ansible-tmp-1726886280.7529016-71745-152001219484091=/root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091 <<< 71094 1726886280.79051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.79069: stdout chunk (state=3): >>><<< 71094 1726886280.79083: stderr chunk (state=3): >>><<< 71094 1726886280.79110: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886280.7529016-71745-152001219484091=/root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886280.79419: variable 'ansible_module_compression' from source: unknown 71094 1726886280.79527: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 71094 1726886280.79530: variable 'ansible_facts' from source: unknown 71094 1726886280.79929: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py 71094 1726886280.80224: Sending initial data 71094 1726886280.80295: Sent initial data (154 bytes) 71094 1726886280.81677: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.81850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.81891: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.83706: 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 <<< 71094 1726886280.83798: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py" <<< 71094 1726886280.83846: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpvyy1a04r /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py <<< 71094 1726886280.83851: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpvyy1a04r" to remote "/root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py" <<< 71094 1726886280.86821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.86839: stdout chunk (state=3): >>><<< 71094 1726886280.86851: stderr chunk (state=3): >>><<< 71094 1726886280.86881: done transferring module to remote 71094 1726886280.86902: _low_level_execute_command(): starting 71094 1726886280.86913: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/ /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py && sleep 0' 71094 1726886280.88565: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886280.88588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.88623: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.88649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886280.88681: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.88763: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.90607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886280.90697: stderr chunk (state=3): >>><<< 71094 1726886280.90719: stdout chunk (state=3): >>><<< 71094 1726886280.90789: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886280.90797: _low_level_execute_command(): starting 71094 1726886280.90800: _low_level_execute_command(): using become for this command 71094 1726886280.90829: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uipwgwzjsilpjrikkjgwpfdfwhnhxrcy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py'"'"' && sleep 0' 71094 1726886280.91150: Initial state: awaiting_escalation: BECOME-SUCCESS-uipwgwzjsilpjrikkjgwpfdfwhnhxrcy 71094 1726886280.92294: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886280.92419: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886280.92490: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886280.92589: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886280.92720: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886280.95958: stdout chunk (state=1): >>>BECOME-SUCCESS-uipwgwzjsilpjrikkjgwpfdfwhnhxrcy <<< 71094 1726886280.95963: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uipwgwzjsilpjrikkjgwpfdfwhnhxrcy' 71094 1726886280.96104: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886280.96181: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886280.96184: stdout chunk (state=3): >>>import '_thread' # <<< 71094 1726886280.96186: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 71094 1726886280.96395: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 71094 1726886280.96403: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 71094 1726886280.96560: 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' # <<< 71094 1726886280.96564: stdout chunk (state=3): >>>import 'codecs' # <<< 71094 1726886280.96567: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886280.96569: 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 0x7feebca183e0> <<< 71094 1726886280.96571: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc9e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 71094 1726886280.96679: 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 0x7feebca1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 71094 1726886280.96716: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886280.96775: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886280.96802: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 71094 1726886280.96881: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 71094 1726886280.96888: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 71094 1726886280.96932: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 71094 1726886280.97042: 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' <<< 71094 1726886280.97064: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc7e8fe0> <<< 71094 1726886280.97089: 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 0x7feebc7e9fd0> import 'site' # <<< 71094 1726886280.97110: 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. <<< 71094 1726886280.97525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886280.97578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 71094 1726886280.97585: 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' <<< 71094 1726886280.97588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 71094 1726886280.97751: 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 <<< 71094 1726886280.97756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc827e90> <<< 71094 1726886280.97810: 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 0x7feebc827f50> # /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 <<< 71094 1726886280.97846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886280.97908: 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 0x7feebc85f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886280.98003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc85ff50> <<< 71094 1726886280.98012: stdout chunk (state=3): >>>import '_collections' # <<< 71094 1726886280.98036: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc83fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc83d280> <<< 71094 1726886280.98297: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc825040> # /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 0x7feebc8837d0> <<< 71094 1726886280.98354: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8823f0> <<< 71094 1726886280.98360: 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' <<< 71094 1726886280.98362: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc83e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc880c50> <<< 71094 1726886280.98405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 71094 1726886280.98433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8242c0> # /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' <<< 71094 1726886280.98472: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886280.98540: 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 0x7feebc8b4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b4b90> # 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 0x7feebc8b4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc822de0> <<< 71094 1726886280.98576: 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' <<< 71094 1726886280.98605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 71094 1726886280.98649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b5310> import 'importlib.machinery' # <<< 71094 1726886280.98685: 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' <<< 71094 1726886280.98722: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b6510> import 'importlib.util' # import 'runpy' # <<< 71094 1726886280.98758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886280.98787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 71094 1726886280.98841: 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 0x7feebc8cc740> import 'errno' # <<< 71094 1726886280.98952: 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 0x7feebc8cde50> <<< 71094 1726886280.98957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 71094 1726886280.98960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 71094 1726886280.98962: 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' <<< 71094 1726886280.99051: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8cecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886280.99111: 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 0x7feebc8cf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8ce240> <<< 71094 1726886280.99114: 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' # 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 0x7feebc8cfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8cf4d0> <<< 71094 1726886280.99213: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b6570> <<< 71094 1726886280.99216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 71094 1726886280.99249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 71094 1726886280.99373: 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 0x7feebc5d7c80> <<< 71094 1726886280.99402: 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 0x7feebc6006e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc600440> # 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 0x7feebc600710> <<< 71094 1726886280.99427: 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' <<< 71094 1726886280.99492: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886280.99636: 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 0x7feebc601040> <<< 71094 1726886280.99784: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886280.99881: 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 0x7feebc601a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc6008f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc5d5e20> <<< 71094 1726886280.99884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 71094 1726886280.99887: 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 <<< 71094 1726886280.99974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc602e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc601b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b6c60> <<< 71094 1726886280.99990: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886281.00048: 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 <<< 71094 1726886281.00101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886281.00139: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc62f140> <<< 71094 1726886281.00197: 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' <<< 71094 1726886281.00248: 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' <<< 71094 1726886281.00402: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc657470> # /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' <<< 71094 1726886281.00407: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886281.00433: 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 0x7feebc6b0260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886281.00488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886281.00512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 71094 1726886281.00538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 71094 1726886281.00786: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc6b29c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc6b0380> <<< 71094 1726886281.00789: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc67d280> <<< 71094 1726886281.00792: 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 0x7feebbf25370> <<< 71094 1726886281.00799: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc6562d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc603d10> <<< 71094 1726886281.00978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 71094 1726886281.01070: stdout chunk (state=3): >>> import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feebc6568a0> <<< 71094 1726886281.01474: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_pzqe1gqw/ansible_setup_payload.zip' # zipimport: zlib available <<< 71094 1726886281.01478: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.01482: 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' <<< 71094 1726886281.01530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886281.01621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbf8f0b0> import '_typing' # <<< 71094 1726886281.01792: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbf6dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbf6d130> # zipimport: zlib available <<< 71094 1726886281.01949: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 71094 1726886281.03356: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.04554: 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 0x7feebbf8cf50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 71094 1726886281.04624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feebbfbeab0> <<< 71094 1726886281.04778: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbfbe840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbfbe150> # /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 0x7feebbfbe5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbf8fad0> 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 0x7feebbfbf830> <<< 71094 1726886281.04808: 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 0x7feebbfbfa70> <<< 71094 1726886281.04843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886281.04892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 71094 1726886281.04995: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbfbffb0> 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' <<< 71094 1726886281.05178: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe29d60> # 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 0x7feebbe2b980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886281.05218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 71094 1726886281.05221: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe2c380> # /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 0x7feebbe2d520> <<< 71094 1726886281.05240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886281.05473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886281.05476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886281.05479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886281.05481: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe2ff80> <<< 71094 1726886281.05484: 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 0x7feebbe342c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe2e240> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 71094 1726886281.05495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 71094 1726886281.05562: 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 <<< 71094 1726886281.05674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 71094 1726886281.05753: 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 0x7feebbe37f20> import '_tokenize' # <<< 71094 1726886281.05785: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe369f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe36750> <<< 71094 1726886281.05815: 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' <<< 71094 1726886281.05924: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe36cc0> <<< 71094 1726886281.05930: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe2e750> <<< 71094 1726886281.06025: 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 0x7feebbe7be90> <<< 71094 1726886281.06079: 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 0x7feebbe7c0e0> # /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' <<< 71094 1726886281.06174: 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 0x7feebbe7dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe7d9a0> # /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' <<< 71094 1726886281.06208: 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 0x7feebbe80110> <<< 71094 1726886281.06231: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe7e2a0> <<< 71094 1726886281.06405: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 71094 1726886281.06408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886281.06411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe83890> <<< 71094 1726886281.06559: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe80260> <<< 71094 1726886281.06566: 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 0x7feebbe84680> <<< 71094 1726886281.06595: 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 0x7feebbe84920> <<< 71094 1726886281.06640: 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 0x7feebbe84aa0> <<< 71094 1726886281.06721: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe7c260> <<< 71094 1726886281.06746: 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' <<< 71094 1726886281.06780: 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 0x7feebbd10290> <<< 71094 1726886281.06926: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886281.06952: 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 0x7feebbd11490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe86a20> <<< 71094 1726886281.07051: 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 0x7feebbe87dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe86630> <<< 71094 1726886281.07070: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 71094 1726886281.07133: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.07225: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.07246: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 71094 1726886281.07541: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 71094 1726886281.07544: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886281.07547: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.08090: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.08642: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886281.08671: 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' # <<< 71094 1726886281.08690: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 71094 1726886281.08707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886281.08765: 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 0x7feebbd15760> <<< 71094 1726886281.08881: 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 0x7feebbd165a0> <<< 71094 1726886281.08950: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd11940> <<< 71094 1726886281.09035: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 71094 1726886281.09148: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.09318: 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 0x7feebbd16390> <<< 71094 1726886281.09465: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.09826: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.10266: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.10327: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.10415: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 71094 1726886281.10451: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.10573: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886281.10675: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 71094 1726886281.10702: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 71094 1726886281.10773: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.10890: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 71094 1726886281.11043: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.11347: 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' # <<< 71094 1726886281.11438: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd17740> # zipimport: zlib available <<< 71094 1726886281.11532: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.11795: 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 # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886281.11822: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.11872: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.11939: 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 <<< 71094 1726886281.11991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886281.12091: 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 0x7feebbd22240> <<< 71094 1726886281.12131: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd1d130> <<< 71094 1726886281.12167: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 71094 1726886281.12183: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.12241: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.12308: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.12336: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.12380: 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' <<< 71094 1726886281.12412: 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 <<< 71094 1726886281.12451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 71094 1726886281.12454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 71094 1726886281.12534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886281.12553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 71094 1726886281.12608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 71094 1726886281.12621: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe0aa50> <<< 71094 1726886281.12666: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbfe2720> <<< 71094 1726886281.12789: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd21fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe85220> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 71094 1726886281.12795: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.12821: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886281.12983: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 71094 1726886281.13016: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.13066: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.13126: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886281.13232: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.13246: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886281.13495: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 71094 1726886281.13511: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py <<< 71094 1726886281.13567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 71094 1726886281.13587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 71094 1726886281.13648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 71094 1726886281.13670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 71094 1726886281.13731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 71094 1726886281.13747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 71094 1726886281.13777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 71094 1726886281.13790: 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 0x7feebba46960> <<< 71094 1726886281.13819: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba45d90> <<< 71094 1726886281.13881: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba44770> <<< 71094 1726886281.14121: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb28a0> <<< 71094 1726886281.14209: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb0800> <<< 71094 1726886281.14231: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 71094 1726886281.14398: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.14583: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.14618: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.14679: 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' <<< 71094 1726886281.14717: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 71094 1726886281.14752: 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 <<< 71094 1726886281.14774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 71094 1726886281.14792: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd9c0b0> <<< 71094 1726886281.14819: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 71094 1726886281.14839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 71094 1726886281.14871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 71094 1726886281.14969: 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' <<< 71094 1726886281.14972: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba90bc0> <<< 71094 1726886281.15032: 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 0x7feebba90ef0> <<< 71094 1726886281.15077: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba84500> <<< 71094 1726886281.15081: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba57980> <<< 71094 1726886281.15124: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb19d0> <<< 71094 1726886281.15132: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb0d10> <<< 71094 1726886281.15144: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 71094 1726886281.15185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 71094 1726886281.15205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 71094 1726886281.15226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 71094 1726886281.15261: 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' <<< 71094 1726886281.15298: 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 0x7feebba93b30> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba933e0> <<< 71094 1726886281.15323: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886281.15338: 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 0x7feebba935c0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba92810> <<< 71094 1726886281.15361: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 71094 1726886281.15390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 71094 1726886281.15409: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba93cb0> <<< 71094 1726886281.15419: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 71094 1726886281.15474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 71094 1726886281.15517: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886281.15576: 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 0x7feebb8be870> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb8bc860> <<< 71094 1726886281.15581: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb0ce0> import 'ansible.module_utils.facts.timeout' # <<< 71094 1726886281.15650: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 71094 1726886281.15653: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.15727: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.15763: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 71094 1726886281.15788: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.15853: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.15917: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available <<< 71094 1726886281.15942: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.15971: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 71094 1726886281.16012: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.16039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 71094 1726886281.16084: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.16118: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 71094 1726886281.16236: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 71094 1726886281.16501: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.17053: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17405: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 71094 1726886281.17408: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17473: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17520: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17554: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17590: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 71094 1726886281.17606: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 71094 1726886281.17645: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 71094 1726886281.17696: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17752: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.17806: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 71094 1726886281.17941: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # <<< 71094 1726886281.17973: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.18031: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.18131: 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' <<< 71094 1726886281.18225: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb8bede0> <<< 71094 1726886281.18246: 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' <<< 71094 1726886281.18362: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb8bf9e0> <<< 71094 1726886281.18373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 71094 1726886281.18418: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.18485: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 71094 1726886281.18494: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.18615: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.18726: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 71094 1726886281.18788: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.18852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 71094 1726886281.18918: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.18953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 71094 1726886281.18983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 71094 1726886281.19052: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886281.19150: 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 0x7feebb8f6db0> <<< 71094 1726886281.19341: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb8e37d0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 71094 1726886281.19425: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.19454: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 71094 1726886281.19526: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.19609: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.19726: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.19874: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 71094 1726886281.19910: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 71094 1726886281.20040: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 71094 1726886281.20070: 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' <<< 71094 1726886281.20186: 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 0x7feebb90e990> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb90e540> <<< 71094 1726886281.20209: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 71094 1726886281.20229: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.20286: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 71094 1726886281.20533: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.20600: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 71094 1726886281.20989: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.21094: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.21252: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 71094 1726886281.21258: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.21376: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.21494: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 71094 1726886281.21522: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.21576: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.21598: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.22157: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.22678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 71094 1726886281.22784: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 71094 1726886281.22800: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.22889: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 71094 1726886281.22907: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.23081: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.23109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 71094 1726886281.23258: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.23412: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 71094 1726886281.23445: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 71094 1726886281.23467: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.23680: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886281.23760: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.24078: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.24163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 71094 1726886281.24185: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 71094 1726886281.24586: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # 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 <<< 71094 1726886281.24599: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.24647: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 71094 1726886281.24663: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.24718: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.24773: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 71094 1726886281.24794: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.25047: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.25304: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 71094 1726886281.25332: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.25374: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.25844: stdout chunk (state=3): >>>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' # <<< 71094 1726886281.25879: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 71094 1726886281.25928: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.25973: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 71094 1726886281.25995: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.26021: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.26031: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.26073: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.26128: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.26277: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 71094 1726886281.26336: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886281.26394: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 71094 1726886281.26901: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.26983: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.27003: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 71094 1726886281.27087: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.27166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 71094 1726886281.27189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 71094 1726886281.27272: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.27360: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 71094 1726886281.27449: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886281.27650: 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' <<< 71094 1726886281.27681: 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' <<< 71094 1726886281.27726: 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 0x7feebb937170> <<< 71094 1726886281.27739: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb936150> <<< 71094 1726886281.27777: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb932c30> <<< 71094 1726886281.46998: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 71094 1726886281.47303: 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 0x7feebb97e600> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 71094 1726886281.47324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb98ee10> # /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 0x7feebb98d9d0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb98d490> <<< 71094 1726886281.47450: 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 <<< 71094 1726886281.67870: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-15-52.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-52", "ansible_nodename": "ip-10-31-15-52.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": "ec26f2104b1acfc59198f18aa8a2624a", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "38", "second": "01", "epoch": "1726886281", "epoch_int": "1726886281", "date": "2024-09-20", "time": "22:38:01", "iso8601_micro": "2024-09-21T02:38:01.280484Z", "iso8601": "2024-09-21T02:38:01Z", "iso8601_basic": "20240920T223801280484", "iso8601_basic_short": "20240920T223801", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fips": false, "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_is_chroot": false, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCkrpJzfLuG9mdc/dV6qL7V5322vejP/EHwM9IaswJ1BtE2kyUlJQb0R6Ng0OHjBABTOqLJLtzoIuDGMZ5SMrvfjcC726/iQB34D0z/B7CB1t+nJTDDa/AFwwSREMraiQvoU3lYmSgscxERqp9hRgBH5twYtii/ifWzV/J7R5Rm9aHXUkAShJKtuElx5NyNv9z2AEV/5jP/asM7seC7uso51nuLba37FVp4iJZPyHMBlDAOWGQyHyifcVMvGpiUfkkuXas7wiWZ9Jx7BS+SxrAaA0B+SX61CppAvdx9fhsr94xUulfS4t8Duo+nv2dDsvfwq3AaiobTXRZq8OBZ90I4e/rYerhq44zk9ToC+8lW2CawEB60XSF3xF+FJAYj/PanIgIFJG+SOvpTc/DiTOV5BNauvTwMXE+sKqERVjb5JhXUuolyg+MoMXSWP3b6lEOWByyicfj/9ZVPdDfx+KgHY+A7QqYyCuByHz4Soo6if2KUr0Nx0gk7xfuxZgmHsBU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGZdJ/ybornRfHeztmxpMWSEcPTWcMZno+kVjFR9uBkSR3E9a0WKrALKIl8v3i4wSa+ho7gxXtkqglBALv8UHys=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDc9DuYVOIEeWEK5uyI8scX/0/j70TIfSrXf2fKzhmwd", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_apparmor": {"status": "disabled"}, "ansible_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/p<<< 71094 1726886281.67941: stdout chunk (state=3): >>>ython3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-uipwgwzjsilpjrikkjgwpfdfwhnhxrcy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_loadavg": {"1m": 0.92919921875, "5m": 0.7021484375, "15m": 0.546875}, "ansible_pkg_mgr": "dnf", "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "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": "0a:ff:e5:75:30:53", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e5ff:fe75:3053", "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.12.1", "interface": "eth0", "address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e5:75:30:53", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.52"], "ansible_all_ipv6_addresses": ["fe80::8ff:e5ff:fe75:3053"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.15.52", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e5ff:fe75:3053"]}, "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": 172, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3359, "free": 172}, "nocache": {"free": 3246, "used": 285}, "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": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_uuid": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405c1f3c747a2f449f4adc3db462", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d398c9a1abb4960884b2271e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014050b79982dbfcb49e1b8e423c5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405170e5181422041f1aa1fae287", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e04f54466674498c8078d3d5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d591f4d54cc479f8a29e1882", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-360014052a4adf8c469747b2928196ff3"<<< 71094 1726886281.67971: stdout chunk (state=3): >>>, "wwn-0x60014052a4adf8c469747b2928196ff3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014052a4adf8c469747b2928196ff3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405096e34ff15074c1a823a8cdb3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fab686782e284010b27438e0b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "sdb": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "sdc": ["scsi-360014052a4adf8c469747b2928196ff3", "wwn-0x60014052a4adf8c469747b2928196ff3"], "sdd": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "sde": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "sdf": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "sdg": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "sdh": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "sdi": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1723, "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": 258689884160, "block_size": 4096, "block_total": 65519099, "block_available": 63156710, "block_used": 2362389, "inode_total": 131070960, "inode_available": 131027105, "inode_used": 43855, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 71094 1726886281.68506: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 71094 1726886281.68591: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 71094 1726886281.68631: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.68698: 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 <<< 71094 1726886281.68733: 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__ <<< 71094 1726886281.68850: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.69326: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.69500: 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 <<< 71094 1726886281.69538: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.69589: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 71094 1726886281.69745: stdout chunk (state=3): >>># 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 <<< 71094 1726886281.69852: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 <<< 71094 1726886281.69929: stdout chunk (state=3): >>># cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 71094 1726886281.69960: 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 # 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 <<< 71094 1726886281.70016: 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 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 <<< 71094 1726886281.70037: 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 <<< 71094 1726886281.70240: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 71094 1726886281.70284: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 71094 1726886281.70374: 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 <<< 71094 1726886281.70378: 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 <<< 71094 1726886281.70396: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886281.70520: 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 <<< 71094 1726886281.70542: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc <<< 71094 1726886281.70592: stdout chunk (state=3): >>># destroy itertools <<< 71094 1726886281.70610: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 71094 1726886281.71254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886281.71261: stdout chunk (state=3): >>><<< 71094 1726886281.71264: stderr chunk (state=3): >>><<< 71094 1726886281.71451: _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 0x7feebca183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc9e7a10> # /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 0x7feebca1a960> 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 0x7feebc7e8fe0> # /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 0x7feebc7e9fd0> 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 0x7feebc827e90> # /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 0x7feebc827f50> # /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 0x7feebc85f8c0> # /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 0x7feebc85ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc83fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc83d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc825040> # /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 0x7feebc8837d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8823f0> # /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 0x7feebc83e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc880c50> # /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 0x7feebc8b4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8242c0> # /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 0x7feebc8b4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b4b90> # 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 0x7feebc8b4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc822de0> # /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 0x7feebc8b5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b5310> 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 0x7feebc8b6510> 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 0x7feebc8cc740> 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 0x7feebc8cde50> # /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 0x7feebc8cecf0> # 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 0x7feebc8cf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8ce240> # /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 0x7feebc8cfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8cf4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b6570> # /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 0x7feebc5d7c80> # /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 0x7feebc6006e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc600440> # 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 0x7feebc600710> # /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 0x7feebc601040> # 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 0x7feebc601a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc6008f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc5d5e20> # /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 0x7feebc602e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc601b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc8b6c60> # /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 0x7feebc62f140> # /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 0x7feebc657470> # /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 0x7feebc6b0260> # /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 0x7feebc6b29c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc6b0380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc67d280> # /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 0x7feebbf25370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc6562d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebc603d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feebc6568a0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_pzqe1gqw/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 0x7feebbf8f0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbf6dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbf6d130> # 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 0x7feebbf8cf50> # /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 0x7feebbfbeab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbfbe840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbfbe150> # /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 0x7feebbfbe5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbf8fad0> 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 0x7feebbfbf830> # 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 0x7feebbfbfa70> # /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 0x7feebbfbffb0> 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 0x7feebbe29d60> # 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 0x7feebbe2b980> # /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 0x7feebbe2c380> # /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 0x7feebbe2d520> # /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 0x7feebbe2ff80> # 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 0x7feebbe342c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe2e240> # /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 0x7feebbe37f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe369f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe36750> # /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 0x7feebbe36cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe2e750> # 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 0x7feebbe7be90> # /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 0x7feebbe7c0e0> # /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 0x7feebbe7dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe7d9a0> # /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 0x7feebbe80110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe7e2a0> # /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 0x7feebbe83890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe80260> # 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 0x7feebbe84680> # 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 0x7feebbe84920> # 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 0x7feebbe84aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe7c260> # /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 0x7feebbd10290> # 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 0x7feebbd11490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe86a20> # 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 0x7feebbe87dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe86630> # 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 0x7feebbd15760> # /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 0x7feebbd165a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd11940> 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 0x7feebbd16390> # 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 0x7feebbd17740> # 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 0x7feebbd22240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd1d130> 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 0x7feebbe0aa50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbfe2720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbd21fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbe85220> # 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 0x7feebba46960> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba45d90> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba44770> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb28a0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb0800> 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 0x7feebbd9c0b0> # /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 0x7feebba90bc0> # 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 0x7feebba90ef0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba84500> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba57980> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb19d0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb0d10> # /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 0x7feebba93b30> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba933e0> # 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 0x7feebba935c0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebba92810> # /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 0x7feebba93cb0> # /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 0x7feebb8be870> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb8bc860> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebbdb0ce0> 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 0x7feebb8bede0> # /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 0x7feebb8bf9e0> 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 0x7feebb8f6db0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb8e37d0> 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 0x7feebb90e990> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb90e540> 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 0x7feebb937170> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb936150> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb932c30> # /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 0x7feebb97e600> # /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 0x7feebb98ee10> # /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 0x7feebb98d9d0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feebb98d490> 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_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-15-52.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-52", "ansible_nodename": "ip-10-31-15-52.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": "ec26f2104b1acfc59198f18aa8a2624a", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "38", "second": "01", "epoch": "1726886281", "epoch_int": "1726886281", "date": "2024-09-20", "time": "22:38:01", "iso8601_micro": "2024-09-21T02:38:01.280484Z", "iso8601": "2024-09-21T02:38:01Z", "iso8601_basic": "20240920T223801280484", "iso8601_basic_short": "20240920T223801", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fips": false, "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_is_chroot": false, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCkrpJzfLuG9mdc/dV6qL7V5322vejP/EHwM9IaswJ1BtE2kyUlJQb0R6Ng0OHjBABTOqLJLtzoIuDGMZ5SMrvfjcC726/iQB34D0z/B7CB1t+nJTDDa/AFwwSREMraiQvoU3lYmSgscxERqp9hRgBH5twYtii/ifWzV/J7R5Rm9aHXUkAShJKtuElx5NyNv9z2AEV/5jP/asM7seC7uso51nuLba37FVp4iJZPyHMBlDAOWGQyHyifcVMvGpiUfkkuXas7wiWZ9Jx7BS+SxrAaA0B+SX61CppAvdx9fhsr94xUulfS4t8Duo+nv2dDsvfwq3AaiobTXRZq8OBZ90I4e/rYerhq44zk9ToC+8lW2CawEB60XSF3xF+FJAYj/PanIgIFJG+SOvpTc/DiTOV5BNauvTwMXE+sKqERVjb5JhXUuolyg+MoMXSWP3b6lEOWByyicfj/9ZVPdDfx+KgHY+A7QqYyCuByHz4Soo6if2KUr0Nx0gk7xfuxZgmHsBU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGZdJ/ybornRfHeztmxpMWSEcPTWcMZno+kVjFR9uBkSR3E9a0WKrALKIl8v3i4wSa+ho7gxXtkqglBALv8UHys=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDc9DuYVOIEeWEK5uyI8scX/0/j70TIfSrXf2fKzhmwd", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_apparmor": {"status": "disabled"}, "ansible_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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-uipwgwzjsilpjrikkjgwpfdfwhnhxrcy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_loadavg": {"1m": 0.92919921875, "5m": 0.7021484375, "15m": 0.546875}, "ansible_pkg_mgr": "dnf", "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_lsb": {}, "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": "0a:ff:e5:75:30:53", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e5ff:fe75:3053", "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.12.1", "interface": "eth0", "address": "10.31.15.52", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e5:75:30:53", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.52"], "ansible_all_ipv6_addresses": ["fe80::8ff:e5ff:fe75:3053"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.15.52", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e5ff:fe75:3053"]}, "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": 172, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3359, "free": 172}, "nocache": {"free": 3246, "used": 285}, "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": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_uuid": "ec26f210-4b1a-cfc5-9198-f18aa8a2624a", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405c1f3c747a2f449f4adc3db462", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d398c9a1abb4960884b2271e", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014050b79982dbfcb49e1b8e423c5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405170e5181422041f1aa1fae287", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e04f54466674498c8078d3d5d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d591f4d54cc479f8a29e1882", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-360014052a4adf8c469747b2928196ff3", "wwn-0x60014052a4adf8c469747b2928196ff3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014052a4adf8c469747b2928196ff3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405096e34ff15074c1a823a8cdb3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fab686782e284010b27438e0b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405096e34ff15074c1a823a8cdb3", "wwn-0x6001405096e34ff15074c1a823a8cdb3"], "sdb": ["scsi-360014050b79982dbfcb49e1b8e423c5d", "wwn-0x60014050b79982dbfcb49e1b8e423c5d"], "sdc": ["scsi-360014052a4adf8c469747b2928196ff3", "wwn-0x60014052a4adf8c469747b2928196ff3"], "sdd": ["scsi-360014053d398c9a1abb4960884b2271e", "wwn-0x60014053d398c9a1abb4960884b2271e"], "sde": ["scsi-360014053d591f4d54cc479f8a29e1882", "wwn-0x60014053d591f4d54cc479f8a29e1882"], "sdf": ["scsi-36001405c1f3c747a2f449f4adc3db462", "wwn-0x6001405c1f3c747a2f449f4adc3db462"], "sdg": ["scsi-36001405e04f54466674498c8078d3d5d", "wwn-0x6001405e04f54466674498c8078d3d5d"], "sdh": ["scsi-36001405fab686782e284010b27438e0b", "wwn-0x6001405fab686782e284010b27438e0b"], "sdi": ["scsi-36001405170e5181422041f1aa1fae287", "wwn-0x6001405170e5181422041f1aa1fae287"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1723, "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": 258689884160, "block_size": 4096, "block_total": 65519099, "block_available": 63156710, "block_used": 2362389, "inode_total": 131070960, "inode_available": 131027105, "inode_used": 43855, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 71094 1726886281.74571: 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-1726886280.7529016-71745-152001219484091/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886281.74576: _low_level_execute_command(): starting 71094 1726886281.74579: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886280.7529016-71745-152001219484091/ > /dev/null 2>&1 && sleep 0' 71094 1726886281.75810: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886281.75816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886281.75818: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886281.76033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886281.76068: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886281.78153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886281.78160: stdout chunk (state=3): >>><<< 71094 1726886281.78163: stderr chunk (state=3): >>><<< 71094 1726886281.78220: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886281.78224: handler run complete 71094 1726886281.78990: variable 'ansible_facts' from source: unknown 71094 1726886281.79115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886281.80314: variable 'ansible_facts' from source: unknown 71094 1726886281.80319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886281.80551: attempt loop complete, returning result 71094 1726886281.80557: _execute() done 71094 1726886281.80560: dumping result to json 71094 1726886281.80562: done dumping result, returning 71094 1726886281.80564: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-ce07-55d2-0000000000a3] 71094 1726886281.80566: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000a3 ok: [managed_node1] 71094 1726886281.81543: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000000a3 71094 1726886281.81547: WORKER PROCESS EXITING 71094 1726886281.81578: no more pending results, returning what we have 71094 1726886281.81588: results queue empty 71094 1726886281.81589: checking for any_errors_fatal 71094 1726886281.81595: done checking for any_errors_fatal 71094 1726886281.81596: checking for max_fail_percentage 71094 1726886281.81598: done checking for max_fail_percentage 71094 1726886281.81599: checking to see if all hosts have failed and the running result is not ok 71094 1726886281.81599: done checking to see if all hosts have failed 71094 1726886281.81600: getting the remaining hosts for this loop 71094 1726886281.81601: done getting the remaining hosts for this loop 71094 1726886281.81605: getting the next task for host managed_node1 71094 1726886281.81613: done getting next task for host managed_node1 71094 1726886281.81615: ^ task is: TASK: meta (role_complete) 71094 1726886281.81617: ^ state is: HOST STATE: block=2, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886281.81627: getting variables 71094 1726886281.81628: in VariableManager get_vars() 71094 1726886281.81658: Calling all_inventory to load vars for managed_node1 71094 1726886281.81661: Calling groups_inventory to load vars for managed_node1 71094 1726886281.81664: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886281.81673: Calling all_plugins_play to load vars for managed_node1 71094 1726886281.81675: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886281.81678: Calling groups_plugins_play to load vars for managed_node1 71094 1726886281.82193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886281.82776: done with get_vars() 71094 1726886281.82796: done getting variables 71094 1726886281.82883: done queuing things up, now waiting for results queue to drain 71094 1726886281.82885: results queue empty 71094 1726886281.82886: checking for any_errors_fatal 71094 1726886281.82890: done checking for any_errors_fatal 71094 1726886281.82891: checking for max_fail_percentage 71094 1726886281.82892: done checking for max_fail_percentage 71094 1726886281.82893: checking to see if all hosts have failed and the running result is not ok 71094 1726886281.82894: done checking to see if all hosts have failed 71094 1726886281.82894: getting the remaining hosts for this loop 71094 1726886281.82895: done getting the remaining hosts for this loop 71094 1726886281.82899: getting the next task for host managed_node1 71094 1726886281.82904: done getting next task for host managed_node1 71094 1726886281.82906: ^ task is: TASK: Mark tasks to be skipped 71094 1726886281.82907: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886281.82915: getting variables 71094 1726886281.82916: in VariableManager get_vars() 71094 1726886281.82927: Calling all_inventory to load vars for managed_node1 71094 1726886281.82930: Calling groups_inventory to load vars for managed_node1 71094 1726886281.82932: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886281.82937: Calling all_plugins_play to load vars for managed_node1 71094 1726886281.82940: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886281.82942: Calling groups_plugins_play to load vars for managed_node1 71094 1726886281.83485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886281.84501: done with get_vars() 71094 1726886281.84521: done getting variables 71094 1726886281.84944: 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 [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml:17 Friday 20 September 2024 22:38:01 -0400 (0:00:01.198) 0:00:15.078 ****** 71094 1726886281.84979: entering _queue_task() for managed_node1/set_fact 71094 1726886281.85771: worker is 1 (out of 1 available) 71094 1726886281.85783: exiting _queue_task() for managed_node1/set_fact 71094 1726886281.85793: done queuing things up, now waiting for results queue to drain 71094 1726886281.85794: waiting for pending results... 71094 1726886281.86175: running TaskExecutor() for managed_node1/TASK: Mark tasks to be skipped 71094 1726886281.86299: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000007 71094 1726886281.86327: variable 'ansible_search_path' from source: unknown 71094 1726886281.86373: calling self._execute() 71094 1726886281.86481: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886281.86495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886281.86517: variable 'omit' from source: magic vars 71094 1726886281.86643: variable 'omit' from source: magic vars 71094 1726886281.86688: variable 'omit' from source: magic vars 71094 1726886281.87060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886281.89423: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886281.90059: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886281.90066: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886281.90069: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886281.90072: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886281.90243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 71094 1726886281.90404: Loaded config def from plugin (lookup/env) 71094 1726886281.90468: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 71094 1726886281.90608: variable 'omit' from source: magic vars 71094 1726886281.90733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886281.90736: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886281.90739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886281.90741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886281.90744: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886281.90840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886281.90844: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886281.90846: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886281.90849: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886281.90851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886281.90962: Set connection var ansible_connection to ssh 71094 1726886281.90978: Set connection var ansible_pipelining to False 71094 1726886281.90990: Set connection var ansible_timeout to 10 71094 1726886281.90999: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886281.91005: Set connection var ansible_shell_type to sh 71094 1726886281.91014: Set connection var ansible_shell_executable to /bin/sh 71094 1726886281.91043: variable 'ansible_shell_executable' from source: unknown 71094 1726886281.91054: variable 'ansible_connection' from source: unknown 71094 1726886281.91067: variable 'ansible_module_compression' from source: unknown 71094 1726886281.91079: variable 'ansible_shell_type' from source: unknown 71094 1726886281.91163: variable 'ansible_shell_executable' from source: unknown 71094 1726886281.91167: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886281.91169: variable 'ansible_pipelining' from source: unknown 71094 1726886281.91172: variable 'ansible_timeout' from source: unknown 71094 1726886281.91176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886281.91238: 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) 71094 1726886281.91259: variable 'omit' from source: magic vars 71094 1726886281.91276: starting attempt loop 71094 1726886281.91286: running the handler 71094 1726886281.91309: handler run complete 71094 1726886281.91326: attempt loop complete, returning result 71094 1726886281.91333: _execute() done 71094 1726886281.91344: dumping result to json 71094 1726886281.91351: done dumping result, returning 71094 1726886281.91366: done running TaskExecutor() for managed_node1/TASK: Mark tasks to be skipped [0affc8a3-6f6f-ce07-55d2-000000000007] 71094 1726886281.91404: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000007 ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } 71094 1726886281.91661: no more pending results, returning what we have 71094 1726886281.91664: results queue empty 71094 1726886281.91665: checking for any_errors_fatal 71094 1726886281.91666: done checking for any_errors_fatal 71094 1726886281.91667: checking for max_fail_percentage 71094 1726886281.91669: done checking for max_fail_percentage 71094 1726886281.91670: checking to see if all hosts have failed and the running result is not ok 71094 1726886281.91670: done checking to see if all hosts have failed 71094 1726886281.91671: getting the remaining hosts for this loop 71094 1726886281.91673: done getting the remaining hosts for this loop 71094 1726886281.91678: getting the next task for host managed_node1 71094 1726886281.91685: done getting next task for host managed_node1 71094 1726886281.91691: ^ task is: TASK: Get unused disks 71094 1726886281.91694: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886281.91700: getting variables 71094 1726886281.91702: in VariableManager get_vars() 71094 1726886281.91740: Calling all_inventory to load vars for managed_node1 71094 1726886281.91744: Calling groups_inventory to load vars for managed_node1 71094 1726886281.91747: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886281.91876: Calling all_plugins_play to load vars for managed_node1 71094 1726886281.91882: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886281.91889: Calling groups_plugins_play to load vars for managed_node1 71094 1726886281.92574: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000007 71094 1726886281.92577: WORKER PROCESS EXITING 71094 1726886281.92667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886281.93378: done with get_vars() 71094 1726886281.93406: done getting variables TASK [Get unused disks] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml:24 Friday 20 September 2024 22:38:01 -0400 (0:00:00.085) 0:00:15.163 ****** 71094 1726886281.93519: entering _queue_task() for managed_node1/include_tasks 71094 1726886281.93883: worker is 1 (out of 1 available) 71094 1726886281.93897: exiting _queue_task() for managed_node1/include_tasks 71094 1726886281.93908: done queuing things up, now waiting for results queue to drain 71094 1726886281.93910: waiting for pending results... 71094 1726886281.94212: running TaskExecutor() for managed_node1/TASK: Get unused disks 71094 1726886281.94323: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000008 71094 1726886281.94343: variable 'ansible_search_path' from source: unknown 71094 1726886281.94392: calling self._execute() 71094 1726886281.94493: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886281.94508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886281.94523: variable 'omit' from source: magic vars 71094 1726886281.94643: _execute() done 71094 1726886281.94652: dumping result to json 71094 1726886281.94662: done dumping result, returning 71094 1726886281.94674: done running TaskExecutor() for managed_node1/TASK: Get unused disks [0affc8a3-6f6f-ce07-55d2-000000000008] 71094 1726886281.94684: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000008 71094 1726886281.94838: no more pending results, returning what we have 71094 1726886281.94844: in VariableManager get_vars() 71094 1726886281.94886: Calling all_inventory to load vars for managed_node1 71094 1726886281.94890: Calling groups_inventory to load vars for managed_node1 71094 1726886281.94893: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886281.94909: Calling all_plugins_play to load vars for managed_node1 71094 1726886281.94912: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886281.94915: Calling groups_plugins_play to load vars for managed_node1 71094 1726886281.95872: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000008 71094 1726886281.95878: WORKER PROCESS EXITING 71094 1726886281.96065: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886281.96640: done with get_vars() 71094 1726886281.96653: variable 'ansible_search_path' from source: unknown 71094 1726886281.96675: we have included files to process 71094 1726886281.96676: generating all_blocks data 71094 1726886281.96678: done generating all_blocks data 71094 1726886281.96682: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 71094 1726886281.96683: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 71094 1726886281.96686: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 71094 1726886281.97515: done processing included file 71094 1726886281.97517: iterating over new_blocks loaded from include file 71094 1726886281.97518: in VariableManager get_vars() 71094 1726886281.97537: done with get_vars() 71094 1726886281.97544: filtering new block on tags 71094 1726886281.97573: done filtering new block on tags 71094 1726886281.97576: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 71094 1726886281.97582: extending task lists for all hosts with included blocks 71094 1726886281.97908: done extending task lists 71094 1726886281.97910: done processing included files 71094 1726886281.97911: results queue empty 71094 1726886281.97911: checking for any_errors_fatal 71094 1726886281.97915: done checking for any_errors_fatal 71094 1726886281.97915: checking for max_fail_percentage 71094 1726886281.97916: done checking for max_fail_percentage 71094 1726886281.97917: checking to see if all hosts have failed and the running result is not ok 71094 1726886281.97918: done checking to see if all hosts have failed 71094 1726886281.97919: getting the remaining hosts for this loop 71094 1726886281.97920: done getting the remaining hosts for this loop 71094 1726886281.97923: getting the next task for host managed_node1 71094 1726886281.97926: done getting next task for host managed_node1 71094 1726886281.97929: ^ task is: TASK: Ensure test packages 71094 1726886281.97931: ^ 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 71094 1726886281.97934: getting variables 71094 1726886281.97935: in VariableManager get_vars() 71094 1726886281.97947: Calling all_inventory to load vars for managed_node1 71094 1726886281.97949: Calling groups_inventory to load vars for managed_node1 71094 1726886281.97951: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886281.97961: Calling all_plugins_play to load vars for managed_node1 71094 1726886281.97964: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886281.97967: Calling groups_plugins_play to load vars for managed_node1 71094 1726886281.98471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886281.99073: done with get_vars() 71094 1726886281.99100: done getting variables 71094 1726886281.99203: 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-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Friday 20 September 2024 22:38:01 -0400 (0:00:00.057) 0:00:15.221 ****** 71094 1726886281.99230: entering _queue_task() for managed_node1/package 71094 1726886281.99596: worker is 1 (out of 1 available) 71094 1726886281.99613: exiting _queue_task() for managed_node1/package 71094 1726886281.99631: done queuing things up, now waiting for results queue to drain 71094 1726886281.99632: waiting for pending results... 71094 1726886281.99845: running TaskExecutor() for managed_node1/TASK: Ensure test packages 71094 1726886282.00000: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000176 71094 1726886282.00007: variable 'ansible_search_path' from source: unknown 71094 1726886282.00017: calling self._execute() 71094 1726886282.00107: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886282.00115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886282.00124: variable 'omit' from source: magic vars 71094 1726886282.00223: variable 'omit' from source: magic vars 71094 1726886282.00274: variable 'omit' from source: magic vars 71094 1726886282.00295: variable 'test_packages' from source: task vars 71094 1726886282.00466: variable 'test_packages' from source: task vars 71094 1726886282.00659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886282.00916: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886282.00970: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886282.00977: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886282.01008: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886282.01124: variable 'ansible_facts' from source: unknown 71094 1726886282.01647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886282.04348: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886282.04399: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886282.04444: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886282.04485: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886282.04500: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886282.04579: 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) 71094 1726886282.04602: 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) 71094 1726886282.04625: 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) 71094 1726886282.04650: 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) 71094 1726886282.04664: 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) 71094 1726886282.04740: variable '__storage_is_ostree' from source: set_fact 71094 1726886282.04744: variable 'omit' from source: magic vars 71094 1726886282.04767: variable 'omit' from source: magic vars 71094 1726886282.04787: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886282.04813: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886282.04823: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886282.04839: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886282.04846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886282.04861: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886282.04873: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886282.04897: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886282.04902: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886282.04904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886282.04987: Set connection var ansible_connection to ssh 71094 1726886282.04991: Set connection var ansible_pipelining to False 71094 1726886282.04998: Set connection var ansible_timeout to 10 71094 1726886282.05003: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886282.05008: Set connection var ansible_shell_type to sh 71094 1726886282.05011: Set connection var ansible_shell_executable to /bin/sh 71094 1726886282.05033: variable 'ansible_shell_executable' from source: unknown 71094 1726886282.05036: variable 'ansible_connection' from source: unknown 71094 1726886282.05039: variable 'ansible_module_compression' from source: unknown 71094 1726886282.05041: variable 'ansible_shell_type' from source: unknown 71094 1726886282.05043: variable 'ansible_shell_executable' from source: unknown 71094 1726886282.05045: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886282.05049: variable 'ansible_pipelining' from source: unknown 71094 1726886282.05052: variable 'ansible_timeout' from source: unknown 71094 1726886282.05063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886282.05128: 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) 71094 1726886282.05137: variable 'omit' from source: magic vars 71094 1726886282.05144: starting attempt loop 71094 1726886282.05147: running the handler 71094 1726886282.05152: variable 'ansible_facts' from source: unknown 71094 1726886282.05157: variable 'ansible_facts' from source: unknown 71094 1726886282.05202: _low_level_execute_command(): starting 71094 1726886282.05207: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886282.05721: 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 <<< 71094 1726886282.05725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.05728: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.05775: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886282.05783: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886282.05799: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.05867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.07568: stdout chunk (state=3): >>>/root <<< 71094 1726886282.07737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886282.07750: stdout chunk (state=3): >>><<< 71094 1726886282.07753: stderr chunk (state=3): >>><<< 71094 1726886282.07862: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886282.07866: _low_level_execute_command(): starting 71094 1726886282.07868: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221 `" && echo ansible-tmp-1726886282.077804-71803-25141235785221="` echo /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221 `" ) && sleep 0' 71094 1726886282.08479: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886282.08520: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.08545: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 71094 1726886282.08575: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886282.08625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.08683: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886282.08701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886282.08747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.08829: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.10732: stdout chunk (state=3): >>>ansible-tmp-1726886282.077804-71803-25141235785221=/root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221 <<< 71094 1726886282.10875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886282.10914: stderr chunk (state=3): >>><<< 71094 1726886282.10917: stdout chunk (state=3): >>><<< 71094 1726886282.10976: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886282.077804-71803-25141235785221=/root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886282.10990: variable 'ansible_module_compression' from source: unknown 71094 1726886282.11048: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 71094 1726886282.11110: variable 'ansible_facts' from source: unknown 71094 1726886282.11249: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/AnsiballZ_dnf.py 71094 1726886282.11521: Sending initial data 71094 1726886282.11525: Sent initial data (150 bytes) 71094 1726886282.12119: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.12168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886282.12187: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886282.12214: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.12295: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.13901: 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 <<< 71094 1726886282.13982: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886282.14149: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpqec83s30 /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/AnsiballZ_dnf.py <<< 71094 1726886282.14152: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/AnsiballZ_dnf.py" <<< 71094 1726886282.14189: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpqec83s30" to remote "/root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/AnsiballZ_dnf.py" <<< 71094 1726886282.15464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886282.15468: stdout chunk (state=3): >>><<< 71094 1726886282.15471: stderr chunk (state=3): >>><<< 71094 1726886282.15473: done transferring module to remote 71094 1726886282.15475: _low_level_execute_command(): starting 71094 1726886282.15480: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/ /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/AnsiballZ_dnf.py && sleep 0' 71094 1726886282.16803: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886282.16826: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886282.16846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886282.16869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886282.16886: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886282.17010: 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.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.17099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886282.17203: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886282.17247: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.17313: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.19168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886282.19174: stdout chunk (state=3): >>><<< 71094 1726886282.19193: stderr chunk (state=3): >>><<< 71094 1726886282.19294: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886282.19299: _low_level_execute_command(): starting 71094 1726886282.19302: _low_level_execute_command(): using become for this command 71094 1726886282.19304: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-idrjatbiuigeonrmcjkrsdpaqfnzxcet ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/AnsiballZ_dnf.py'"'"' && sleep 0' 71094 1726886282.19505: Initial state: awaiting_escalation: BECOME-SUCCESS-idrjatbiuigeonrmcjkrsdpaqfnzxcet 71094 1726886282.20114: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886282.20162: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.20207: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.23182: stdout chunk (state=1): >>>BECOME-SUCCESS-idrjatbiuigeonrmcjkrsdpaqfnzxcet <<< 71094 1726886282.23186: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-idrjatbiuigeonrmcjkrsdpaqfnzxcet' 71094 1726886282.23506: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886282.23531: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886282.23560: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 71094 1726886282.23633: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 71094 1726886282.23668: stdout chunk (state=3): >>>import 'posix' # <<< 71094 1726886282.23709: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 71094 1726886282.23742: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 71094 1726886282.23795: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 71094 1726886282.23834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 71094 1726886282.23922: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886282.23965: 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 0x7f2e0b4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b3e7a10> # /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 0x7f2e0b41a960> <<< 71094 1726886282.24033: stdout chunk (state=3): >>>import '_signal' # <<< 71094 1726886282.24049: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 71094 1726886282.24141: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886282.24194: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 71094 1726886282.24231: stdout chunk (state=3): >>>import 'os' # <<< 71094 1726886282.24290: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 71094 1726886282.24318: 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' <<< 71094 1726886282.24379: 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 0x7f2e0b22cfe0> <<< 71094 1726886282.24449: 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 <<< 71094 1726886282.24526: 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 0x7f2e0b22dfd0> import 'site' # <<< 71094 1726886282.24530: 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. <<< 71094 1726886282.24749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886282.24821: 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 <<< 71094 1726886282.24944: 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 <<< 71094 1726886282.24951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 71094 1726886282.24981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b273dd0> # /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' <<< 71094 1726886282.25008: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b273fe0> <<< 71094 1726886282.25037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886282.25064: 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 <<< 71094 1726886282.25235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 71094 1726886282.25238: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2a37d0> <<< 71094 1726886282.25266: 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 0x7f2e0b2a3e60> import '_collections' # <<< 71094 1726886282.25299: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b283a70> import '_functools' # <<< 71094 1726886282.25393: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2811c0> <<< 71094 1726886282.25460: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b270f80> <<< 71094 1726886282.25464: 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' <<< 71094 1726886282.25701: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 71094 1726886282.25721: 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 0x7f2e0b2c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2c6420> # /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 0x7f2e0b2821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2c4bc0> # /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 0x7f2e0b2f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b270200> # /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' <<< 71094 1726886282.25757: 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 0x7f2e0b2f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2f8bc0> <<< 71094 1726886282.25793: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.25833: 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 0x7f2e0b2f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b266d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 71094 1726886282.25859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.25874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 71094 1726886282.26047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2f95e0> <<< 71094 1726886282.26056: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2f92b0> import 'importlib.machinery' # <<< 71094 1726886282.26096: 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 0x7f2e0b2fa4e0> 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 0x7f2e0b3106e0> <<< 71094 1726886282.26106: stdout chunk (state=3): >>>import 'errno' # <<< 71094 1726886282.26165: 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 0x7f2e0b311dc0> <<< 71094 1726886282.26269: 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' <<< 71094 1726886282.26280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 71094 1726886282.26284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b312c30> <<< 71094 1726886282.26288: 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 0x7f2e0b313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b312180> <<< 71094 1726886282.26314: 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' <<< 71094 1726886282.26389: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.26392: 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 0x7f2e0b313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b313410> <<< 71094 1726886282.26476: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2fa450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886282.26550: 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' <<< 71094 1726886282.26553: 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 0x7f2e0b097b30> # /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' <<< 71094 1726886282.26583: 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 0x7f2e0b0c0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c03e0> <<< 71094 1726886282.26641: 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 0x7f2e0b0c06b0> <<< 71094 1726886282.26711: 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' <<< 71094 1726886282.26760: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.26847: 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 0x7f2e0b0c0fe0> <<< 71094 1726886282.26964: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.27020: 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 0x7f2e0b0c1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b095cd0> <<< 71094 1726886282.27131: 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' <<< 71094 1726886282.27137: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c2c00> <<< 71094 1726886282.27164: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c0b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2fac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886282.27209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.27340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 71094 1726886282.27377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0eaf30> # /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' <<< 71094 1726886282.27406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 71094 1726886282.27409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886282.27453: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b1172c0> <<< 71094 1726886282.27482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886282.27516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886282.27614: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886282.27618: 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 0x7f2e0b13ffe0> <<< 71094 1726886282.27620: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886282.27674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886282.27676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 71094 1726886282.27717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 71094 1726886282.28010: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b172780> <<< 71094 1726886282.28014: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b170140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b117f50> # /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 0x7f2e0af790d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b1160c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c3b30> <<< 71094 1726886282.28103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 71094 1726886282.28128: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e0af79340> <<< 71094 1726886282.28302: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_c61dgzrd/ansible_ansible.legacy.dnf_payload.zip' <<< 71094 1726886282.28323: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.28458: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.28518: 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' <<< 71094 1726886282.28522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886282.28594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886282.28632: 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' <<< 71094 1726886282.28645: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0afceea0> import '_typing' # <<< 71094 1726886282.28827: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0afadd90> <<< 71094 1726886282.28861: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0afacef0> # zipimport: zlib available import 'ansible' # <<< 71094 1726886282.28929: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886282.28953: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 71094 1726886282.30375: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.31479: 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 0x7f2e0afcd190> <<< 71094 1726886282.31530: 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' <<< 71094 1726886282.31589: 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' <<< 71094 1726886282.31724: 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 0x7f2e0affa7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0affa540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0aff9e50> # /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' <<< 71094 1726886282.31735: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0affa5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2829c0> import 'atexit' # <<< 71094 1726886282.31793: 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 0x7f2e0affb500> <<< 71094 1726886282.31808: 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 0x7f2e0affb680> <<< 71094 1726886282.31963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886282.31976: 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 0x7f2e0affbbc0> 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' <<< 71094 1726886282.32006: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a919970> <<< 71094 1726886282.32038: 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 0x7f2e0a91b590> <<< 71094 1726886282.32068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886282.32100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 71094 1726886282.32123: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a91bf20> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 71094 1726886282.32165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 71094 1726886282.32205: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a921100> <<< 71094 1726886282.32212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886282.32234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886282.32262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886282.32275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886282.32314: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a923b60> <<< 71094 1726886282.32407: 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 0x7f2e0afafe90> <<< 71094 1726886282.32443: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a921e20> # /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' <<< 71094 1726886282.32468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 71094 1726886282.32539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 71094 1726886282.32562: 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 0x7f2e0a9278c0> import '_tokenize' # <<< 71094 1726886282.32667: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a926390> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a9260f0> # /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' <<< 71094 1726886282.32754: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a926660> <<< 71094 1726886282.32779: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a9222a0> <<< 71094 1726886282.32912: 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 0x7f2e0a96bb30> <<< 71094 1726886282.32916: 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 0x7f2e0a96bd10> # /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' <<< 71094 1726886282.32934: 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 0x7f2e0a96d7f0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96d5b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886282.33047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886282.33115: 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 0x7f2e0a96fd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96dee0> <<< 71094 1726886282.33134: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 71094 1726886282.33198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.33293: 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' # <<< 71094 1726886282.33299: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a973560> <<< 71094 1726886282.33382: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96fef0> <<< 71094 1726886282.33440: 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 0x7f2e0a974320> <<< 71094 1726886282.33482: 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 0x7f2e0a974350> <<< 71094 1726886282.33540: 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 0x7f2e0a974860> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96bfb0> <<< 71094 1726886282.33607: 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 <<< 71094 1726886282.33670: 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' <<< 71094 1726886282.33677: 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 0x7f2e0a977ec0> <<< 71094 1726886282.33810: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.33813: 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 0x7f2e0a800f20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a976690> <<< 71094 1726886282.33858: 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 0x7f2e0a977a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a9762d0> <<< 71094 1726886282.33906: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 71094 1726886282.33910: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.34002: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.34112: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.34122: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 71094 1726886282.34149: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 71094 1726886282.34273: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.34386: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.34925: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.35453: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886282.35472: 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' # <<< 71094 1726886282.35512: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 71094 1726886282.35533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.35578: 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 0x7f2e0a805190> <<< 71094 1726886282.35665: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 71094 1726886282.35668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 71094 1726886282.35684: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a805f10> <<< 71094 1726886282.35696: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a801160> <<< 71094 1726886282.35745: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 71094 1726886282.35776: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886282.35792: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 71094 1726886282.35826: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.35968: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.36117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886282.36121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a806000> <<< 71094 1726886282.36139: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.36587: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.37283: 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' # # zipimport: zlib available <<< 71094 1726886282.37384: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.37419: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886282.37446: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886282.37482: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 71094 1726886282.37505: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.37608: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 71094 1726886282.37784: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886282.38089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886282.38092: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886282.38173: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8071d0> <<< 71094 1726886282.38176: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38251: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38331: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 71094 1726886282.38364: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886282.38393: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38407: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38457: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886282.38461: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38501: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38610: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38613: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.38677: 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 <<< 71094 1726886282.38716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.38835: 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 0x7f2e0a811be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a80fda0> <<< 71094 1726886282.38916: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 71094 1726886282.38941: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886282.39003: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.39083: 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' <<< 71094 1726886282.39172: 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 <<< 71094 1726886282.39192: 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 <<< 71094 1726886282.39240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886282.39244: 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' <<< 71094 1726886282.39342: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a902690> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b01e390> <<< 71094 1726886282.39423: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a811d00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a80ec90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 71094 1726886282.39458: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.39503: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886282.39662: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 71094 1726886282.39675: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 71094 1726886282.40181: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.40700: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.41364: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.42022: 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' <<< 71094 1726886282.42100: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a7cb0> # /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 0x7f2e0a8a5370> <<< 71094 1726886282.42286: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # 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 0x7f2e0a8a4740> <<< 71094 1726886282.42330: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a42c0> # /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 0x7f2e0a8a5040> # /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' <<< 71094 1726886282.42376: 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' <<< 71094 1726886282.42380: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a889580> <<< 71094 1726886282.42434: 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 0x7f2e0a888860> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 71094 1726886282.42447: 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 0x7f2e0a4ba2a0> <<< 71094 1726886282.42517: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a6870> <<< 71094 1726886282.42521: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 71094 1726886282.42553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 71094 1726886282.42580: 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' <<< 71094 1726886282.42610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 71094 1726886282.42651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 71094 1726886282.42718: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4bce60> <<< 71094 1726886282.42827: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4bb9e0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4bad50> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a5d00> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 71094 1726886282.42842: 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 <<< 71094 1726886282.42938: 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 <<< 71094 1726886282.42961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a528e90> <<< 71094 1726886282.43075: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4e0fb0> <<< 71094 1726886282.43224: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4bb800> <<< 71094 1726886282.43273: 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' <<< 71094 1726886282.43423: 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 0x7f2e0a530890> <<< 71094 1726886282.43427: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a52ac60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4e0ad0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a56d0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a50d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a4dd0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a4080> <<< 71094 1726886282.43485: 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 0x7f2e0a8a5100> # /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 <<< 71094 1726886282.43592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 71094 1726886282.43611: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a530f20> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a530b30> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 71094 1726886282.43651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.43685: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a531670> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 71094 1726886282.43709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 71094 1726886282.43759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 71094 1726886282.43812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 71094 1726886282.43863: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.43958: 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 0x7f2e0a4b02f0> <<< 71094 1726886282.44176: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a53d4c0> <<< 71094 1726886282.44179: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a5325d0> <<< 71094 1726886282.44205: 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' <<< 71094 1726886282.44260: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a53cf50> <<< 71094 1726886282.44500: 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 0x7f2e0a54df10> # /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' <<< 71094 1726886282.44504: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a54eba0> <<< 71094 1726886282.44522: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a54e660> # /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 0x7f2e0a54f0b0> <<< 71094 1726886282.44543: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 71094 1726886282.44565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 71094 1726886282.44788: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a5237d0> <<< 71094 1726886282.44816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 71094 1726886282.44845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a443f80> <<< 71094 1726886282.44900: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.45008: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 71094 1726886282.45043: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.45241: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.45282: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 71094 1726886282.45338: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.45394: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 71094 1726886282.45414: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.45527: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.45638: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 71094 1726886282.45735: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886282.46221: 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' <<< 71094 1726886282.46359: 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' <<< 71094 1726886282.46389: 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 0x7f2e0a186b70> # /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' <<< 71094 1726886282.46494: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a186c90> <<< 71094 1726886282.46649: 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 0x7f2e0a1d6ea0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1d66f0> # 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 0x7f2e0a1d68a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1871d0> <<< 71094 1726886282.46681: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a185d30> <<< 71094 1726886282.46738: 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 0x7f2e0a186810> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 71094 1726886282.46788: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 71094 1726886282.46835: 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' <<< 71094 1726886282.46862: 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' <<< 71094 1726886282.47106: 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 0x7f2e0a254470> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1f3fe0> # /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' <<< 71094 1726886282.47110: 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 0x7f2e0a257d40> <<< 71094 1726886282.47194: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a2545c0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 71094 1726886282.47246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 71094 1726886282.48272: 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 0x7f2e09d3ae40> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a257e90> <<< 71094 1726886282.48294: 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 <<< 71094 1726886282.48353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 71094 1726886282.48472: 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 0x7f2e09db8b90> <<< 71094 1726886282.48699: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e09d3b410> # /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' <<< 71094 1726886282.48737: 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 0x7f2e09dbbb00> <<< 71094 1726886282.48791: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e09db8cb0> <<< 71094 1726886282.48806: 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 <<< 71094 1726886282.48840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 71094 1726886282.48968: 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 0x7f2e09df7c20> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e09dbbe30> <<< 71094 1726886282.48995: 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' <<< 71094 1726886282.49066: 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 0x7f2e083b4f50> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b4350> <<< 71094 1726886282.49091: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1f3b90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 71094 1726886282.49192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 71094 1726886282.49287: 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 0x7f2e083d4470> <<< 71094 1726886282.49291: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b78c0> <<< 71094 1726886282.49294: 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 <<< 71094 1726886282.49384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 71094 1726886282.49388: 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 <<< 71094 1726886282.49391: 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 0x7f2e083d6a20> <<< 71094 1726886282.49629: 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 0x7f2e083d7920> <<< 71094 1726886282.49632: 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' <<< 71094 1726886282.49936: 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 0x7f2e083fc230> <<< 71094 1726886282.49974: 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 <<< 71094 1726886282.49996: 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 0x7f2e083d7fb0> <<< 71094 1726886282.50037: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d7b60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d68d0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d6270> <<< 71094 1726886282.50162: 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 <<< 71094 1726886282.50165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.50260: 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 0x7f2e083ff380> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d6e40> <<< 71094 1726886282.50263: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d46e0> <<< 71094 1726886282.50290: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b6ed0> <<< 71094 1726886282.50379: 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' <<< 71094 1726886282.50508: 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 0x7f2e083b75f0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b7350> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b50d0> <<< 71094 1726886282.50574: 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 0x7f2e08438a10> # /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' <<< 71094 1726886282.50866: 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' <<< 71094 1726886282.50873: 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 <<< 71094 1726886282.50934: 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 0x7f2e0843aed0> # /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 0x7f2e0843b6b0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0843a1e0> # /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 0x7f2e0843bec0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e084388f0> # /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' <<< 71094 1726886282.50946: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08465970> <<< 71094 1726886282.50986: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08464ef0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08464d10> # /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' <<< 71094 1726886282.50990: 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 <<< 71094 1726886282.51062: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 71094 1726886282.51066: 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 <<< 71094 1726886282.51068: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 71094 1726886282.51110: 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' <<< 71094 1726886282.51206: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d2ca40> <<< 71094 1726886282.51351: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 71094 1726886282.51355: 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 # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d5aae0> # 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 0x7f2e07d5ae40> <<< 71094 1726886282.51386: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d2ed50> <<< 71094 1726886282.51415: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d2cef0> <<< 71094 1726886282.51513: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08467ef0> <<< 71094 1726886282.51516: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08466180> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08465eb0> <<< 71094 1726886282.51583: 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 <<< 71094 1726886282.51598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 71094 1726886282.51670: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d949e0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d5bb00> <<< 71094 1726886282.51675: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e084666c0> <<< 71094 1726886282.51764: 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' <<< 71094 1726886282.51802: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d95100> # /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 0x7f2e07d954c0> # /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 0x7f2e07d95580> # /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 0x7f2e07d956a0> <<< 71094 1726886282.51836: 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 <<< 71094 1726886282.51846: 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 <<< 71094 1726886282.51909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 71094 1726886282.51949: 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 0x7f2e07db4260> <<< 71094 1726886282.52041: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d96390> <<< 71094 1726886282.52045: 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 0x7f2e07db4350> # /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' <<< 71094 1726886282.52220: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07db4440> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d955e0> # /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' <<< 71094 1726886282.52234: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07db45f0> <<< 71094 1726886282.52252: 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 # 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 <<< 71094 1726886282.52397: 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 # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 71094 1726886282.52411: 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 0x7f2e07ddffe0> <<< 71094 1726886282.52543: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07ddf440> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07dddeb0> <<< 71094 1726886282.52652: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07db5df0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07db5250> <<< 71094 1726886282.52690: 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 0x7f2e07ddcc80> <<< 71094 1726886282.52721: 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 0x7f2e07db7380> <<< 71094 1726886282.52777: 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 0x7f2e07e1c830> <<< 71094 1726886282.52913: 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 0x7f2e07e1caa0> # /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 0x7f2e07e1d400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1ce90> <<< 71094 1726886282.52949: 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 0x7f2e07e1e300> <<< 71094 1726886282.52953: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1d6f90> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a185b20> <<< 71094 1726886282.53607: 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 <<< 71094 1726886282.53610: 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 0x7f2e07e1f020> <<< 71094 1726886282.53690: 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 <<< 71094 1726886282.53693: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 71094 1726886282.53696: 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 <<< 71094 1726886282.53803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 71094 1726886282.53806: 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 0x7f2e07befaa0> <<< 71094 1726886282.53810: 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' <<< 71094 1726886282.53996: 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' <<< 71094 1726886282.54079: 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 0x7f2e07c15b20> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c156d0> <<< 71094 1726886282.54089: 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 0x7f2e0a8070b0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c14590> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07befdd0> <<< 71094 1726886282.54146: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07becb30> <<< 71094 1726886282.54168: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07bef890> <<< 71094 1726886282.54424: 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 <<< 71094 1726886282.54443: 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 0x7f2e07c2af90> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c29ac0> # /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 0x7f2e07c507a0> # /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 0x7f2e07c50aa0> # /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 0x7f2e07c50d10> <<< 71094 1726886282.54471: 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 <<< 71094 1726886282.54518: 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 0x7f2e07c50fb0> <<< 71094 1726886282.54535: 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 <<< 71094 1726886282.54563: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 71094 1726886282.54660: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c516d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c51520> <<< 71094 1726886282.54665: 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 <<< 71094 1726886282.54671: 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 0x7f2e07c52fc0> <<< 71094 1726886282.54692: 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 0x7f2e07c53110> # /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 <<< 71094 1726886282.54757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 71094 1726886282.54761: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c532f0> <<< 71094 1726886282.54789: 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 <<< 71094 1726886282.54802: 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 <<< 71094 1726886282.54835: 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 0x7f2e07c68290> <<< 71094 1726886282.54961: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c53ad0> <<< 71094 1726886282.54965: 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 0x7f2e07c684a0> # /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 <<< 71094 1726886282.55030: 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 0x7f2e07c69250> # /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 0x7f2e07c69430> # /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 <<< 71094 1726886282.55070: 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 0x7f2e07c69700> <<< 71094 1726886282.55166: 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' <<< 71094 1726886282.55179: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c6a5d0> # /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 0x7f2e07c6a840> # /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' <<< 71094 1726886282.55325: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c6aa50> # /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 <<< 71094 1726886282.55329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c6b620> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c6b170> <<< 71094 1726886282.55427: 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' # /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 0x7f2e07c904d0> <<< 71094 1726886282.55435: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c6bdd0> # /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 0x7f2e07c91160> # /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 <<< 71094 1726886282.55497: 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 0x7f2e07c91460> <<< 71094 1726886282.55534: 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' <<< 71094 1726886282.55595: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c923c0> # /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 0x7f2e07c92660> # /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 0x7f2e07c92810> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1f470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1f200> <<< 71094 1726886282.55666: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1e930> # /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' <<< 71094 1726886282.55752: 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' <<< 71094 1726886282.55757: 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 0x7f2e07c93230> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c92f60> <<< 71094 1726886282.55769: 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 <<< 71094 1726886282.55939: 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 # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 71094 1726886282.55943: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07cb56a0> <<< 71094 1726886282.55945: 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' <<< 71094 1726886282.56036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 71094 1726886282.56057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 71094 1726886282.56072: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07cb6d20> <<< 71094 1726886282.56141: 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 0x7f2e07cb5fd0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07cb5bb0> <<< 71094 1726886282.56367: 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' <<< 71094 1726886282.56381: 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 0x7f2e07a0c560> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e079f7950> # /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' # <<< 71094 1726886282.56433: 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 0x7f2e07a0e090> # /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' <<< 71094 1726886282.56436: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a0fc80> <<< 71094 1726886282.56469: 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' <<< 71094 1726886282.56486: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 71094 1726886282.56526: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a0cbf0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a0c8c0> <<< 71094 1726886282.56690: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c934d0> # /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 0x7f2e07cb51f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c93080> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07bec200> # /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 <<< 71094 1726886282.56707: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 71094 1726886282.56732: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a39f10> <<< 71094 1726886282.56795: 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 <<< 71094 1726886282.56825: 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 0x7f2e07a3a7e0> # /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 <<< 71094 1726886282.56941: 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 0x7f2e07a3b800> # /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' <<< 71094 1726886282.56947: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a3be60> <<< 71094 1726886282.57035: 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' # /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' <<< 71094 1726886282.57038: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.57238: 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 0x7f2e07a61550> <<< 71094 1726886282.57241: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a60f20> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a60bc0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a60860> <<< 71094 1726886282.57331: 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' <<< 71094 1726886282.57423: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a60a40> # /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 <<< 71094 1726886282.57709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886282.57712: 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 0x7f2e07a631a0> # /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 0x7f2e07a63230> <<< 71094 1726886282.57729: 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 0x7f2e07a63920> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a637a0> # /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 <<< 71094 1726886282.57790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 71094 1726886282.57838: 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 0x7f2e07a91f40> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 71094 1726886282.57872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 71094 1726886282.57895: 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' <<< 71094 1726886282.57948: 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 0x7f2e07a93110> <<< 71094 1726886282.57966: 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 0x7f2e07a93380> # /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' <<< 71094 1726886282.57992: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886282.58015: 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 0x7f2e07a934d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a93320> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a92bd0> <<< 71094 1726886282.58082: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a92060> <<< 71094 1726886282.58084: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a91370> <<< 71094 1726886282.58158: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a908f0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a90170> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a62cc0> <<< 71094 1726886282.58198: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a621b0> <<< 71094 1726886282.58301: 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 <<< 71094 1726886282.58306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 71094 1726886282.58309: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a93230> # /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 0x7f2e07a93950> <<< 71094 1726886282.58312: 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 0x7f2e07abc260> # /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' <<< 71094 1726886282.58421: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07abc620> # /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 0x7f2e07abcf20> <<< 71094 1726886282.58424: 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 <<< 71094 1726886282.58489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 71094 1726886282.58493: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07abda60> <<< 71094 1726886282.71480: 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}}} <<< 71094 1726886282.72808: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 71094 1726886282.72827: stdout chunk (state=3): >>># destroy __main__ <<< 71094 1726886282.73267: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 71094 1726886282.73295: 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 <<< 71094 1726886282.73384: 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 # 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 <<< 71094 1726886282.73593: 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 # 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.exceptio<<< 71094 1726886282.73615: stdout chunk (state=3): >>>ns # 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 <<< 71094 1726886282.74181: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 71094 1726886282.74394: 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 # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version <<< 71094 1726886282.74399: 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 <<< 71094 1726886282.74442: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 <<< 71094 1726886282.74452: 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 # destroy uuid # destroy systemd.journal <<< 71094 1726886282.74554: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 71094 1726886282.74609: 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 # 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 <<< 71094 1726886282.74617: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols <<< 71094 1726886282.74763: stdout chunk (state=3): >>># cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # 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 <<< 71094 1726886282.74816: 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 # 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 <<< 71094 1726886282.74844: 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 71094 1726886282.74911: 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 <<< 71094 1726886282.74917: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 71094 1726886282.75054: 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 # 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 <<< 71094 1726886282.75059: stdout chunk (state=3): >>># 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 <<< 71094 1726886282.75288: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal <<< 71094 1726886282.75305: 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 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 <<< 71094 1726886282.75645: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 71094 1726886282.75681: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 71094 1726886282.75762: stdout chunk (state=3): >>># destroy _hashlib <<< 71094 1726886282.75793: stdout chunk (state=3): >>># 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 <<< 71094 1726886282.75873: 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 <<< 71094 1726886282.75972: 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 # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 71094 1726886282.76001: 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 <<< 71094 1726886282.76086: stdout chunk (state=3): >>># destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 71094 1726886282.76186: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 71094 1726886282.76208: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 71094 1726886282.76285: stdout chunk (state=3): >>># destroy _ssl <<< 71094 1726886282.76321: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886282.76521: 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 <<< 71094 1726886282.76525: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 71094 1726886282.77593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886282.77597: stdout chunk (state=3): >>><<< 71094 1726886282.77599: stderr chunk (state=3): >>><<< 71094 1726886282.77969: _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 0x7f2e0b4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b3e7a10> # /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 0x7f2e0b41a960> 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 0x7f2e0b22cfe0> # /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 0x7f2e0b22dfd0> 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 0x7f2e0b273dd0> # /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 0x7f2e0b273fe0> # /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 0x7f2e0b2a37d0> # /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 0x7f2e0b2a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b283a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b270f80> # /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 0x7f2e0b2c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2c6420> # /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 0x7f2e0b2821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2c4bc0> # /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 0x7f2e0b2f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b270200> # /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 0x7f2e0b2f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2f8bc0> # 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 0x7f2e0b2f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b266d20> # /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 0x7f2e0b2f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2f92b0> 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 0x7f2e0b2fa4e0> 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 0x7f2e0b3106e0> 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 0x7f2e0b311dc0> # /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 0x7f2e0b312c30> # 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 0x7f2e0b313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b312180> # /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 0x7f2e0b313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b313410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2fa450> # /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 0x7f2e0b097b30> # /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 0x7f2e0b0c0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c03e0> # 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 0x7f2e0b0c06b0> # /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 0x7f2e0b0c0fe0> # 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 0x7f2e0b0c1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b095cd0> # /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 0x7f2e0b0c2c00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c0b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2fac00> # /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 0x7f2e0b0eaf30> # /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 0x7f2e0b1172c0> # /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 0x7f2e0b13ffe0> # /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 0x7f2e0b172780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b170140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b117f50> # /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 0x7f2e0af790d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b1160c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b0c3b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2e0af79340> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_c61dgzrd/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 0x7f2e0afceea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0afadd90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0afacef0> # 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 0x7f2e0afcd190> # /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 0x7f2e0affa7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0affa540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0aff9e50> # /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 0x7f2e0affa5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b2829c0> 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 0x7f2e0affb500> # 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 0x7f2e0affb680> # /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 0x7f2e0affbbc0> 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 0x7f2e0a919970> # 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 0x7f2e0a91b590> # /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 0x7f2e0a91bf20> # /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 0x7f2e0a921100> # /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 0x7f2e0a923b60> # 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 0x7f2e0afafe90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a921e20> # /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 0x7f2e0a9278c0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a926390> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a9260f0> # /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 0x7f2e0a926660> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a9222a0> # 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 0x7f2e0a96bb30> # /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 0x7f2e0a96bd10> # /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 0x7f2e0a96d7f0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96d5b0> # /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 0x7f2e0a96fd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96dee0> # /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 0x7f2e0a973560> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96fef0> # 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 0x7f2e0a974320> # 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 0x7f2e0a974350> # 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 0x7f2e0a974860> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a96bfb0> # /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 0x7f2e0a977ec0> # 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 0x7f2e0a800f20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a976690> # 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 0x7f2e0a977a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a9762d0> # 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 0x7f2e0a805190> # /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 0x7f2e0a805f10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a801160> 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 0x7f2e0a806000> # 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 0x7f2e0a8071d0> # 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 0x7f2e0a811be0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a80fda0> 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 0x7f2e0a902690> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0b01e390> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a811d00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a80ec90> # 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 0x7f2e0a8a7cb0> # /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 0x7f2e0a8a5370> # /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 0x7f2e0a8a4740> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a42c0> # /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 0x7f2e0a8a5040> # /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 0x7f2e0a889580> # /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 0x7f2e0a888860> # /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 0x7f2e0a4ba2a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a6870> # /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 0x7f2e0a4bce60> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4bb9e0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4bad50> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a5d00> # /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 0x7f2e0a528e90> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4e0fb0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4bb800> # /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 0x7f2e0a530890> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a52ac60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a4e0ad0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a56d0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a50d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a4dd0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a8a4080> # /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 0x7f2e0a8a5100> # /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 0x7f2e0a530f20> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a530b30> # /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 0x7f2e0a531670> # /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 0x7f2e0a4b02f0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a53d4c0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a5325d0> # /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 0x7f2e0a53cf50> # /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 0x7f2e0a54df10> # /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 0x7f2e0a54eba0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a54e660> # /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 0x7f2e0a54f0b0> # /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 0x7f2e0a5237d0> # /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 0x7f2e0a443f80> # 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 0x7f2e0a186b70> # /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 0x7f2e0a186c90> # /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 0x7f2e0a1d6ea0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1d66f0> # 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 0x7f2e0a1d68a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1871d0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a185d30> # /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 0x7f2e0a186810> # /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 0x7f2e0a254470> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1f3fe0> # /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 0x7f2e0a257d40> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a2545c0> # /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 0x7f2e09d3ae40> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a257e90> # /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 0x7f2e09db8b90> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e09d3b410> # /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 0x7f2e09dbbb00> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e09db8cb0> # /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 0x7f2e09df7c20> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e09dbbe30> # /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 0x7f2e083b4f50> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b4350> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1f3b90> # /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 0x7f2e083d4470> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b78c0> # /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 0x7f2e083d6a20> # /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 0x7f2e083d7920> # /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 0x7f2e083fc230> # /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 0x7f2e083d7fb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d7b60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d68d0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d6270> # /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 0x7f2e083ff380> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d6e40> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083d46e0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b6ed0> # /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 0x7f2e083b75f0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b7350> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e083b50d0> # /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 0x7f2e08438a10> # /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 0x7f2e0843aed0> # /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 0x7f2e0843b6b0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0843a1e0> # /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 0x7f2e0843bec0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e084388f0> # /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 0x7f2e08465970> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08464ef0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08464d10> # /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 0x7f2e07d2ca40> # /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 0x7f2e07d5aae0> # 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 0x7f2e07d5ae40> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d2ed50> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d2cef0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08467ef0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08466180> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e08465eb0> # /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 0x7f2e07d949e0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d5bb00> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e084666c0> # /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 0x7f2e07d95100> # /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 0x7f2e07d954c0> # /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 0x7f2e07d95580> # /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 0x7f2e07d956a0> # /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 0x7f2e07db4260> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d96390> # /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 0x7f2e07db4350> # /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 0x7f2e07db4440> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07d955e0> # /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 0x7f2e07db45f0> # /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 0x7f2e07ddffe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07ddf440> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07dddeb0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07db5df0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07db5250> # /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 0x7f2e07ddcc80> # /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 0x7f2e07db7380> # /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 0x7f2e07e1c830> # /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 0x7f2e07e1caa0> # /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 0x7f2e07e1d400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1ce90> # /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 0x7f2e07e1e300> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a1d6f90> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e0a185b20> # /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 0x7f2e07e1f020> # /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 0x7f2e07befaa0> # /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 0x7f2e07c15b20> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c156d0> # 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 0x7f2e0a8070b0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c14590> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07befdd0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07becb30> # /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 0x7f2e07bef890> # /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 0x7f2e07c2af90> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c29ac0> # /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 0x7f2e07c507a0> # /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 0x7f2e07c50aa0> # /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 0x7f2e07c50d10> # /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 0x7f2e07c50fb0> # /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 0x7f2e07c516d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c51520> # /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 0x7f2e07c52fc0> # /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 0x7f2e07c53110> # /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 0x7f2e07c532f0> # /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 0x7f2e07c68290> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c53ad0> # /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 0x7f2e07c684a0> # /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 0x7f2e07c69250> # /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 0x7f2e07c69430> # /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 0x7f2e07c69700> # /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 0x7f2e07c6a5d0> # /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 0x7f2e07c6a840> # /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 0x7f2e07c6aa50> # /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 0x7f2e07c6b620> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c6b170> # /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 0x7f2e07c904d0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c6bdd0> # /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 0x7f2e07c91160> # /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 0x7f2e07c91460> # /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 0x7f2e07c923c0> # /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 0x7f2e07c92660> # /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 0x7f2e07c92810> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1f470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1f200> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07e1e930> # /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 0x7f2e07c93230> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c92f60> # /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 0x7f2e07cb56a0> # /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 0x7f2e07cb6d20> # 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 0x7f2e07cb5fd0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07cb5bb0> # /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 0x7f2e07a0c560> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e079f7950> # /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 0x7f2e07a0e090> # /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 0x7f2e07a0fc80> # /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 0x7f2e07a0cbf0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a0c8c0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c934d0> # /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 0x7f2e07cb51f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07c93080> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07bec200> # /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 0x7f2e07a39f10> # /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 0x7f2e07a3a7e0> # /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 0x7f2e07a3b800> # /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 0x7f2e07a3be60> # /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 0x7f2e07a61550> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a60f20> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a60bc0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a60860> # /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 0x7f2e07a60a40> # /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 0x7f2e07a631a0> # /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 0x7f2e07a63230> # /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 0x7f2e07a63920> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a637a0> # /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 0x7f2e07a91f40> # /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 0x7f2e07a93110> # /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 0x7f2e07a93380> # /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 0x7f2e07a934d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a93320> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a92bd0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a92060> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a91370> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a908f0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a90170> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a62cc0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2e07a621b0> # /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 0x7f2e07a93230> # /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 0x7f2e07a93950> # /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 0x7f2e07abc260> # /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 0x7f2e07abc620> # /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 0x7f2e07abcf20> # /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 0x7f2e07abda60> {"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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. 71094 1726886282.80770: 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-1726886282.077804-71803-25141235785221/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886282.80774: _low_level_execute_command(): starting 71094 1726886282.80777: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886282.077804-71803-25141235785221/ > /dev/null 2>&1 && sleep 0' 71094 1726886282.80780: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886282.80782: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886282.80784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886282.80787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886282.80789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886282.80792: 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.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.80795: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886282.80798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886282.80800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.80802: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.82270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886282.82275: stderr chunk (state=3): >>><<< 71094 1726886282.82278: stdout chunk (state=3): >>><<< 71094 1726886282.82281: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886282.82283: handler run complete 71094 1726886282.82285: attempt loop complete, returning result 71094 1726886282.82287: _execute() done 71094 1726886282.82290: dumping result to json 71094 1726886282.82292: done dumping result, returning 71094 1726886282.82294: done running TaskExecutor() for managed_node1/TASK: Ensure test packages [0affc8a3-6f6f-ce07-55d2-000000000176] 71094 1726886282.82296: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000176 71094 1726886282.82598: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000176 71094 1726886282.82602: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 71094 1726886282.82676: no more pending results, returning what we have 71094 1726886282.82679: results queue empty 71094 1726886282.82680: checking for any_errors_fatal 71094 1726886282.82681: done checking for any_errors_fatal 71094 1726886282.82682: checking for max_fail_percentage 71094 1726886282.82683: done checking for max_fail_percentage 71094 1726886282.82684: checking to see if all hosts have failed and the running result is not ok 71094 1726886282.82685: done checking to see if all hosts have failed 71094 1726886282.82686: getting the remaining hosts for this loop 71094 1726886282.82687: done getting the remaining hosts for this loop 71094 1726886282.82690: getting the next task for host managed_node1 71094 1726886282.82696: done getting next task for host managed_node1 71094 1726886282.82699: ^ task is: TASK: Find unused disks in the system 71094 1726886282.82702: ^ 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=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 71094 1726886282.82708: getting variables 71094 1726886282.82710: in VariableManager get_vars() 71094 1726886282.82747: Calling all_inventory to load vars for managed_node1 71094 1726886282.82750: Calling groups_inventory to load vars for managed_node1 71094 1726886282.82753: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886282.82766: Calling all_plugins_play to load vars for managed_node1 71094 1726886282.82769: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886282.82772: Calling groups_plugins_play to load vars for managed_node1 71094 1726886282.83288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886282.83985: done with get_vars() 71094 1726886282.84009: done getting variables TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Friday 20 September 2024 22:38:02 -0400 (0:00:00.848) 0:00:16.070 ****** 71094 1726886282.84130: entering _queue_task() for managed_node1/fedora.linux_system_roles.find_unused_disk 71094 1726886282.84132: Creating lock for fedora.linux_system_roles.find_unused_disk 71094 1726886282.84540: worker is 1 (out of 1 available) 71094 1726886282.84552: exiting _queue_task() for managed_node1/fedora.linux_system_roles.find_unused_disk 71094 1726886282.84695: done queuing things up, now waiting for results queue to drain 71094 1726886282.84697: waiting for pending results... 71094 1726886282.84939: running TaskExecutor() for managed_node1/TASK: Find unused disks in the system 71094 1726886282.85043: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000177 71094 1726886282.85069: variable 'ansible_search_path' from source: unknown 71094 1726886282.85110: calling self._execute() 71094 1726886282.85254: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886282.85268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886282.85280: variable 'omit' from source: magic vars 71094 1726886282.85416: variable 'omit' from source: magic vars 71094 1726886282.85564: variable 'omit' from source: magic vars 71094 1726886282.85787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886282.89011: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886282.89124: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886282.89285: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886282.89291: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886282.89295: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886282.89509: 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) 71094 1726886282.89518: 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) 71094 1726886282.89522: 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) 71094 1726886282.89560: 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) 71094 1726886282.89581: 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) 71094 1726886282.89780: variable 'omit' from source: magic vars 71094 1726886282.90161: variable 'omit' from source: magic vars 71094 1726886282.90198: variable 'max_return' from source: include params 71094 1726886282.90212: variable 'omit' from source: magic vars 71094 1726886282.90328: variable 'omit' from source: magic vars 71094 1726886282.90428: variable 'omit' from source: magic vars 71094 1726886282.90448: variable 'omit' from source: magic vars 71094 1726886282.90486: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886282.90584: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886282.90621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886282.90642: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886282.90657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886282.90720: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886282.90724: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886282.90740: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886282.90751: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886282.90762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886282.90883: Set connection var ansible_connection to ssh 71094 1726886282.90895: Set connection var ansible_pipelining to False 71094 1726886282.90938: Set connection var ansible_timeout to 10 71094 1726886282.90942: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886282.90944: Set connection var ansible_shell_type to sh 71094 1726886282.90946: Set connection var ansible_shell_executable to /bin/sh 71094 1726886282.90980: variable 'ansible_shell_executable' from source: unknown 71094 1726886282.91046: variable 'ansible_connection' from source: unknown 71094 1726886282.91049: variable 'ansible_module_compression' from source: unknown 71094 1726886282.91052: variable 'ansible_shell_type' from source: unknown 71094 1726886282.91053: variable 'ansible_shell_executable' from source: unknown 71094 1726886282.91057: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886282.91059: variable 'ansible_pipelining' from source: unknown 71094 1726886282.91061: variable 'ansible_timeout' from source: unknown 71094 1726886282.91063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886282.91181: 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__) 71094 1726886282.91196: variable 'omit' from source: magic vars 71094 1726886282.91208: starting attempt loop 71094 1726886282.91215: running the handler 71094 1726886282.91231: _low_level_execute_command(): starting 71094 1726886282.91242: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886282.92398: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.92406: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886282.92409: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.92463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.94138: stdout chunk (state=3): >>>/root <<< 71094 1726886282.94271: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886282.94313: stdout chunk (state=3): >>><<< 71094 1726886282.94317: stderr chunk (state=3): >>><<< 71094 1726886282.94440: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886282.94453: _low_level_execute_command(): starting 71094 1726886282.94472: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066 `" && echo ansible-tmp-1726886282.9434245-71845-103096560762066="` echo /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066 `" ) && sleep 0' 71094 1726886282.95353: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886282.95371: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886282.95386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886282.95411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886282.95428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886282.95438: stderr chunk (state=3): >>>debug2: match not found <<< 71094 1726886282.95450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.95471: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 71094 1726886282.95522: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886282.95578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886282.95595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886282.95628: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886282.95706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886282.97730: stdout chunk (state=3): >>>ansible-tmp-1726886282.9434245-71845-103096560762066=/root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066 <<< 71094 1726886282.97865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886282.97900: stdout chunk (state=3): >>><<< 71094 1726886282.97904: stderr chunk (state=3): >>><<< 71094 1726886282.97944: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886282.9434245-71845-103096560762066=/root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886282.98363: variable 'ansible_module_compression' from source: unknown 71094 1726886282.98366: ANSIBALLZ: Using lock for fedora.linux_system_roles.find_unused_disk 71094 1726886282.98368: ANSIBALLZ: Acquiring lock 71094 1726886282.98370: ANSIBALLZ: Lock acquired: 140395540568144 71094 1726886282.98372: ANSIBALLZ: Creating module 71094 1726886283.13334: ANSIBALLZ: Writing module into payload 71094 1726886283.13391: ANSIBALLZ: Writing module 71094 1726886283.13408: ANSIBALLZ: Renaming module 71094 1726886283.13416: ANSIBALLZ: Done creating module 71094 1726886283.13435: variable 'ansible_facts' from source: unknown 71094 1726886283.13498: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/AnsiballZ_find_unused_disk.py 71094 1726886283.13598: Sending initial data 71094 1726886283.13601: Sent initial data (165 bytes) 71094 1726886283.14053: 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 <<< 71094 1726886283.14083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886283.14087: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886283.14089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886283.14145: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886283.14148: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886283.14151: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886283.14212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886283.15882: 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 <<< 71094 1726886283.15926: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886283.15972: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmp9uafveir /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/AnsiballZ_find_unused_disk.py <<< 71094 1726886283.15975: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/AnsiballZ_find_unused_disk.py" <<< 71094 1726886283.16021: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmp9uafveir" to remote "/root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/AnsiballZ_find_unused_disk.py" <<< 71094 1726886283.16033: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/AnsiballZ_find_unused_disk.py" <<< 71094 1726886283.16593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886283.16640: stderr chunk (state=3): >>><<< 71094 1726886283.16643: stdout chunk (state=3): >>><<< 71094 1726886283.16663: done transferring module to remote 71094 1726886283.16675: _low_level_execute_command(): starting 71094 1726886283.16680: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/ /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/AnsiballZ_find_unused_disk.py && sleep 0' 71094 1726886283.17171: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886283.17175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886283.17177: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886283.17180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886283.17234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886283.17241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886283.17245: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886283.17294: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886283.19192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886283.19197: stdout chunk (state=3): >>><<< 71094 1726886283.19199: stderr chunk (state=3): >>><<< 71094 1726886283.19223: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886283.19317: _low_level_execute_command(): starting 71094 1726886283.19320: _low_level_execute_command(): using become for this command 71094 1726886283.19322: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vpnoctiqeqlowuuypaugyjjgcgdrkqqs ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/AnsiballZ_find_unused_disk.py'"'"' && sleep 0' 71094 1726886283.19580: Initial state: awaiting_escalation: BECOME-SUCCESS-vpnoctiqeqlowuuypaugyjjgcgdrkqqs 71094 1726886283.19896: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886283.19921: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886283.19939: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886283.19974: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886283.20018: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886283.20077: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886283.20110: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886283.20179: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886283.23177: stdout chunk (state=1): >>>BECOME-SUCCESS-vpnoctiqeqlowuuypaugyjjgcgdrkqqs <<< 71094 1726886283.23193: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vpnoctiqeqlowuuypaugyjjgcgdrkqqs' 71094 1726886283.23576: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 71094 1726886283.23603: stdout chunk (state=3): >>>import '_io' # <<< 71094 1726886283.23677: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 71094 1726886283.23699: stdout chunk (state=3): >>>import 'time' # <<< 71094 1726886283.23702: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 71094 1726886283.23762: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 71094 1726886283.23767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886283.23873: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 71094 1726886283.23901: 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 0x7fc3bf5103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf4dfa10> <<< 71094 1726886283.23913: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 71094 1726886283.24002: 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 0x7fc3bf512960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 71094 1726886283.24027: stdout chunk (state=3): >>>import '_stat' # <<< 71094 1726886283.24030: stdout chunk (state=3): >>>import 'stat' # <<< 71094 1726886283.24110: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886283.24142: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 71094 1726886283.24206: stdout chunk (state=3): >>>import 'os' # <<< 71094 1726886283.24230: 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' <<< 71094 1726886283.24354: 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' <<< 71094 1726886283.24359: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf2e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 71094 1726886283.24435: 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 0x7fc3bf2e5fd0> <<< 71094 1726886283.24438: stdout chunk (state=3): >>>import 'site' # <<< 71094 1726886283.24530: 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. <<< 71094 1726886283.24708: 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' <<< 71094 1726886283.24727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 71094 1726886283.24831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf323dd0> <<< 71094 1726886283.24881: 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' <<< 71094 1726886283.24952: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf323fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886283.25096: 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 <<< 71094 1726886283.25163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf35b7d0> <<< 71094 1726886283.25199: 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 0x7fc3bf35be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf33ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3391c0> <<< 71094 1726886283.25284: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf320f80> <<< 71094 1726886283.25328: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 71094 1726886283.25361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 71094 1726886283.25370: stdout chunk (state=3): >>>import '_sre' # <<< 71094 1726886283.25387: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 71094 1726886283.25414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 71094 1726886283.25457: 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' <<< 71094 1726886283.25487: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf37f7d0> <<< 71094 1726886283.25508: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf37e3f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 71094 1726886283.25524: 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 0x7fc3bf33a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf37cb90> <<< 71094 1726886283.25583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 71094 1726886283.25587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf320200> <<< 71094 1726886283.25632: 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' <<< 71094 1726886283.25672: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.25677: 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 0x7fc3bf3b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b0bc0> <<< 71094 1726886283.25731: 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 0x7fc3bf3b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf31ed20> <<< 71094 1726886283.25748: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 71094 1726886283.25757: 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 <<< 71094 1726886283.25796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b12b0> import 'importlib.machinery' # <<< 71094 1726886283.25826: 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' <<< 71094 1726886283.25865: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b24e0> <<< 71094 1726886283.25889: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 71094 1726886283.25902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886283.25930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 71094 1726886283.25960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 71094 1726886283.25970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3c86e0> import 'errno' # <<< 71094 1726886283.25998: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.26012: 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 0x7fc3bf3c9dc0> <<< 71094 1726886283.26036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 71094 1726886283.26040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 71094 1726886283.26079: 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' <<< 71094 1726886283.26088: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3cac30> <<< 71094 1726886283.26125: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.26128: 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 0x7fc3bf3cb260> <<< 71094 1726886283.26134: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3ca180> <<< 71094 1726886283.26159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 71094 1726886283.26167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 71094 1726886283.26204: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.26217: 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 0x7fc3bf3cbce0> <<< 71094 1726886283.26226: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3cb410> <<< 71094 1726886283.26266: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b2450> <<< 71094 1726886283.26290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886283.26312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 71094 1726886283.26337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 71094 1726886283.26351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 71094 1726886283.26386: 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' <<< 71094 1726886283.26391: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3bf163b30> <<< 71094 1726886283.26418: 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' <<< 71094 1726886283.26452: 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' <<< 71094 1726886283.26454: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3bf18c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18c350> <<< 71094 1726886283.26479: 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 0x7fc3bf18c5f0> <<< 71094 1726886283.26512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 71094 1726886283.26519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 71094 1726886283.26588: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.26707: 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 0x7fc3bf18cef0> <<< 71094 1726886283.26822: 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 0x7fc3bf18d8b0> <<< 71094 1726886283.26834: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18c7d0> <<< 71094 1726886283.26838: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf161cd0> <<< 71094 1726886283.26867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 71094 1726886283.26886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 71094 1726886283.26924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 71094 1726886283.26928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 71094 1726886283.26932: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18ec30> <<< 71094 1726886283.26954: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18d730> <<< 71094 1726886283.26980: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b2c00> <<< 71094 1726886283.27002: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886283.27069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886283.27080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 71094 1726886283.27118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886283.27143: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf1baf90> <<< 71094 1726886283.27201: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 71094 1726886283.27210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886283.27241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 71094 1726886283.27251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886283.27297: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf1df320> <<< 71094 1726886283.27319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886283.27366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886283.27415: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886283.27444: 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 0x7fc3bf20bfb0> <<< 71094 1726886283.27456: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886283.27490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886283.27511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 71094 1726886283.27561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 71094 1726886283.27643: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf23e810> <<< 71094 1726886283.27723: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf23c1d0> <<< 71094 1726886283.27753: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf1dffb0> <<< 71094 1726886283.27783: 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' <<< 71094 1726886283.27791: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb2d1c0> <<< 71094 1726886283.27808: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf1de120> <<< 71094 1726886283.27811: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18fb60> <<< 71094 1726886283.27915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 71094 1726886283.27931: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc3bf1de720> <<< 71094 1726886283.28108: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_obaiw4ja/ansible_fedora.linux_system_roles.find_unused_disk_payload.zip' <<< 71094 1726886283.28115: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.28240: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.28274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 71094 1726886283.28282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 71094 1726886283.28328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886283.28473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb7af00> import '_typing' # <<< 71094 1726886283.28758: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb5ddf0> <<< 71094 1726886283.28762: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb5cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 71094 1726886283.28812: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.30124: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.31235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 71094 1726886283.31253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb78c50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 71094 1726886283.31285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886283.31290: 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' <<< 71094 1726886283.31343: 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' <<< 71094 1726886283.31346: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.31357: 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 0x7fc3bebae7e0> <<< 71094 1726886283.31417: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebae570> <<< 71094 1726886283.31420: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebadeb0> <<< 71094 1726886283.31451: 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' <<< 71094 1726886283.31475: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebae600> <<< 71094 1726886283.31490: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb7b980> import 'atexit' # <<< 71094 1726886283.31517: 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' <<< 71094 1726886283.31540: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc3bebaf560> <<< 71094 1726886283.31549: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.31562: 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 0x7fc3bebaf7a0> <<< 71094 1726886283.31571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886283.31625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 71094 1726886283.31629: stdout chunk (state=3): >>>import '_locale' # <<< 71094 1726886283.31671: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebafce0> <<< 71094 1726886283.31679: stdout chunk (state=3): >>>import 'pwd' # <<< 71094 1726886283.31701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 71094 1726886283.31722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 71094 1726886283.31783: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea15a30> <<< 71094 1726886283.31818: 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 0x7fc3bea17650> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886283.31854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 71094 1726886283.31887: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea17f50> <<< 71094 1726886283.31916: 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' <<< 71094 1726886283.31952: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea19100> <<< 71094 1726886283.31957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886283.31979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886283.32009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886283.32020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886283.32061: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea1bbf0> <<< 71094 1726886283.32093: 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 0x7fc3bea1bf20> <<< 71094 1726886283.32136: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea19eb0> <<< 71094 1726886283.32171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 71094 1726886283.32174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 71094 1726886283.32210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 71094 1726886283.32212: 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 <<< 71094 1726886283.32275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 71094 1726886283.32279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 71094 1726886283.32328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea23b60> import '_tokenize' # <<< 71094 1726886283.32351: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea22630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea22390> <<< 71094 1726886283.32398: 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' <<< 71094 1726886283.32517: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea228a0> <<< 71094 1726886283.32545: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea1b110> # 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 0x7fc3bea67da0> # /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 0x7fc3bea67e00> <<< 71094 1726886283.32575: 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 <<< 71094 1726886283.32619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 71094 1726886283.32657: 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 0x7fc3bea69940> <<< 71094 1726886283.32685: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea69700> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886283.32816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886283.32819: 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 0x7fc3bea6be90> <<< 71094 1726886283.32830: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea6a030> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 71094 1726886283.32890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886283.32913: 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' # <<< 71094 1726886283.32937: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea6f620> <<< 71094 1726886283.33077: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea6bfb0> <<< 71094 1726886283.33139: 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 0x7fc3bea70920> <<< 71094 1726886283.33153: 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 0x7fc3bea70680> <<< 71094 1726886283.33210: 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 0x7fc3bea70980> <<< 71094 1726886283.33273: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea68080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 71094 1726886283.33328: 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' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.33368: 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 0x7fc3bea73fe0> <<< 71094 1726886283.33477: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886283.33491: 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 0x7fc3beafd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea727e0> <<< 71094 1726886283.33521: 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 0x7fc3bea73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea72450> # zipimport: zlib available <<< 71094 1726886283.33613: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 71094 1726886283.33746: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.33814: 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' # <<< 71094 1726886283.33828: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.33931: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.34046: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.34578: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.35149: 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' # <<< 71094 1726886283.35163: 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' <<< 71094 1726886283.35199: 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 0x7fc3be9014f0> <<< 71094 1726886283.35285: 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' <<< 71094 1726886283.35311: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be902360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beafd5b0> <<< 71094 1726886283.35375: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 71094 1726886283.35408: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 71094 1726886283.35420: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.35572: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.35743: 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 0x7fc3be9020c0> <<< 71094 1726886283.35747: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.36276: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.36757: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.36768: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.36888: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.36961: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 71094 1726886283.36999: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.37092: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.37161: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.37196: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 71094 1726886283.37390: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.37647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886283.37718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 71094 1726886283.37811: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be903380> # zipimport: zlib available <<< 71094 1726886283.37894: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.37950: 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 <<< 71094 1726886283.37994: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.38076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886283.38093: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.38177: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.38252: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.38341: 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' <<< 71094 1726886283.38371: 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 0x7fc3be90dd60> <<< 71094 1726886283.38452: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be908da0> <<< 71094 1726886283.38471: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 71094 1726886283.38617: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.38658: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.38662: 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' <<< 71094 1726886283.38720: 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 <<< 71094 1726886283.38805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886283.38850: 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' <<< 71094 1726886283.38867: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebf6840> <<< 71094 1726886283.38901: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebe2510> <<< 71094 1726886283.38988: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be90df10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be90daf0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 71094 1726886283.39009: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.39086: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.39089: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886283.39137: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 71094 1726886283.39201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 71094 1726886283.39211: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 71094 1726886283.39293: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.39297: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 71094 1726886283.39314: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 71094 1726886283.39442: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.39626: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.39657: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886283.39671: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 71094 1726886283.39766: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.39866: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 71094 1726886283.39929: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886283.43377: stdout chunk (state=3): >>> {"changed": false, "disks": ["sda", "sdb"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" 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": {"max_return": 2, "min_size": "0", "max_size": "0", "match_sector_size": false, "with_interface": null}}} <<< 71094 1726886283.43408: stdout chunk (state=3): >>># destroy __main__ <<< 71094 1726886283.43866: 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 <<< 71094 1726886283.43973: 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 # 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 <<< 71094 1726886283.43987: 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 # 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 <<< 71094 1726886283.44218: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 71094 1726886283.44271: 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 # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 71094 1726886283.44352: 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 # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 71094 1726886283.44359: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 71094 1726886283.44434: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 71094 1726886283.44439: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 71094 1726886283.44457: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 71094 1726886283.44526: 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 <<< 71094 1726886283.44588: stdout chunk (state=3): >>># 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 <<< 71094 1726886283.44627: 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 <<< 71094 1726886283.44752: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 71094 1726886283.44786: stdout chunk (state=3): >>># destroy _collections <<< 71094 1726886283.44815: 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 <<< 71094 1726886283.44847: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 71094 1726886283.44869: 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 <<< 71094 1726886283.44881: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886283.44981: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 71094 1726886283.44992: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 71094 1726886283.45040: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 71094 1726886283.45065: stdout chunk (state=3): >>># destroy itertools <<< 71094 1726886283.45076: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 71094 1726886283.45596: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.52 closed. <<< 71094 1726886283.45599: stdout chunk (state=3): >>><<< 71094 1726886283.45601: stderr chunk (state=3): >>><<< 71094 1726886283.45774: _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 0x7fc3bf5103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf4dfa10> # /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 0x7fc3bf512960> 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 0x7fc3bf2e4fe0> # /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 0x7fc3bf2e5fd0> 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 0x7fc3bf323dd0> # /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 0x7fc3bf323fe0> # /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 0x7fc3bf35b7d0> # /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 0x7fc3bf35be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf33ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3391c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf320f80> # /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 0x7fc3bf37f7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf37e3f0> # /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 0x7fc3bf33a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf37cb90> # /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 0x7fc3bf3b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf320200> # /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 0x7fc3bf3b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b0bc0> # 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 0x7fc3bf3b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf31ed20> # /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 0x7fc3bf3b15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b12b0> 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 0x7fc3bf3b24e0> 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 0x7fc3bf3c86e0> 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 0x7fc3bf3c9dc0> # /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 0x7fc3bf3cac30> # 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 0x7fc3bf3cb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3ca180> # /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 0x7fc3bf3cbce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3cb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b2450> # /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 0x7fc3bf163b30> # /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 0x7fc3bf18c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18c350> # 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 0x7fc3bf18c5f0> # /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 0x7fc3bf18cef0> # 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 0x7fc3bf18d8b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18c7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf161cd0> # /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 0x7fc3bf18ec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18d730> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf3b2c00> # /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 0x7fc3bf1baf90> # /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 0x7fc3bf1df320> # /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 0x7fc3bf20bfb0> # /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 0x7fc3bf23e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf23c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf1dffb0> # /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 0x7fc3beb2d1c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf1de120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bf18fb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc3bf1de720> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_obaiw4ja/ansible_fedora.linux_system_roles.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 0x7fc3beb7af00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb5ddf0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb5cf80> # 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 0x7fc3beb78c50> # /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 0x7fc3bebae7e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebae570> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebadeb0> # /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 0x7fc3bebae600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beb7b980> 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 0x7fc3bebaf560> # 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 0x7fc3bebaf7a0> # /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 0x7fc3bebafce0> 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 0x7fc3bea15a30> # 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 0x7fc3bea17650> # /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 0x7fc3bea17f50> # /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 0x7fc3bea19100> # /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 0x7fc3bea1bbf0> # 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 0x7fc3bea1bf20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea19eb0> # /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 0x7fc3bea23b60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea22630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea22390> # /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 0x7fc3bea228a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea1b110> # 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 0x7fc3bea67da0> # /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 0x7fc3bea67e00> # /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 0x7fc3bea69940> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea69700> # /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 0x7fc3bea6be90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea6a030> # /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 0x7fc3bea6f620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea6bfb0> # 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 0x7fc3bea70920> # 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 0x7fc3bea70680> # 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 0x7fc3bea70980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea68080> # /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 0x7fc3bea73fe0> # 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 0x7fc3beafd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea727e0> # 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 0x7fc3bea73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bea72450> # 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 0x7fc3be9014f0> # /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 0x7fc3be902360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3beafd5b0> 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 0x7fc3be9020c0> # 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 0x7fc3be903380> # 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 0x7fc3be90dd60> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be908da0> 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 0x7fc3bebf6840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3bebe2510> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be90df10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3be90daf0> # 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"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" 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": {"max_return": 2, "min_size": "0", "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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.52 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 71094 1726886283.46544: done with _execute_module (fedora.linux_system_roles.find_unused_disk, {'max_return': '2', '_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.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-1726886282.9434245-71845-103096560762066/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886283.46548: _low_level_execute_command(): starting 71094 1726886283.46551: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886282.9434245-71845-103096560762066/ > /dev/null 2>&1 && sleep 0' 71094 1726886283.46962: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886283.46976: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886283.47010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886283.47088: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886283.47121: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886283.47204: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886283.49063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886283.49192: stderr chunk (state=3): >>><<< 71094 1726886283.49197: stdout chunk (state=3): >>><<< 71094 1726886283.49204: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886283.49210: handler run complete 71094 1726886283.49215: attempt loop complete, returning result 71094 1726886283.49217: _execute() done 71094 1726886283.49219: dumping result to json 71094 1726886283.49221: done dumping result, returning 71094 1726886283.49225: done running TaskExecutor() for managed_node1/TASK: Find unused disks in the system [0affc8a3-6f6f-ce07-55d2-000000000177] 71094 1726886283.49227: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000177 71094 1726886283.49409: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000177 ok: [managed_node1] => { "changed": false, "disks": [ "sda", "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" 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" ] } 71094 1726886283.49496: no more pending results, returning what we have 71094 1726886283.49499: results queue empty 71094 1726886283.49500: checking for any_errors_fatal 71094 1726886283.49512: done checking for any_errors_fatal 71094 1726886283.49513: checking for max_fail_percentage 71094 1726886283.49515: done checking for max_fail_percentage 71094 1726886283.49516: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.49517: done checking to see if all hosts have failed 71094 1726886283.49517: getting the remaining hosts for this loop 71094 1726886283.49519: done getting the remaining hosts for this loop 71094 1726886283.49526: getting the next task for host managed_node1 71094 1726886283.49535: done getting next task for host managed_node1 71094 1726886283.49540: ^ task is: TASK: Debug why there are no unused disks 71094 1726886283.49543: ^ 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=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 71094 1726886283.49546: getting variables 71094 1726886283.49547: in VariableManager get_vars() 71094 1726886283.49583: Calling all_inventory to load vars for managed_node1 71094 1726886283.49586: Calling groups_inventory to load vars for managed_node1 71094 1726886283.49589: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.49613: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.49616: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.49618: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.50087: WORKER PROCESS EXITING 71094 1726886283.50099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.50581: done with get_vars() 71094 1726886283.50598: done getting variables 71094 1726886283.50708: 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 [Debug why there are no unused disks] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Friday 20 September 2024 22:38:03 -0400 (0:00:00.666) 0:00:16.736 ****** 71094 1726886283.50739: entering _queue_task() for managed_node1/shell 71094 1726886283.50741: Creating lock for shell 71094 1726886283.51322: worker is 1 (out of 1 available) 71094 1726886283.51333: exiting _queue_task() for managed_node1/shell 71094 1726886283.51347: done queuing things up, now waiting for results queue to drain 71094 1726886283.51349: waiting for pending results... 71094 1726886283.52102: running TaskExecutor() for managed_node1/TASK: Debug why there are no unused disks 71094 1726886283.52210: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000178 71094 1726886283.52396: variable 'ansible_search_path' from source: unknown 71094 1726886283.52400: calling self._execute() 71094 1726886283.52403: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.52409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.52412: variable 'omit' from source: magic vars 71094 1726886283.52836: variable 'unused_disks_return' from source: set_fact 71094 1726886283.52839: Evaluated conditional ('Unable to find unused disk' in unused_disks_return.disks): False 71094 1726886283.52842: when evaluation is False, skipping this task 71094 1726886283.52845: _execute() done 71094 1726886283.52846: dumping result to json 71094 1726886283.52848: done dumping result, returning 71094 1726886283.52850: done running TaskExecutor() for managed_node1/TASK: Debug why there are no unused disks [0affc8a3-6f6f-ce07-55d2-000000000178] 71094 1726886283.52851: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000178 71094 1726886283.52924: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000178 71094 1726886283.52928: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } 71094 1726886283.52981: no more pending results, returning what we have 71094 1726886283.52985: results queue empty 71094 1726886283.52986: checking for any_errors_fatal 71094 1726886283.52994: done checking for any_errors_fatal 71094 1726886283.52995: checking for max_fail_percentage 71094 1726886283.52997: done checking for max_fail_percentage 71094 1726886283.52997: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.52998: done checking to see if all hosts have failed 71094 1726886283.52999: getting the remaining hosts for this loop 71094 1726886283.53000: done getting the remaining hosts for this loop 71094 1726886283.53004: getting the next task for host managed_node1 71094 1726886283.53011: done getting next task for host managed_node1 71094 1726886283.53014: ^ task is: TASK: Set unused_disks if necessary 71094 1726886283.53018: ^ 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=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 71094 1726886283.53023: getting variables 71094 1726886283.53025: in VariableManager get_vars() 71094 1726886283.53069: Calling all_inventory to load vars for managed_node1 71094 1726886283.53072: Calling groups_inventory to load vars for managed_node1 71094 1726886283.53076: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.53089: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.53092: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.53095: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.53647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.54153: done with get_vars() 71094 1726886283.54361: done getting variables 71094 1726886283.54420: 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-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Friday 20 September 2024 22:38:03 -0400 (0:00:00.037) 0:00:16.773 ****** 71094 1726886283.54446: entering _queue_task() for managed_node1/set_fact 71094 1726886283.54851: worker is 1 (out of 1 available) 71094 1726886283.54864: exiting _queue_task() for managed_node1/set_fact 71094 1726886283.54877: done queuing things up, now waiting for results queue to drain 71094 1726886283.54879: waiting for pending results... 71094 1726886283.55164: running TaskExecutor() for managed_node1/TASK: Set unused_disks if necessary 71094 1726886283.55259: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000179 71094 1726886283.55265: variable 'ansible_search_path' from source: unknown 71094 1726886283.55332: calling self._execute() 71094 1726886283.55398: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.55402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.55439: variable 'omit' from source: magic vars 71094 1726886283.55816: variable 'unused_disks_return' from source: set_fact 71094 1726886283.55845: Evaluated conditional ('Unable to find unused disk' not in unused_disks_return.disks): True 71094 1726886283.55870: variable 'omit' from source: magic vars 71094 1726886283.55893: variable 'omit' from source: magic vars 71094 1726886283.56015: variable 'unused_disks_return' from source: set_fact 71094 1726886283.56132: variable 'omit' from source: magic vars 71094 1726886283.56145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886283.56213: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886283.56217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886283.56219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886283.56361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886283.56365: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886283.56367: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886283.56370: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886283.56373: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.56375: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.56414: Set connection var ansible_connection to ssh 71094 1726886283.56418: Set connection var ansible_pipelining to False 71094 1726886283.56428: Set connection var ansible_timeout to 10 71094 1726886283.56463: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886283.56466: Set connection var ansible_shell_type to sh 71094 1726886283.56469: Set connection var ansible_shell_executable to /bin/sh 71094 1726886283.56472: variable 'ansible_shell_executable' from source: unknown 71094 1726886283.56474: variable 'ansible_connection' from source: unknown 71094 1726886283.56477: variable 'ansible_module_compression' from source: unknown 71094 1726886283.56479: variable 'ansible_shell_type' from source: unknown 71094 1726886283.56481: variable 'ansible_shell_executable' from source: unknown 71094 1726886283.56488: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.56491: variable 'ansible_pipelining' from source: unknown 71094 1726886283.56493: variable 'ansible_timeout' from source: unknown 71094 1726886283.56495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.56667: 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) 71094 1726886283.56671: variable 'omit' from source: magic vars 71094 1726886283.56674: starting attempt loop 71094 1726886283.56862: running the handler 71094 1726886283.56865: handler run complete 71094 1726886283.56868: attempt loop complete, returning result 71094 1726886283.56870: _execute() done 71094 1726886283.56872: dumping result to json 71094 1726886283.56875: done dumping result, returning 71094 1726886283.56877: done running TaskExecutor() for managed_node1/TASK: Set unused_disks if necessary [0affc8a3-6f6f-ce07-55d2-000000000179] 71094 1726886283.56879: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000179 71094 1726886283.56947: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000179 71094 1726886283.56950: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "unused_disks": [ "sda", "sdb" ] }, "changed": false } 71094 1726886283.57008: no more pending results, returning what we have 71094 1726886283.57010: results queue empty 71094 1726886283.57011: checking for any_errors_fatal 71094 1726886283.57016: done checking for any_errors_fatal 71094 1726886283.57017: checking for max_fail_percentage 71094 1726886283.57019: done checking for max_fail_percentage 71094 1726886283.57019: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.57020: done checking to see if all hosts have failed 71094 1726886283.57021: getting the remaining hosts for this loop 71094 1726886283.57022: done getting the remaining hosts for this loop 71094 1726886283.57025: getting the next task for host managed_node1 71094 1726886283.57031: done getting next task for host managed_node1 71094 1726886283.57033: ^ task is: TASK: Exit playbook when there's not enough unused disks in the system 71094 1726886283.57036: ^ 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=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 71094 1726886283.57040: getting variables 71094 1726886283.57041: in VariableManager get_vars() 71094 1726886283.57073: Calling all_inventory to load vars for managed_node1 71094 1726886283.57076: Calling groups_inventory to load vars for managed_node1 71094 1726886283.57079: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.57088: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.57091: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.57093: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.57880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.58764: done with get_vars() 71094 1726886283.58780: done getting variables 71094 1726886283.58879: 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-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Friday 20 September 2024 22:38:03 -0400 (0:00:00.044) 0:00:16.817 ****** 71094 1726886283.58914: entering _queue_task() for managed_node1/fail 71094 1726886283.58916: Creating lock for fail 71094 1726886283.59267: worker is 1 (out of 1 available) 71094 1726886283.59280: exiting _queue_task() for managed_node1/fail 71094 1726886283.59292: done queuing things up, now waiting for results queue to drain 71094 1726886283.59293: waiting for pending results... 71094 1726886283.59679: running TaskExecutor() for managed_node1/TASK: Exit playbook when there's not enough unused disks in the system 71094 1726886283.59770: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000017a 71094 1726886283.59775: variable 'ansible_search_path' from source: unknown 71094 1726886283.59779: calling self._execute() 71094 1726886283.59847: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.59854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.59868: variable 'omit' from source: magic vars 71094 1726886283.60314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886283.63966: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886283.63972: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886283.64018: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886283.64051: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886283.64078: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886283.64365: 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) 71094 1726886283.64369: 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) 71094 1726886283.64371: 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) 71094 1726886283.64373: 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) 71094 1726886283.64376: 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) 71094 1726886283.64459: 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) 71094 1726886283.64489: 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) 71094 1726886283.64518: 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) 71094 1726886283.64599: 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) 71094 1726886283.64721: 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) 71094 1726886283.65041: variable 'unused_disks' from source: set_fact 71094 1726886283.65121: variable 'disks_needed' from source: include params 71094 1726886283.65158: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 71094 1726886283.65221: when evaluation is False, skipping this task 71094 1726886283.65229: _execute() done 71094 1726886283.65237: dumping result to json 71094 1726886283.65246: done dumping result, returning 71094 1726886283.65262: done running TaskExecutor() for managed_node1/TASK: Exit playbook when there's not enough unused disks in the system [0affc8a3-6f6f-ce07-55d2-00000000017a] 71094 1726886283.65271: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000017a 71094 1726886283.65665: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000017a 71094 1726886283.65669: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 71094 1726886283.65718: no more pending results, returning what we have 71094 1726886283.65721: results queue empty 71094 1726886283.65722: checking for any_errors_fatal 71094 1726886283.65729: done checking for any_errors_fatal 71094 1726886283.65730: checking for max_fail_percentage 71094 1726886283.65732: done checking for max_fail_percentage 71094 1726886283.65732: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.65733: done checking to see if all hosts have failed 71094 1726886283.65734: getting the remaining hosts for this loop 71094 1726886283.65736: done getting the remaining hosts for this loop 71094 1726886283.65740: getting the next task for host managed_node1 71094 1726886283.65746: done getting next task for host managed_node1 71094 1726886283.65748: ^ task is: TASK: Print unused disks 71094 1726886283.65751: ^ 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=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 71094 1726886283.65757: getting variables 71094 1726886283.65760: in VariableManager get_vars() 71094 1726886283.65793: Calling all_inventory to load vars for managed_node1 71094 1726886283.65796: Calling groups_inventory to load vars for managed_node1 71094 1726886283.65799: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.65812: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.65815: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.65818: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.67288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.68500: done with get_vars() 71094 1726886283.68524: done getting variables 71094 1726886283.68794: 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-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Friday 20 September 2024 22:38:03 -0400 (0:00:00.099) 0:00:16.917 ****** 71094 1726886283.68831: entering _queue_task() for managed_node1/debug 71094 1726886283.69591: worker is 1 (out of 1 available) 71094 1726886283.69601: exiting _queue_task() for managed_node1/debug 71094 1726886283.69615: done queuing things up, now waiting for results queue to drain 71094 1726886283.69616: waiting for pending results... 71094 1726886283.69995: running TaskExecutor() for managed_node1/TASK: Print unused disks 71094 1726886283.70292: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000017b 71094 1726886283.70297: variable 'ansible_search_path' from source: unknown 71094 1726886283.70304: calling self._execute() 71094 1726886283.70407: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.70412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.70419: variable 'omit' from source: magic vars 71094 1726886283.70617: variable 'omit' from source: magic vars 71094 1726886283.70621: variable 'omit' from source: magic vars 71094 1726886283.70630: variable 'omit' from source: magic vars 71094 1726886283.70684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886283.70723: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886283.70960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886283.70964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886283.70967: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886283.70969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886283.70971: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886283.70974: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886283.70976: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.70977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.70988: Set connection var ansible_connection to ssh 71094 1726886283.70995: Set connection var ansible_pipelining to False 71094 1726886283.71004: Set connection var ansible_timeout to 10 71094 1726886283.71010: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886283.71012: Set connection var ansible_shell_type to sh 71094 1726886283.71017: Set connection var ansible_shell_executable to /bin/sh 71094 1726886283.71046: variable 'ansible_shell_executable' from source: unknown 71094 1726886283.71049: variable 'ansible_connection' from source: unknown 71094 1726886283.71052: variable 'ansible_module_compression' from source: unknown 71094 1726886283.71057: variable 'ansible_shell_type' from source: unknown 71094 1726886283.71060: variable 'ansible_shell_executable' from source: unknown 71094 1726886283.71063: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.71065: variable 'ansible_pipelining' from source: unknown 71094 1726886283.71067: variable 'ansible_timeout' from source: unknown 71094 1726886283.71069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.71230: 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) 71094 1726886283.71249: variable 'omit' from source: magic vars 71094 1726886283.71264: starting attempt loop 71094 1726886283.71272: running the handler 71094 1726886283.71333: variable 'unused_disks' from source: set_fact 71094 1726886283.71520: variable 'unused_disks' from source: set_fact 71094 1726886283.71585: handler run complete 71094 1726886283.71606: attempt loop complete, returning result 71094 1726886283.71614: _execute() done 71094 1726886283.71630: dumping result to json 71094 1726886283.71639: done dumping result, returning 71094 1726886283.71650: done running TaskExecutor() for managed_node1/TASK: Print unused disks [0affc8a3-6f6f-ce07-55d2-00000000017b] 71094 1726886283.71660: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000017b 71094 1726886283.71880: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000017b 71094 1726886283.71884: WORKER PROCESS EXITING ok: [managed_node1] => { "unused_disks": [ "sda", "sdb" ] } 71094 1726886283.71935: no more pending results, returning what we have 71094 1726886283.71938: results queue empty 71094 1726886283.71939: checking for any_errors_fatal 71094 1726886283.71945: done checking for any_errors_fatal 71094 1726886283.71946: checking for max_fail_percentage 71094 1726886283.71947: done checking for max_fail_percentage 71094 1726886283.71948: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.71949: done checking to see if all hosts have failed 71094 1726886283.71950: getting the remaining hosts for this loop 71094 1726886283.71952: done getting the remaining hosts for this loop 71094 1726886283.71958: getting the next task for host managed_node1 71094 1726886283.71966: done getting next task for host managed_node1 71094 1726886283.71971: ^ task is: TASK: Try to create a raid pool with invalid raid_level (expect failure) 71094 1726886283.71973: ^ 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 71094 1726886283.71976: getting variables 71094 1726886283.71978: in VariableManager get_vars() 71094 1726886283.72013: Calling all_inventory to load vars for managed_node1 71094 1726886283.72015: Calling groups_inventory to load vars for managed_node1 71094 1726886283.72019: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.72028: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.72031: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.72033: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.72531: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.73100: done with get_vars() 71094 1726886283.73118: done getting variables TASK [Try to create a raid pool with invalid raid_level (expect failure)] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml:30 Friday 20 September 2024 22:38:03 -0400 (0:00:00.043) 0:00:16.960 ****** 71094 1726886283.73216: entering _queue_task() for managed_node1/include_tasks 71094 1726886283.73546: worker is 1 (out of 1 available) 71094 1726886283.73561: exiting _queue_task() for managed_node1/include_tasks 71094 1726886283.73573: done queuing things up, now waiting for results queue to drain 71094 1726886283.73574: waiting for pending results... 71094 1726886283.73891: running TaskExecutor() for managed_node1/TASK: Try to create a raid pool with invalid raid_level (expect failure) 71094 1726886283.74103: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000009 71094 1726886283.74108: variable 'ansible_search_path' from source: unknown 71094 1726886283.74111: calling self._execute() 71094 1726886283.74114: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.74117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.74120: variable 'omit' from source: magic vars 71094 1726886283.74217: _execute() done 71094 1726886283.74221: dumping result to json 71094 1726886283.74224: done dumping result, returning 71094 1726886283.74227: done running TaskExecutor() for managed_node1/TASK: Try to create a raid pool with invalid raid_level (expect failure) [0affc8a3-6f6f-ce07-55d2-000000000009] 71094 1726886283.74234: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000009 71094 1726886283.74477: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000009 71094 1726886283.74481: WORKER PROCESS EXITING 71094 1726886283.74509: no more pending results, returning what we have 71094 1726886283.74514: in VariableManager get_vars() 71094 1726886283.74545: Calling all_inventory to load vars for managed_node1 71094 1726886283.74548: Calling groups_inventory to load vars for managed_node1 71094 1726886283.74551: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.74563: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.74566: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.74569: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.75161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.75742: done with get_vars() 71094 1726886283.75757: variable 'ansible_search_path' from source: unknown 71094 1726886283.75773: we have included files to process 71094 1726886283.75774: generating all_blocks data 71094 1726886283.75776: done generating all_blocks data 71094 1726886283.75781: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml 71094 1726886283.75783: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml 71094 1726886283.75785: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml 71094 1726886283.76499: done processing included file 71094 1726886283.76502: iterating over new_blocks loaded from include file 71094 1726886283.76503: in VariableManager get_vars() 71094 1726886283.76521: done with get_vars() 71094 1726886283.76523: filtering new block on tags 71094 1726886283.76550: done filtering new block on tags 71094 1726886283.76553: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml for managed_node1 71094 1726886283.76561: extending task lists for all hosts with included blocks 71094 1726886283.77113: done extending task lists 71094 1726886283.77114: done processing included files 71094 1726886283.77115: results queue empty 71094 1726886283.77116: checking for any_errors_fatal 71094 1726886283.77119: done checking for any_errors_fatal 71094 1726886283.77120: checking for max_fail_percentage 71094 1726886283.77121: done checking for max_fail_percentage 71094 1726886283.77122: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.77123: done checking to see if all hosts have failed 71094 1726886283.77123: getting the remaining hosts for this loop 71094 1726886283.77125: done getting the remaining hosts for this loop 71094 1726886283.77128: getting the next task for host managed_node1 71094 1726886283.77132: done getting next task for host managed_node1 71094 1726886283.77134: ^ task is: TASK: Store global variable value copy 71094 1726886283.77137: ^ 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 71094 1726886283.77139: getting variables 71094 1726886283.77140: in VariableManager get_vars() 71094 1726886283.77151: Calling all_inventory to load vars for managed_node1 71094 1726886283.77200: Calling groups_inventory to load vars for managed_node1 71094 1726886283.77203: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.77213: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.77215: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.77218: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.77641: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.78201: done with get_vars() 71094 1726886283.78219: done getting variables 71094 1726886283.78264: 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 [Store global variable value copy] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:4 Friday 20 September 2024 22:38:03 -0400 (0:00:00.050) 0:00:17.011 ****** 71094 1726886283.78295: entering _queue_task() for managed_node1/set_fact 71094 1726886283.78642: worker is 1 (out of 1 available) 71094 1726886283.78656: exiting _queue_task() for managed_node1/set_fact 71094 1726886283.78670: done queuing things up, now waiting for results queue to drain 71094 1726886283.78672: waiting for pending results... 71094 1726886283.78990: running TaskExecutor() for managed_node1/TASK: Store global variable value copy 71094 1726886283.79049: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000001b7 71094 1726886283.79071: variable 'ansible_search_path' from source: unknown 71094 1726886283.79112: calling self._execute() 71094 1726886283.79209: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.79221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.79233: variable 'omit' from source: magic vars 71094 1726886283.79346: variable 'omit' from source: magic vars 71094 1726886283.79393: variable 'omit' from source: magic vars 71094 1726886283.79658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886283.81823: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886283.82248: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886283.82294: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886283.82339: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886283.82413: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886283.82465: 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) 71094 1726886283.82501: 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) 71094 1726886283.82539: 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) 71094 1726886283.82585: 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) 71094 1726886283.82603: 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) 71094 1726886283.82737: variable 'storage_safe_mode' from source: play vars 71094 1726886283.83010: variable 'omit' from source: magic vars 71094 1726886283.83061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886283.83075: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886283.83097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886283.83121: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886283.83170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886283.83173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886283.83178: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886283.83215: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886283.83223: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.83230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.83354: Set connection var ansible_connection to ssh 71094 1726886283.83386: Set connection var ansible_pipelining to False 71094 1726886283.83389: Set connection var ansible_timeout to 10 71094 1726886283.83394: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886283.83400: Set connection var ansible_shell_type to sh 71094 1726886283.83495: Set connection var ansible_shell_executable to /bin/sh 71094 1726886283.83498: variable 'ansible_shell_executable' from source: unknown 71094 1726886283.83501: variable 'ansible_connection' from source: unknown 71094 1726886283.83503: variable 'ansible_module_compression' from source: unknown 71094 1726886283.83508: variable 'ansible_shell_type' from source: unknown 71094 1726886283.83510: variable 'ansible_shell_executable' from source: unknown 71094 1726886283.83512: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.83514: variable 'ansible_pipelining' from source: unknown 71094 1726886283.83516: variable 'ansible_timeout' from source: unknown 71094 1726886283.83518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.83603: 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) 71094 1726886283.83623: variable 'omit' from source: magic vars 71094 1726886283.83634: starting attempt loop 71094 1726886283.83641: running the handler 71094 1726886283.83658: handler run complete 71094 1726886283.83674: attempt loop complete, returning result 71094 1726886283.83681: _execute() done 71094 1726886283.83688: dumping result to json 71094 1726886283.83695: done dumping result, returning 71094 1726886283.83715: done running TaskExecutor() for managed_node1/TASK: Store global variable value copy [0affc8a3-6f6f-ce07-55d2-0000000001b7] 71094 1726886283.83821: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001b7 71094 1726886283.83886: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001b7 71094 1726886283.83889: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } 71094 1726886283.83980: no more pending results, returning what we have 71094 1726886283.83983: results queue empty 71094 1726886283.83983: checking for any_errors_fatal 71094 1726886283.83984: done checking for any_errors_fatal 71094 1726886283.83985: checking for max_fail_percentage 71094 1726886283.83987: done checking for max_fail_percentage 71094 1726886283.83987: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.83988: done checking to see if all hosts have failed 71094 1726886283.83989: getting the remaining hosts for this loop 71094 1726886283.83990: done getting the remaining hosts for this loop 71094 1726886283.83994: getting the next task for host managed_node1 71094 1726886283.84001: done getting next task for host managed_node1 71094 1726886283.84004: ^ task is: TASK: Verify role raises correct error 71094 1726886283.84009: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886283.84019: getting variables 71094 1726886283.84020: in VariableManager get_vars() 71094 1726886283.84053: Calling all_inventory to load vars for managed_node1 71094 1726886283.84057: Calling groups_inventory to load vars for managed_node1 71094 1726886283.84061: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.84071: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.84073: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.84076: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.84931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.85504: done with get_vars() 71094 1726886283.85525: done getting variables TASK [Verify role raises correct error] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:10 Friday 20 September 2024 22:38:03 -0400 (0:00:00.073) 0:00:17.085 ****** 71094 1726886283.85628: entering _queue_task() for managed_node1/include_role 71094 1726886283.85979: worker is 1 (out of 1 available) 71094 1726886283.85992: exiting _queue_task() for managed_node1/include_role 71094 1726886283.86007: done queuing things up, now waiting for results queue to drain 71094 1726886283.86009: waiting for pending results... 71094 1726886283.86309: running TaskExecutor() for managed_node1/TASK: Verify role raises correct error 71094 1726886283.86482: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000001b8 71094 1726886283.86487: variable 'ansible_search_path' from source: unknown 71094 1726886283.86515: calling self._execute() 71094 1726886283.86617: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.86966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.86971: variable 'omit' from source: magic vars 71094 1726886283.87048: _execute() done 71094 1726886283.87059: dumping result to json 71094 1726886283.87068: done dumping result, returning 71094 1726886283.87363: done running TaskExecutor() for managed_node1/TASK: Verify role raises correct error [0affc8a3-6f6f-ce07-55d2-0000000001b8] 71094 1726886283.87367: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001b8 71094 1726886283.87451: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001b8 71094 1726886283.87453: WORKER PROCESS EXITING 71094 1726886283.87491: no more pending results, returning what we have 71094 1726886283.87496: in VariableManager get_vars() 71094 1726886283.87538: Calling all_inventory to load vars for managed_node1 71094 1726886283.87541: Calling groups_inventory to load vars for managed_node1 71094 1726886283.87545: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.87560: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.87563: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.87566: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.89129: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.89658: done with get_vars() 71094 1726886283.89671: variable 'ansible_search_path' from source: unknown 71094 1726886283.89935: variable 'omit' from source: magic vars 71094 1726886283.89971: variable 'omit' from source: magic vars 71094 1726886283.89986: variable 'omit' from source: magic vars 71094 1726886283.89989: we have included files to process 71094 1726886283.89990: generating all_blocks data 71094 1726886283.89991: done generating all_blocks data 71094 1726886283.89995: processing included file: fedora.linux_system_roles.storage 71094 1726886283.90019: in VariableManager get_vars() 71094 1726886283.90033: done with get_vars() 71094 1726886283.90062: in VariableManager get_vars() 71094 1726886283.90077: done with get_vars() 71094 1726886283.90119: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 71094 1726886283.90147: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 71094 1726886283.90253: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 71094 1726886283.90333: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 71094 1726886283.90426: in VariableManager get_vars() 71094 1726886283.90445: done with get_vars() 71094 1726886283.90697: in VariableManager get_vars() 71094 1726886283.90718: done with get_vars() 71094 1726886283.90836: iterating over new_blocks loaded from include file 71094 1726886283.90838: in VariableManager get_vars() 71094 1726886283.90852: done with get_vars() 71094 1726886283.90853: filtering new block on tags 71094 1726886283.90875: done filtering new block on tags 71094 1726886283.90878: in VariableManager get_vars() 71094 1726886283.90891: done with get_vars() 71094 1726886283.90893: filtering new block on tags 71094 1726886283.90911: done filtering new block on tags 71094 1726886283.90913: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node1 71094 1726886283.90919: extending task lists for all hosts with included blocks 71094 1726886283.91147: done extending task lists 71094 1726886283.91148: done processing included files 71094 1726886283.91149: results queue empty 71094 1726886283.91150: checking for any_errors_fatal 71094 1726886283.91153: done checking for any_errors_fatal 71094 1726886283.91153: checking for max_fail_percentage 71094 1726886283.91154: done checking for max_fail_percentage 71094 1726886283.91157: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.91157: done checking to see if all hosts have failed 71094 1726886283.91158: getting the remaining hosts for this loop 71094 1726886283.91160: done getting the remaining hosts for this loop 71094 1726886283.91162: getting the next task for host managed_node1 71094 1726886283.91166: done getting next task for host managed_node1 71094 1726886283.91169: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886283.91172: ^ 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 71094 1726886283.91180: getting variables 71094 1726886283.91181: in VariableManager get_vars() 71094 1726886283.91192: Calling all_inventory to load vars for managed_node1 71094 1726886283.91194: Calling groups_inventory to load vars for managed_node1 71094 1726886283.91196: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.91201: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.91203: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.91208: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.91928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.93077: done with get_vars() 71094 1726886283.93097: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:38:03 -0400 (0:00:00.075) 0:00:17.160 ****** 71094 1726886283.93186: entering _queue_task() for managed_node1/include_tasks 71094 1726886283.93722: worker is 1 (out of 1 available) 71094 1726886283.93734: exiting _queue_task() for managed_node1/include_tasks 71094 1726886283.93746: done queuing things up, now waiting for results queue to drain 71094 1726886283.93747: waiting for pending results... 71094 1726886283.94377: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886283.94575: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000224 71094 1726886283.94587: variable 'ansible_search_path' from source: unknown 71094 1726886283.94590: variable 'ansible_search_path' from source: unknown 71094 1726886283.94637: calling self._execute() 71094 1726886283.94844: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886283.94913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886283.94917: variable 'omit' from source: magic vars 71094 1726886283.95169: _execute() done 71094 1726886283.95184: dumping result to json 71094 1726886283.95193: done dumping result, returning 71094 1726886283.95207: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-ce07-55d2-000000000224] 71094 1726886283.95290: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000224 71094 1726886283.95531: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000224 71094 1726886283.95536: WORKER PROCESS EXITING 71094 1726886283.95584: no more pending results, returning what we have 71094 1726886283.95589: in VariableManager get_vars() 71094 1726886283.95635: Calling all_inventory to load vars for managed_node1 71094 1726886283.95638: Calling groups_inventory to load vars for managed_node1 71094 1726886283.95640: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.95651: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.95654: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.95666: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.96388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.96990: done with get_vars() 71094 1726886283.97003: variable 'ansible_search_path' from source: unknown 71094 1726886283.97004: variable 'ansible_search_path' from source: unknown 71094 1726886283.97044: we have included files to process 71094 1726886283.97045: generating all_blocks data 71094 1726886283.97047: done generating all_blocks data 71094 1726886283.97050: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 71094 1726886283.97051: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 71094 1726886283.97052: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 71094 1726886283.97554: done processing included file 71094 1726886283.97559: iterating over new_blocks loaded from include file 71094 1726886283.97560: in VariableManager get_vars() 71094 1726886283.97581: done with get_vars() 71094 1726886283.97583: filtering new block on tags 71094 1726886283.97603: done filtering new block on tags 71094 1726886283.97609: in VariableManager get_vars() 71094 1726886283.97629: done with get_vars() 71094 1726886283.97631: filtering new block on tags 71094 1726886283.97651: done filtering new block on tags 71094 1726886283.97653: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 71094 1726886283.97661: extending task lists for all hosts with included blocks 71094 1726886283.97929: done extending task lists 71094 1726886283.97931: done processing included files 71094 1726886283.97932: results queue empty 71094 1726886283.97932: checking for any_errors_fatal 71094 1726886283.97935: done checking for any_errors_fatal 71094 1726886283.97936: checking for max_fail_percentage 71094 1726886283.97937: done checking for max_fail_percentage 71094 1726886283.97938: checking to see if all hosts have failed and the running result is not ok 71094 1726886283.97939: done checking to see if all hosts have failed 71094 1726886283.97940: getting the remaining hosts for this loop 71094 1726886283.97941: done getting the remaining hosts for this loop 71094 1726886283.97943: getting the next task for host managed_node1 71094 1726886283.97948: done getting next task for host managed_node1 71094 1726886283.97950: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 71094 1726886283.97954: ^ 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? (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 71094 1726886283.97965: getting variables 71094 1726886283.97966: in VariableManager get_vars() 71094 1726886283.97979: Calling all_inventory to load vars for managed_node1 71094 1726886283.97981: Calling groups_inventory to load vars for managed_node1 71094 1726886283.97983: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886283.97989: Calling all_plugins_play to load vars for managed_node1 71094 1726886283.97991: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886283.97994: Calling groups_plugins_play to load vars for managed_node1 71094 1726886283.98418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886283.99234: done with get_vars() 71094 1726886283.99251: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:38:03 -0400 (0:00:00.061) 0:00:17.222 ****** 71094 1726886283.99351: entering _queue_task() for managed_node1/setup 71094 1726886283.99681: worker is 1 (out of 1 available) 71094 1726886283.99693: exiting _queue_task() for managed_node1/setup 71094 1726886283.99708: done queuing things up, now waiting for results queue to drain 71094 1726886283.99710: waiting for pending results... 71094 1726886284.00280: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 71094 1726886284.00432: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000255 71094 1726886284.00473: variable 'ansible_search_path' from source: unknown 71094 1726886284.00476: variable 'ansible_search_path' from source: unknown 71094 1726886284.00560: calling self._execute() 71094 1726886284.00611: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.00625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.00641: variable 'omit' from source: magic vars 71094 1726886284.01079: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886284.03539: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886284.03638: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886284.03684: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886284.03730: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886284.03766: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886284.03947: 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) 71094 1726886284.03951: 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) 71094 1726886284.03953: 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) 71094 1726886284.03975: 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) 71094 1726886284.03996: 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) 71094 1726886284.04060: 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) 71094 1726886284.04096: 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) 71094 1726886284.04129: 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) 71094 1726886284.04179: 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) 71094 1726886284.04569: 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) 71094 1726886284.04572: variable '__storage_required_facts' from source: role '' all vars 71094 1726886284.04574: variable 'ansible_facts' from source: unknown 71094 1726886284.05186: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 71094 1726886284.05195: when evaluation is False, skipping this task 71094 1726886284.05202: _execute() done 71094 1726886284.05215: dumping result to json 71094 1726886284.05333: done dumping result, returning 71094 1726886284.05336: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-ce07-55d2-000000000255] 71094 1726886284.05339: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000255 71094 1726886284.05421: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000255 71094 1726886284.05425: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 71094 1726886284.05486: no more pending results, returning what we have 71094 1726886284.05491: results queue empty 71094 1726886284.05491: checking for any_errors_fatal 71094 1726886284.05493: done checking for any_errors_fatal 71094 1726886284.05494: checking for max_fail_percentage 71094 1726886284.05495: done checking for max_fail_percentage 71094 1726886284.05496: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.05497: done checking to see if all hosts have failed 71094 1726886284.05498: getting the remaining hosts for this loop 71094 1726886284.05499: done getting the remaining hosts for this loop 71094 1726886284.05503: getting the next task for host managed_node1 71094 1726886284.05514: done getting next task for host managed_node1 71094 1726886284.05518: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886284.05524: ^ 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? (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 71094 1726886284.05541: getting variables 71094 1726886284.05543: in VariableManager get_vars() 71094 1726886284.05584: Calling all_inventory to load vars for managed_node1 71094 1726886284.05587: Calling groups_inventory to load vars for managed_node1 71094 1726886284.05590: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.05600: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.05603: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.05609: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.06645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.07211: done with get_vars() 71094 1726886284.07228: done getting variables 71094 1726886284.07287: 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-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:38:04 -0400 (0:00:00.079) 0:00:17.302 ****** 71094 1726886284.07332: entering _queue_task() for managed_node1/include_vars 71094 1726886284.07652: worker is 1 (out of 1 available) 71094 1726886284.07667: exiting _queue_task() for managed_node1/include_vars 71094 1726886284.07680: done queuing things up, now waiting for results queue to drain 71094 1726886284.07681: waiting for pending results... 71094 1726886284.08075: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 71094 1726886284.08102: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000256 71094 1726886284.08127: variable 'ansible_search_path' from source: unknown 71094 1726886284.08134: variable 'ansible_search_path' from source: unknown 71094 1726886284.08466: variable 'ansible_facts' from source: unknown 71094 1726886284.08880: variable 'ansible_facts' from source: unknown 71094 1726886284.09465: variable 'ansible_facts' from source: unknown 71094 1726886284.09872: variable 'ansible_facts' from source: unknown 71094 1726886284.10078: variable 'omit' from source: magic vars 71094 1726886284.10202: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.10217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.10236: variable 'omit' from source: magic vars 71094 1726886284.10516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.10814: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.10865: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.10913: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.10951: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.11049: variable '__vars_file' from source: task vars 71094 1726886284.11154: variable 'role_path' from source: magic vars 71094 1726886284.11167: variable 'item' from source: unknown 71094 1726886284.11183: Evaluated conditional (__vars_file is file): False 71094 1726886284.11191: when evaluation is False, skipping this task 71094 1726886284.11261: variable 'item' from source: unknown 71094 1726886284.11327: variable 'item' from source: unknown skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 71094 1726886284.11765: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.11768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.11771: variable 'omit' from source: magic vars 71094 1726886284.11838: variable '__vars_file' from source: task vars 71094 1726886284.11939: variable 'role_path' from source: magic vars 71094 1726886284.11949: variable 'item' from source: unknown 71094 1726886284.11967: Evaluated conditional (__vars_file is file): False 71094 1726886284.11981: when evaluation is False, skipping this task 71094 1726886284.12045: variable 'item' from source: unknown 71094 1726886284.12151: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 71094 1726886284.12362: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.12366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.12369: variable 'omit' from source: magic vars 71094 1726886284.12515: variable '__vars_file' from source: task vars 71094 1726886284.12601: variable 'role_path' from source: magic vars 71094 1726886284.12610: variable 'item' from source: unknown 71094 1726886284.12622: Evaluated conditional (__vars_file is file): True 71094 1726886284.12635: variable 'omit' from source: magic vars 71094 1726886284.12740: variable 'omit' from source: magic vars 71094 1726886284.12754: variable '__vars_file' from source: task vars 71094 1726886284.12830: variable '__vars_file' from source: task vars 71094 1726886284.12926: variable 'role_path' from source: magic vars 71094 1726886284.12935: variable 'item' from source: unknown 71094 1726886284.12962: variable 'omit' from source: magic vars 71094 1726886284.12990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886284.13029: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886284.13062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886284.13073: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.13116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.13122: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886284.13129: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886284.13168: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886284.13176: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.13183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.13335: Set connection var ansible_connection to ssh 71094 1726886284.13341: Set connection var ansible_pipelining to False 71094 1726886284.13344: Set connection var ansible_timeout to 10 71094 1726886284.13346: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886284.13348: Set connection var ansible_shell_type to sh 71094 1726886284.13360: Set connection var ansible_shell_executable to /bin/sh 71094 1726886284.13441: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.13446: variable 'ansible_connection' from source: unknown 71094 1726886284.13451: variable 'ansible_module_compression' from source: unknown 71094 1726886284.13453: variable 'ansible_shell_type' from source: unknown 71094 1726886284.13457: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.13459: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.13461: variable 'ansible_pipelining' from source: unknown 71094 1726886284.13463: variable 'ansible_timeout' from source: unknown 71094 1726886284.13465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.13567: 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) 71094 1726886284.13583: variable 'omit' from source: magic vars 71094 1726886284.13593: starting attempt loop 71094 1726886284.13605: running the handler 71094 1726886284.13718: handler run complete 71094 1726886284.13760: attempt loop complete, returning result 71094 1726886284.13767: variable 'item' from source: unknown 71094 1726886284.13838: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 71094 1726886284.14075: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.14078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.14080: variable 'omit' from source: magic vars 71094 1726886284.14312: variable '__vars_file' from source: task vars 71094 1726886284.14368: variable 'role_path' from source: magic vars 71094 1726886284.14379: variable 'item' from source: unknown 71094 1726886284.14422: Evaluated conditional (__vars_file is file): True 71094 1726886284.14425: variable 'omit' from source: magic vars 71094 1726886284.14432: variable 'omit' from source: magic vars 71094 1726886284.14508: variable '__vars_file' from source: task vars 71094 1726886284.14638: variable '__vars_file' from source: task vars 71094 1726886284.14746: variable 'role_path' from source: magic vars 71094 1726886284.14750: variable 'item' from source: unknown 71094 1726886284.14752: variable 'omit' from source: magic vars 71094 1726886284.14778: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886284.14798: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.14821: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.14828: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886284.14858: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886284.14861: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.14906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.14973: Set connection var ansible_connection to ssh 71094 1726886284.14984: Set connection var ansible_pipelining to False 71094 1726886284.14995: Set connection var ansible_timeout to 10 71094 1726886284.15004: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886284.15016: Set connection var ansible_shell_type to sh 71094 1726886284.15027: Set connection var ansible_shell_executable to /bin/sh 71094 1726886284.15121: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.15126: variable 'ansible_connection' from source: unknown 71094 1726886284.15128: variable 'ansible_module_compression' from source: unknown 71094 1726886284.15130: variable 'ansible_shell_type' from source: unknown 71094 1726886284.15132: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.15134: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.15135: variable 'ansible_pipelining' from source: unknown 71094 1726886284.15137: variable 'ansible_timeout' from source: unknown 71094 1726886284.15139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.15219: 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) 71094 1726886284.15237: variable 'omit' from source: magic vars 71094 1726886284.15244: starting attempt loop 71094 1726886284.15251: running the handler 71094 1726886284.15311: handler run complete 71094 1726886284.15322: attempt loop complete, returning result 71094 1726886284.15341: variable 'item' from source: unknown 71094 1726886284.15413: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 71094 1726886284.15862: dumping result to json 71094 1726886284.15866: done dumping result, returning 71094 1726886284.15869: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-ce07-55d2-000000000256] 71094 1726886284.15871: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000256 71094 1726886284.15925: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000256 71094 1726886284.15928: WORKER PROCESS EXITING 71094 1726886284.15998: no more pending results, returning what we have 71094 1726886284.16002: results queue empty 71094 1726886284.16003: checking for any_errors_fatal 71094 1726886284.16010: done checking for any_errors_fatal 71094 1726886284.16011: checking for max_fail_percentage 71094 1726886284.16012: done checking for max_fail_percentage 71094 1726886284.16013: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.16014: done checking to see if all hosts have failed 71094 1726886284.16015: getting the remaining hosts for this loop 71094 1726886284.16016: done getting the remaining hosts for this loop 71094 1726886284.16019: getting the next task for host managed_node1 71094 1726886284.16029: done getting next task for host managed_node1 71094 1726886284.16032: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 71094 1726886284.16043: ^ 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=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 71094 1726886284.16056: getting variables 71094 1726886284.16058: in VariableManager get_vars() 71094 1726886284.16092: Calling all_inventory to load vars for managed_node1 71094 1726886284.16095: Calling groups_inventory to load vars for managed_node1 71094 1726886284.16097: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.16107: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.16110: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.16113: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.16990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.17548: done with get_vars() 71094 1726886284.17572: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:38:04 -0400 (0:00:00.103) 0:00:17.405 ****** 71094 1726886284.17667: entering _queue_task() for managed_node1/stat 71094 1726886284.18075: worker is 1 (out of 1 available) 71094 1726886284.18089: exiting _queue_task() for managed_node1/stat 71094 1726886284.18102: done queuing things up, now waiting for results queue to drain 71094 1726886284.18103: waiting for pending results... 71094 1726886284.18460: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree 71094 1726886284.18530: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000258 71094 1726886284.18563: variable 'ansible_search_path' from source: unknown 71094 1726886284.18570: variable 'ansible_search_path' from source: unknown 71094 1726886284.18608: calling self._execute() 71094 1726886284.18762: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.18772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.18775: variable 'omit' from source: magic vars 71094 1726886284.19126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.19445: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.19492: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.19535: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.19570: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.19661: 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) 71094 1726886284.19688: 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) 71094 1726886284.19715: 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) 71094 1726886284.19858: 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) 71094 1726886284.19907: variable '__storage_is_ostree' from source: set_fact 71094 1726886284.19924: Evaluated conditional (not __storage_is_ostree is defined): False 71094 1726886284.19931: when evaluation is False, skipping this task 71094 1726886284.19938: _execute() done 71094 1726886284.19945: dumping result to json 71094 1726886284.19952: done dumping result, returning 71094 1726886284.19977: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-ce07-55d2-000000000258] 71094 1726886284.19987: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000258 skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 71094 1726886284.20344: no more pending results, returning what we have 71094 1726886284.20348: results queue empty 71094 1726886284.20349: checking for any_errors_fatal 71094 1726886284.20372: done checking for any_errors_fatal 71094 1726886284.20373: checking for max_fail_percentage 71094 1726886284.20375: done checking for max_fail_percentage 71094 1726886284.20376: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.20377: done checking to see if all hosts have failed 71094 1726886284.20378: getting the remaining hosts for this loop 71094 1726886284.20380: done getting the remaining hosts for this loop 71094 1726886284.20384: getting the next task for host managed_node1 71094 1726886284.20398: done getting next task for host managed_node1 71094 1726886284.20402: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 71094 1726886284.20408: ^ 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=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 71094 1726886284.20483: getting variables 71094 1726886284.20485: in VariableManager get_vars() 71094 1726886284.20529: Calling all_inventory to load vars for managed_node1 71094 1726886284.20532: Calling groups_inventory to load vars for managed_node1 71094 1726886284.20535: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.20591: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.20595: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.20598: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.21129: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000258 71094 1726886284.21133: WORKER PROCESS EXITING 71094 1726886284.21286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.21921: done with get_vars() 71094 1726886284.21937: done getting variables 71094 1726886284.21992: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:38:04 -0400 (0:00:00.043) 0:00:17.449 ****** 71094 1726886284.22029: entering _queue_task() for managed_node1/set_fact 71094 1726886284.22379: worker is 1 (out of 1 available) 71094 1726886284.22391: exiting _queue_task() for managed_node1/set_fact 71094 1726886284.22403: done queuing things up, now waiting for results queue to drain 71094 1726886284.22404: waiting for pending results... 71094 1726886284.22792: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 71094 1726886284.22880: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000259 71094 1726886284.22912: variable 'ansible_search_path' from source: unknown 71094 1726886284.22962: variable 'ansible_search_path' from source: unknown 71094 1726886284.22965: calling self._execute() 71094 1726886284.23063: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.23076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.23090: variable 'omit' from source: magic vars 71094 1726886284.23486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.23790: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.23839: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.23979: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.23982: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.24015: 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) 71094 1726886284.24040: 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) 71094 1726886284.24067: 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) 71094 1726886284.24104: 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) 71094 1726886284.24223: variable '__storage_is_ostree' from source: set_fact 71094 1726886284.24240: Evaluated conditional (not __storage_is_ostree is defined): False 71094 1726886284.24248: when evaluation is False, skipping this task 71094 1726886284.24260: _execute() done 71094 1726886284.24310: dumping result to json 71094 1726886284.24316: done dumping result, returning 71094 1726886284.24320: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-ce07-55d2-000000000259] 71094 1726886284.24322: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000259 71094 1726886284.24561: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000259 71094 1726886284.24565: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 71094 1726886284.24623: no more pending results, returning what we have 71094 1726886284.24627: results queue empty 71094 1726886284.24628: checking for any_errors_fatal 71094 1726886284.24637: done checking for any_errors_fatal 71094 1726886284.24638: checking for max_fail_percentage 71094 1726886284.24640: done checking for max_fail_percentage 71094 1726886284.24641: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.24642: done checking to see if all hosts have failed 71094 1726886284.24643: getting the remaining hosts for this loop 71094 1726886284.24645: done getting the remaining hosts for this loop 71094 1726886284.24649: getting the next task for host managed_node1 71094 1726886284.24782: done getting next task for host managed_node1 71094 1726886284.24788: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 71094 1726886284.24793: ^ 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=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 71094 1726886284.24810: getting variables 71094 1726886284.24812: in VariableManager get_vars() 71094 1726886284.24849: Calling all_inventory to load vars for managed_node1 71094 1726886284.24852: Calling groups_inventory to load vars for managed_node1 71094 1726886284.24861: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.24872: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.24875: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.24878: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.25575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.26129: done with get_vars() 71094 1726886284.26146: done getting variables 71094 1726886284.26212: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:38:04 -0400 (0:00:00.042) 0:00:17.491 ****** 71094 1726886284.26247: entering _queue_task() for managed_node1/set_fact 71094 1726886284.26704: worker is 1 (out of 1 available) 71094 1726886284.26716: exiting _queue_task() for managed_node1/set_fact 71094 1726886284.26729: done queuing things up, now waiting for results queue to drain 71094 1726886284.26730: waiting for pending results... 71094 1726886284.26936: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 71094 1726886284.27067: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000225 71094 1726886284.27087: variable 'ansible_search_path' from source: unknown 71094 1726886284.27093: variable 'ansible_search_path' from source: unknown 71094 1726886284.27137: calling self._execute() 71094 1726886284.27235: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.27253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.27269: variable 'omit' from source: magic vars 71094 1726886284.27467: variable 'omit' from source: magic vars 71094 1726886284.27471: variable 'omit' from source: magic vars 71094 1726886284.27515: variable 'omit' from source: magic vars 71094 1726886284.27564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886284.27660: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886284.27663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886284.27666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.27681: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.27711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886284.27734: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886284.27770: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886284.27779: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.27792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.28008: Set connection var ansible_connection to ssh 71094 1726886284.28013: Set connection var ansible_pipelining to False 71094 1726886284.28016: Set connection var ansible_timeout to 10 71094 1726886284.28018: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886284.28020: Set connection var ansible_shell_type to sh 71094 1726886284.28023: Set connection var ansible_shell_executable to /bin/sh 71094 1726886284.28025: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.28026: variable 'ansible_connection' from source: unknown 71094 1726886284.28029: variable 'ansible_module_compression' from source: unknown 71094 1726886284.28032: variable 'ansible_shell_type' from source: unknown 71094 1726886284.28034: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.28036: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.28038: variable 'ansible_pipelining' from source: unknown 71094 1726886284.28040: variable 'ansible_timeout' from source: unknown 71094 1726886284.28117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.28218: 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) 71094 1726886284.28241: variable 'omit' from source: magic vars 71094 1726886284.28251: starting attempt loop 71094 1726886284.28265: running the handler 71094 1726886284.28281: handler run complete 71094 1726886284.28334: attempt loop complete, returning result 71094 1726886284.28337: _execute() done 71094 1726886284.28340: dumping result to json 71094 1726886284.28342: done dumping result, returning 71094 1726886284.28345: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-ce07-55d2-000000000225] 71094 1726886284.28347: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000225 71094 1726886284.28669: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000225 71094 1726886284.28672: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 71094 1726886284.28739: no more pending results, returning what we have 71094 1726886284.28742: results queue empty 71094 1726886284.28742: checking for any_errors_fatal 71094 1726886284.28750: done checking for any_errors_fatal 71094 1726886284.28750: checking for max_fail_percentage 71094 1726886284.28752: done checking for max_fail_percentage 71094 1726886284.28753: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.28754: done checking to see if all hosts have failed 71094 1726886284.28757: getting the remaining hosts for this loop 71094 1726886284.28759: done getting the remaining hosts for this loop 71094 1726886284.28762: getting the next task for host managed_node1 71094 1726886284.28774: done getting next task for host managed_node1 71094 1726886284.28778: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 71094 1726886284.28782: ^ 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=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 71094 1726886284.28793: getting variables 71094 1726886284.28795: in VariableManager get_vars() 71094 1726886284.28827: Calling all_inventory to load vars for managed_node1 71094 1726886284.28830: Calling groups_inventory to load vars for managed_node1 71094 1726886284.28832: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.28841: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.28844: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.28848: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.29485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.30115: done with get_vars() 71094 1726886284.30134: done getting variables 71094 1726886284.30204: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:38:04 -0400 (0:00:00.039) 0:00:17.531 ****** 71094 1726886284.30239: entering _queue_task() for managed_node1/set_fact 71094 1726886284.30591: worker is 1 (out of 1 available) 71094 1726886284.30604: exiting _queue_task() for managed_node1/set_fact 71094 1726886284.30733: done queuing things up, now waiting for results queue to drain 71094 1726886284.30735: waiting for pending results... 71094 1726886284.30923: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 71094 1726886284.31060: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000226 71094 1726886284.31086: variable 'ansible_search_path' from source: unknown 71094 1726886284.31094: variable 'ansible_search_path' from source: unknown 71094 1726886284.31133: calling self._execute() 71094 1726886284.31230: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.31243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.31258: variable 'omit' from source: magic vars 71094 1726886284.31395: variable 'omit' from source: magic vars 71094 1726886284.31454: variable 'omit' from source: magic vars 71094 1726886284.31506: variable 'omit' from source: magic vars 71094 1726886284.31554: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886284.31605: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886284.31660: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886284.31664: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.31670: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.31691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886284.31724: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886284.31762: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886284.31817: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.31824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.31914: Set connection var ansible_connection to ssh 71094 1726886284.31961: Set connection var ansible_pipelining to False 71094 1726886284.31964: Set connection var ansible_timeout to 10 71094 1726886284.31966: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886284.31968: Set connection var ansible_shell_type to sh 71094 1726886284.31972: Set connection var ansible_shell_executable to /bin/sh 71094 1726886284.32000: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.32009: variable 'ansible_connection' from source: unknown 71094 1726886284.32035: variable 'ansible_module_compression' from source: unknown 71094 1726886284.32037: variable 'ansible_shell_type' from source: unknown 71094 1726886284.32039: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.32145: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.32149: variable 'ansible_pipelining' from source: unknown 71094 1726886284.32151: variable 'ansible_timeout' from source: unknown 71094 1726886284.32153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.32225: 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) 71094 1726886284.32242: variable 'omit' from source: magic vars 71094 1726886284.32261: starting attempt loop 71094 1726886284.32271: running the handler 71094 1726886284.32287: handler run complete 71094 1726886284.32300: attempt loop complete, returning result 71094 1726886284.32307: _execute() done 71094 1726886284.32314: dumping result to json 71094 1726886284.32321: done dumping result, returning 71094 1726886284.32334: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-ce07-55d2-000000000226] 71094 1726886284.32343: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000226 ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 71094 1726886284.32654: no more pending results, returning what we have 71094 1726886284.32659: results queue empty 71094 1726886284.32660: checking for any_errors_fatal 71094 1726886284.32668: done checking for any_errors_fatal 71094 1726886284.32669: checking for max_fail_percentage 71094 1726886284.32671: done checking for max_fail_percentage 71094 1726886284.32673: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.32673: done checking to see if all hosts have failed 71094 1726886284.32674: getting the remaining hosts for this loop 71094 1726886284.32676: done getting the remaining hosts for this loop 71094 1726886284.32680: getting the next task for host managed_node1 71094 1726886284.32695: done getting next task for host managed_node1 71094 1726886284.32699: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 71094 1726886284.32705: ^ 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=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 71094 1726886284.32766: getting variables 71094 1726886284.32767: in VariableManager get_vars() 71094 1726886284.32812: Calling all_inventory to load vars for managed_node1 71094 1726886284.32815: Calling groups_inventory to load vars for managed_node1 71094 1726886284.32818: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.32864: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000226 71094 1726886284.32867: WORKER PROCESS EXITING 71094 1726886284.32877: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.32881: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.32884: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.33651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.34395: done with get_vars() 71094 1726886284.34415: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:38:04 -0400 (0:00:00.042) 0:00:17.574 ****** 71094 1726886284.34531: entering _queue_task() for managed_node1/include_tasks 71094 1726886284.34885: worker is 1 (out of 1 available) 71094 1726886284.34899: exiting _queue_task() for managed_node1/include_tasks 71094 1726886284.34913: done queuing things up, now waiting for results queue to drain 71094 1726886284.34915: waiting for pending results... 71094 1726886284.35248: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 71094 1726886284.35427: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000227 71094 1726886284.35449: variable 'ansible_search_path' from source: unknown 71094 1726886284.35458: variable 'ansible_search_path' from source: unknown 71094 1726886284.35511: calling self._execute() 71094 1726886284.35616: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.35638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.35785: variable 'omit' from source: magic vars 71094 1726886284.36036: variable 'storage_provider' from source: role '' defaults 71094 1726886284.36058: _execute() done 71094 1726886284.36070: dumping result to json 71094 1726886284.36077: done dumping result, returning 71094 1726886284.36088: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-ce07-55d2-000000000227] 71094 1726886284.36097: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000227 71094 1726886284.36294: no more pending results, returning what we have 71094 1726886284.36299: in VariableManager get_vars() 71094 1726886284.36338: Calling all_inventory to load vars for managed_node1 71094 1726886284.36341: Calling groups_inventory to load vars for managed_node1 71094 1726886284.36343: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.36354: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.36360: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.36363: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.36986: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000227 71094 1726886284.36990: WORKER PROCESS EXITING 71094 1726886284.37022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.37544: done with get_vars() 71094 1726886284.37561: variable 'ansible_search_path' from source: unknown 71094 1726886284.37562: variable 'ansible_search_path' from source: unknown 71094 1726886284.37594: we have included files to process 71094 1726886284.37595: generating all_blocks data 71094 1726886284.37597: done generating all_blocks data 71094 1726886284.37602: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 71094 1726886284.37603: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 71094 1726886284.37605: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 71094 1726886284.38399: in VariableManager get_vars() 71094 1726886284.38436: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 71094 1726886284.40198: done processing included file 71094 1726886284.40201: iterating over new_blocks loaded from include file 71094 1726886284.40202: in VariableManager get_vars() 71094 1726886284.40227: done with get_vars() 71094 1726886284.40229: filtering new block on tags 71094 1726886284.40279: done filtering new block on tags 71094 1726886284.40283: in VariableManager get_vars() 71094 1726886284.40306: done with get_vars() 71094 1726886284.40308: filtering new block on tags 71094 1726886284.40343: done filtering new block on tags 71094 1726886284.40346: in VariableManager get_vars() 71094 1726886284.40375: done with get_vars() 71094 1726886284.40377: filtering new block on tags 71094 1726886284.40422: done filtering new block on tags 71094 1726886284.40424: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 71094 1726886284.40430: extending task lists for all hosts with included blocks 71094 1726886284.41439: done extending task lists 71094 1726886284.41441: done processing included files 71094 1726886284.41442: results queue empty 71094 1726886284.41443: checking for any_errors_fatal 71094 1726886284.41446: done checking for any_errors_fatal 71094 1726886284.41447: checking for max_fail_percentage 71094 1726886284.41448: done checking for max_fail_percentage 71094 1726886284.41449: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.41450: done checking to see if all hosts have failed 71094 1726886284.41459: getting the remaining hosts for this loop 71094 1726886284.41461: done getting the remaining hosts for this loop 71094 1726886284.41464: getting the next task for host managed_node1 71094 1726886284.41469: done getting next task for host managed_node1 71094 1726886284.41472: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 71094 1726886284.41476: ^ 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=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 71094 1726886284.41487: getting variables 71094 1726886284.41488: in VariableManager get_vars() 71094 1726886284.41503: Calling all_inventory to load vars for managed_node1 71094 1726886284.41505: Calling groups_inventory to load vars for managed_node1 71094 1726886284.41507: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.41513: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.41516: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.41519: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.45463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.46095: done with get_vars() 71094 1726886284.46114: done getting variables 71094 1726886284.46170: 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-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:38:04 -0400 (0:00:00.116) 0:00:17.690 ****** 71094 1726886284.46202: entering _queue_task() for managed_node1/package 71094 1726886284.46773: worker is 1 (out of 1 available) 71094 1726886284.46785: exiting _queue_task() for managed_node1/package 71094 1726886284.46797: done queuing things up, now waiting for results queue to drain 71094 1726886284.46799: waiting for pending results... 71094 1726886284.46932: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 71094 1726886284.47137: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000298 71094 1726886284.47142: variable 'ansible_search_path' from source: unknown 71094 1726886284.47144: variable 'ansible_search_path' from source: unknown 71094 1726886284.47149: calling self._execute() 71094 1726886284.47259: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.47274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.47354: variable 'omit' from source: magic vars 71094 1726886284.47711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.48006: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.48060: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.48154: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.48196: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.48294: 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) 71094 1726886284.48324: 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) 71094 1726886284.48445: 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) 71094 1726886284.48448: 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) 71094 1726886284.48570: variable 'storage_skip_checks' from source: set_fact 71094 1726886284.48600: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 71094 1726886284.48608: when evaluation is False, skipping this task 71094 1726886284.48617: _execute() done 71094 1726886284.48625: dumping result to json 71094 1726886284.48633: done dumping result, returning 71094 1726886284.48645: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-ce07-55d2-000000000298] 71094 1726886284.48662: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000298 skipping: [managed_node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 71094 1726886284.48930: no more pending results, returning what we have 71094 1726886284.48935: results queue empty 71094 1726886284.48936: checking for any_errors_fatal 71094 1726886284.48938: done checking for any_errors_fatal 71094 1726886284.48938: checking for max_fail_percentage 71094 1726886284.48940: done checking for max_fail_percentage 71094 1726886284.48941: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.48942: done checking to see if all hosts have failed 71094 1726886284.48943: getting the remaining hosts for this loop 71094 1726886284.48945: done getting the remaining hosts for this loop 71094 1726886284.48948: getting the next task for host managed_node1 71094 1726886284.48958: done getting next task for host managed_node1 71094 1726886284.48963: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 71094 1726886284.48968: ^ 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=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 71094 1726886284.48987: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000298 71094 1726886284.48990: WORKER PROCESS EXITING 71094 1726886284.49001: getting variables 71094 1726886284.49004: in VariableManager get_vars() 71094 1726886284.49040: Calling all_inventory to load vars for managed_node1 71094 1726886284.49043: Calling groups_inventory to load vars for managed_node1 71094 1726886284.49046: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.49204: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.49210: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.49214: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.49815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.50474: done with get_vars() 71094 1726886284.50492: done getting variables 71094 1726886284.50559: 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-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:38:04 -0400 (0:00:00.043) 0:00:17.734 ****** 71094 1726886284.50597: entering _queue_task() for managed_node1/debug 71094 1726886284.50945: worker is 1 (out of 1 available) 71094 1726886284.51096: exiting _queue_task() for managed_node1/debug 71094 1726886284.51108: done queuing things up, now waiting for results queue to drain 71094 1726886284.51110: waiting for pending results... 71094 1726886284.51332: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools 71094 1726886284.51461: in run() - task 0affc8a3-6f6f-ce07-55d2-000000000299 71094 1726886284.51484: variable 'ansible_search_path' from source: unknown 71094 1726886284.51491: variable 'ansible_search_path' from source: unknown 71094 1726886284.51539: calling self._execute() 71094 1726886284.51662: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.51677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.51691: variable 'omit' from source: magic vars 71094 1726886284.51814: variable 'omit' from source: magic vars 71094 1726886284.52097: variable 'omit' from source: magic vars 71094 1726886284.52102: variable 'omit' from source: magic vars 71094 1726886284.52148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886284.52246: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886284.52337: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886284.52359: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.52438: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.52460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886284.52479: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886284.52566: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886284.52576: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.52585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.52901: Set connection var ansible_connection to ssh 71094 1726886284.52915: Set connection var ansible_pipelining to False 71094 1726886284.52928: Set connection var ansible_timeout to 10 71094 1726886284.53062: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886284.53067: Set connection var ansible_shell_type to sh 71094 1726886284.53070: Set connection var ansible_shell_executable to /bin/sh 71094 1726886284.53072: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.53074: variable 'ansible_connection' from source: unknown 71094 1726886284.53076: variable 'ansible_module_compression' from source: unknown 71094 1726886284.53080: variable 'ansible_shell_type' from source: unknown 71094 1726886284.53082: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.53084: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.53086: variable 'ansible_pipelining' from source: unknown 71094 1726886284.53089: variable 'ansible_timeout' from source: unknown 71094 1726886284.53091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.53462: 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) 71094 1726886284.53466: variable 'omit' from source: magic vars 71094 1726886284.53468: starting attempt loop 71094 1726886284.53471: running the handler 71094 1726886284.53539: variable 'storage_pools' from source: include params 71094 1726886284.53729: variable 'storage_pools' from source: include params 71094 1726886284.53902: variable '__storage_failed_params' from source: include params 71094 1726886284.53976: variable 'unused_disks' from source: set_fact 71094 1726886284.54001: variable 'unused_disks' from source: set_fact 71094 1726886284.54060: variable 'mount_location' from source: play vars 71094 1726886284.54125: variable 'mount_location' from source: play vars 71094 1726886284.54137: variable 'storage_pools_global' from source: set_fact 71094 1726886284.54163: handler run complete 71094 1726886284.54181: attempt loop complete, returning result 71094 1726886284.54197: _execute() done 71094 1726886284.54203: dumping result to json 71094 1726886284.54208: done dumping result, returning 71094 1726886284.54302: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-ce07-55d2-000000000299] 71094 1726886284.54306: sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000299 71094 1726886284.54380: done sending task result for task 0affc8a3-6f6f-ce07-55d2-000000000299 71094 1726886284.54383: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_pools": [] } 71094 1726886284.54470: no more pending results, returning what we have 71094 1726886284.54474: results queue empty 71094 1726886284.54475: checking for any_errors_fatal 71094 1726886284.54483: done checking for any_errors_fatal 71094 1726886284.54484: checking for max_fail_percentage 71094 1726886284.54486: done checking for max_fail_percentage 71094 1726886284.54486: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.54487: done checking to see if all hosts have failed 71094 1726886284.54488: getting the remaining hosts for this loop 71094 1726886284.54489: done getting the remaining hosts for this loop 71094 1726886284.54492: getting the next task for host managed_node1 71094 1726886284.54500: done getting next task for host managed_node1 71094 1726886284.54504: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 71094 1726886284.54511: ^ 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=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 71094 1726886284.54521: getting variables 71094 1726886284.54523: in VariableManager get_vars() 71094 1726886284.54558: Calling all_inventory to load vars for managed_node1 71094 1726886284.54561: Calling groups_inventory to load vars for managed_node1 71094 1726886284.54563: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.54573: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.54576: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.54579: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.55389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.56033: done with get_vars() 71094 1726886284.56058: done getting variables 71094 1726886284.56127: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:38:04 -0400 (0:00:00.055) 0:00:17.790 ****** 71094 1726886284.56169: entering _queue_task() for managed_node1/debug 71094 1726886284.56699: worker is 1 (out of 1 available) 71094 1726886284.56712: exiting _queue_task() for managed_node1/debug 71094 1726886284.56868: done queuing things up, now waiting for results queue to drain 71094 1726886284.56870: waiting for pending results... 71094 1726886284.57079: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes 71094 1726886284.57215: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000029a 71094 1726886284.57236: variable 'ansible_search_path' from source: unknown 71094 1726886284.57244: variable 'ansible_search_path' from source: unknown 71094 1726886284.57308: calling self._execute() 71094 1726886284.57410: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.57462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.57465: variable 'omit' from source: magic vars 71094 1726886284.57565: variable 'omit' from source: magic vars 71094 1726886284.57660: variable 'omit' from source: magic vars 71094 1726886284.57700: variable 'omit' from source: magic vars 71094 1726886284.57781: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886284.57838: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886284.57931: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886284.57934: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.57936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.57939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886284.57945: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886284.57994: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886284.58002: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.58009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.58159: Set connection var ansible_connection to ssh 71094 1726886284.58177: Set connection var ansible_pipelining to False 71094 1726886284.58190: Set connection var ansible_timeout to 10 71094 1726886284.58270: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886284.58273: Set connection var ansible_shell_type to sh 71094 1726886284.58275: Set connection var ansible_shell_executable to /bin/sh 71094 1726886284.58285: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.58287: variable 'ansible_connection' from source: unknown 71094 1726886284.58290: variable 'ansible_module_compression' from source: unknown 71094 1726886284.58292: variable 'ansible_shell_type' from source: unknown 71094 1726886284.58294: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.58296: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.58298: variable 'ansible_pipelining' from source: unknown 71094 1726886284.58300: variable 'ansible_timeout' from source: unknown 71094 1726886284.58302: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.58446: 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) 71094 1726886284.58486: variable 'omit' from source: magic vars 71094 1726886284.58489: starting attempt loop 71094 1726886284.58492: running the handler 71094 1726886284.58540: variable 'storage_volumes' from source: include params 71094 1726886284.58745: variable 'storage_volumes' from source: include params 71094 1726886284.58922: variable '__storage_failed_params' from source: include params 71094 1726886284.58925: variable 'unused_disks' from source: set_fact 71094 1726886284.58995: variable 'unused_disks' from source: set_fact 71094 1726886284.59070: variable 'mount_location' from source: play vars 71094 1726886284.59138: variable 'mount_location' from source: play vars 71094 1726886284.59169: variable 'storage_volumes_global' from source: set_fact 71094 1726886284.59230: handler run complete 71094 1726886284.59278: attempt loop complete, returning result 71094 1726886284.59281: _execute() done 71094 1726886284.59284: dumping result to json 71094 1726886284.59286: done dumping result, returning 71094 1726886284.59358: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-ce07-55d2-00000000029a] 71094 1726886284.59361: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029a 71094 1726886284.59430: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029a 71094 1726886284.59433: WORKER PROCESS EXITING ok: [managed_node1] => { "storage_volumes": [ { "disks": [ "sda", "sdb" ], "mount_point": "/opt/test1", "name": "test1", "raid_level": "null", "type": "raid" } ] } 71094 1726886284.59597: no more pending results, returning what we have 71094 1726886284.59601: results queue empty 71094 1726886284.59602: checking for any_errors_fatal 71094 1726886284.59608: done checking for any_errors_fatal 71094 1726886284.59609: checking for max_fail_percentage 71094 1726886284.59611: done checking for max_fail_percentage 71094 1726886284.59611: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.59612: done checking to see if all hosts have failed 71094 1726886284.59612: getting the remaining hosts for this loop 71094 1726886284.59614: done getting the remaining hosts for this loop 71094 1726886284.59617: getting the next task for host managed_node1 71094 1726886284.59626: done getting next task for host managed_node1 71094 1726886284.59630: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 71094 1726886284.59636: ^ 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=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 71094 1726886284.59649: getting variables 71094 1726886284.59651: in VariableManager get_vars() 71094 1726886284.59731: Calling all_inventory to load vars for managed_node1 71094 1726886284.59734: Calling groups_inventory to load vars for managed_node1 71094 1726886284.59737: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.59748: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.59751: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.59870: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.60582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.62206: done with get_vars() 71094 1726886284.62230: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:38:04 -0400 (0:00:00.063) 0:00:17.853 ****** 71094 1726886284.62512: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886284.63241: worker is 1 (out of 1 available) 71094 1726886284.63253: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886284.63266: done queuing things up, now waiting for results queue to drain 71094 1726886284.63268: waiting for pending results... 71094 1726886284.63778: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages 71094 1726886284.64066: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000029b 71094 1726886284.64080: variable 'ansible_search_path' from source: unknown 71094 1726886284.64093: variable 'ansible_search_path' from source: unknown 71094 1726886284.64262: calling self._execute() 71094 1726886284.64425: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.64431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.64491: variable 'omit' from source: magic vars 71094 1726886284.65402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.66005: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.66054: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.66085: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.66341: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.66426: 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) 71094 1726886284.66567: 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) 71094 1726886284.66595: 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) 71094 1726886284.66624: 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) 71094 1726886284.67189: variable 'storage_skip_checks' from source: set_fact 71094 1726886284.67263: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 71094 1726886284.67266: when evaluation is False, skipping this task 71094 1726886284.67268: _execute() done 71094 1726886284.67270: dumping result to json 71094 1726886284.67271: done dumping result, returning 71094 1726886284.67273: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-ce07-55d2-00000000029b] 71094 1726886284.67275: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029b 71094 1726886284.67862: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029b 71094 1726886284.67866: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 71094 1726886284.67917: no more pending results, returning what we have 71094 1726886284.67921: results queue empty 71094 1726886284.67922: checking for any_errors_fatal 71094 1726886284.67929: done checking for any_errors_fatal 71094 1726886284.67930: checking for max_fail_percentage 71094 1726886284.67931: done checking for max_fail_percentage 71094 1726886284.67932: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.67933: done checking to see if all hosts have failed 71094 1726886284.67933: getting the remaining hosts for this loop 71094 1726886284.67935: done getting the remaining hosts for this loop 71094 1726886284.67939: getting the next task for host managed_node1 71094 1726886284.67946: done getting next task for host managed_node1 71094 1726886284.67950: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 71094 1726886284.67954: ^ 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=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 71094 1726886284.68078: getting variables 71094 1726886284.68080: in VariableManager get_vars() 71094 1726886284.68120: Calling all_inventory to load vars for managed_node1 71094 1726886284.68123: Calling groups_inventory to load vars for managed_node1 71094 1726886284.68126: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.68135: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.68138: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.68141: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.69211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.70404: done with get_vars() 71094 1726886284.70427: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:38:04 -0400 (0:00:00.084) 0:00:17.938 ****** 71094 1726886284.70971: entering _queue_task() for managed_node1/include_tasks 71094 1726886284.71692: worker is 1 (out of 1 available) 71094 1726886284.71708: exiting _queue_task() for managed_node1/include_tasks 71094 1726886284.71866: done queuing things up, now waiting for results queue to drain 71094 1726886284.71868: waiting for pending results... 71094 1726886284.72389: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 71094 1726886284.72638: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000029c 71094 1726886284.72718: variable 'ansible_search_path' from source: unknown 71094 1726886284.72726: variable 'ansible_search_path' from source: unknown 71094 1726886284.72921: calling self._execute() 71094 1726886284.72988: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.73071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.73149: variable 'omit' from source: magic vars 71094 1726886284.73964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.74617: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.74678: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.74862: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.74997: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.75109: 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) 71094 1726886284.75271: 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) 71094 1726886284.75458: 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) 71094 1726886284.75461: 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) 71094 1726886284.75798: variable 'storage_skip_checks' from source: set_fact 71094 1726886284.75834: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 71094 1726886284.75897: when evaluation is False, skipping this task 71094 1726886284.75906: _execute() done 71094 1726886284.75914: dumping result to json 71094 1726886284.75922: done dumping result, returning 71094 1726886284.75935: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-ce07-55d2-00000000029c] 71094 1726886284.75944: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029c skipping: [managed_node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 71094 1726886284.76375: no more pending results, returning what we have 71094 1726886284.76379: results queue empty 71094 1726886284.76380: checking for any_errors_fatal 71094 1726886284.76389: done checking for any_errors_fatal 71094 1726886284.76390: checking for max_fail_percentage 71094 1726886284.76391: done checking for max_fail_percentage 71094 1726886284.76392: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.76393: done checking to see if all hosts have failed 71094 1726886284.76393: getting the remaining hosts for this loop 71094 1726886284.76396: done getting the remaining hosts for this loop 71094 1726886284.76399: getting the next task for host managed_node1 71094 1726886284.76408: done getting next task for host managed_node1 71094 1726886284.76412: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 71094 1726886284.76418: ^ 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=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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886284.76438: getting variables 71094 1726886284.76440: in VariableManager get_vars() 71094 1726886284.76481: Calling all_inventory to load vars for managed_node1 71094 1726886284.76484: Calling groups_inventory to load vars for managed_node1 71094 1726886284.76487: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.76497: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.76501: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.76504: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.77078: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029c 71094 1726886284.77083: WORKER PROCESS EXITING 71094 1726886284.77967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.79345: done with get_vars() 71094 1726886284.79382: done getting variables 71094 1726886284.79440: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:38:04 -0400 (0:00:00.086) 0:00:18.024 ****** 71094 1726886284.79580: entering _queue_task() for managed_node1/package 71094 1726886284.80131: worker is 1 (out of 1 available) 71094 1726886284.80145: exiting _queue_task() for managed_node1/package 71094 1726886284.80172: done queuing things up, now waiting for results queue to drain 71094 1726886284.80174: waiting for pending results... 71094 1726886284.80449: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 71094 1726886284.80635: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000029d 71094 1726886284.80662: variable 'ansible_search_path' from source: unknown 71094 1726886284.80672: variable 'ansible_search_path' from source: unknown 71094 1726886284.80718: calling self._execute() 71094 1726886284.81124: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.81128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.81132: variable 'omit' from source: magic vars 71094 1726886284.82182: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.82614: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.82700: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.82775: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.83771: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.83861: 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) 71094 1726886284.83959: 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) 71094 1726886284.83963: 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) 71094 1726886284.83966: 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) 71094 1726886284.84089: variable 'storage_skip_checks' from source: set_fact 71094 1726886284.84112: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 71094 1726886284.84116: when evaluation is False, skipping this task 71094 1726886284.84119: _execute() done 71094 1726886284.84122: dumping result to json 71094 1726886284.84124: done dumping result, returning 71094 1726886284.84132: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-ce07-55d2-00000000029d] 71094 1726886284.84134: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029d 71094 1726886284.84245: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029d 71094 1726886284.84248: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 71094 1726886284.84323: no more pending results, returning what we have 71094 1726886284.84331: results queue empty 71094 1726886284.84332: checking for any_errors_fatal 71094 1726886284.84338: done checking for any_errors_fatal 71094 1726886284.84339: checking for max_fail_percentage 71094 1726886284.84341: done checking for max_fail_percentage 71094 1726886284.84341: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.84342: done checking to see if all hosts have failed 71094 1726886284.84342: getting the remaining hosts for this loop 71094 1726886284.84346: done getting the remaining hosts for this loop 71094 1726886284.84350: getting the next task for host managed_node1 71094 1726886284.84359: done getting next task for host managed_node1 71094 1726886284.84363: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 71094 1726886284.84368: ^ 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=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 71094 1726886284.84383: getting variables 71094 1726886284.84384: in VariableManager get_vars() 71094 1726886284.84422: Calling all_inventory to load vars for managed_node1 71094 1726886284.84424: Calling groups_inventory to load vars for managed_node1 71094 1726886284.84427: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.84435: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.84437: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.84439: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.85468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.86473: done with get_vars() 71094 1726886284.86495: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:38:04 -0400 (0:00:00.072) 0:00:18.096 ****** 71094 1726886284.86812: entering _queue_task() for managed_node1/service_facts 71094 1726886284.87187: worker is 1 (out of 1 available) 71094 1726886284.87203: exiting _queue_task() for managed_node1/service_facts 71094 1726886284.87220: done queuing things up, now waiting for results queue to drain 71094 1726886284.87222: waiting for pending results... 71094 1726886284.87586: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts 71094 1726886284.87684: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000029e 71094 1726886284.87694: variable 'ansible_search_path' from source: unknown 71094 1726886284.87698: variable 'ansible_search_path' from source: unknown 71094 1726886284.87736: calling self._execute() 71094 1726886284.87837: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.87844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.87854: variable 'omit' from source: magic vars 71094 1726886284.88447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.88688: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.88732: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.88762: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.88829: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.88920: 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) 71094 1726886284.88946: 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) 71094 1726886284.88978: 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) 71094 1726886284.89002: 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) 71094 1726886284.89160: variable 'storage_skip_checks' from source: set_fact 71094 1726886284.89189: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 71094 1726886284.89193: when evaluation is False, skipping this task 71094 1726886284.89195: _execute() done 71094 1726886284.89200: dumping result to json 71094 1726886284.89262: done dumping result, returning 71094 1726886284.89265: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-ce07-55d2-00000000029e] 71094 1726886284.89267: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029e 71094 1726886284.89339: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029e 71094 1726886284.89342: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 71094 1726886284.89413: no more pending results, returning what we have 71094 1726886284.89416: results queue empty 71094 1726886284.89417: checking for any_errors_fatal 71094 1726886284.89427: done checking for any_errors_fatal 71094 1726886284.89427: checking for max_fail_percentage 71094 1726886284.89429: done checking for max_fail_percentage 71094 1726886284.89429: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.89430: done checking to see if all hosts have failed 71094 1726886284.89431: getting the remaining hosts for this loop 71094 1726886284.89433: done getting the remaining hosts for this loop 71094 1726886284.89436: getting the next task for host managed_node1 71094 1726886284.89443: done getting next task for host managed_node1 71094 1726886284.89447: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 71094 1726886284.89452: ^ 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=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 71094 1726886284.89471: getting variables 71094 1726886284.89472: in VariableManager get_vars() 71094 1726886284.89503: Calling all_inventory to load vars for managed_node1 71094 1726886284.89508: Calling groups_inventory to load vars for managed_node1 71094 1726886284.89510: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.89518: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.89521: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.89523: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.90063: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.90693: done with get_vars() 71094 1726886284.90711: done getting variables 71094 1726886284.90769: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:38:04 -0400 (0:00:00.039) 0:00:18.136 ****** 71094 1726886284.90809: entering _queue_task() for managed_node1/set_fact 71094 1726886284.91251: worker is 1 (out of 1 available) 71094 1726886284.91266: exiting _queue_task() for managed_node1/set_fact 71094 1726886284.91277: done queuing things up, now waiting for results queue to drain 71094 1726886284.91278: waiting for pending results... 71094 1726886284.91710: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 71094 1726886284.91717: in run() - task 0affc8a3-6f6f-ce07-55d2-00000000029f 71094 1726886284.91721: variable 'ansible_search_path' from source: unknown 71094 1726886284.91724: variable 'ansible_search_path' from source: unknown 71094 1726886284.91746: calling self._execute() 71094 1726886284.91853: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.91858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.91872: variable 'omit' from source: magic vars 71094 1726886284.91996: variable 'omit' from source: magic vars 71094 1726886284.92080: variable 'omit' from source: magic vars 71094 1726886284.92504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886284.94864: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886284.94869: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886284.94871: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886284.94874: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886284.95061: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886284.95066: 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) 71094 1726886284.95069: 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) 71094 1726886284.95072: 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) 71094 1726886284.95075: 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) 71094 1726886284.95077: 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) 71094 1726886284.95260: 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) 71094 1726886284.95263: 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) 71094 1726886284.95266: 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) 71094 1726886284.95268: 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) 71094 1726886284.95270: 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) 71094 1726886284.95272: 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) 71094 1726886284.95460: 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) 71094 1726886284.95464: 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) 71094 1726886284.95468: 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) 71094 1726886284.95471: 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) 71094 1726886284.95473: 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) 71094 1726886284.95476: 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) 71094 1726886284.95479: 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) 71094 1726886284.95487: 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) 71094 1726886284.95501: 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) 71094 1726886284.95547: 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) 71094 1726886284.95573: 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) 71094 1726886284.95597: 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) 71094 1726886284.95635: 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) 71094 1726886284.95648: 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) 71094 1726886284.95935: variable 'ansible_facts' from source: unknown 71094 1726886284.96244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886284.96420: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886284.96467: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886284.96496: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886284.96521: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886284.96574: 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) 71094 1726886284.96594: 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) 71094 1726886284.96616: 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) 71094 1726886284.96640: 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) 71094 1726886284.97217: variable 'omit' from source: magic vars 71094 1726886284.97244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886284.97277: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886284.97293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886284.97312: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.97322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886284.97337: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886284.97353: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886284.97385: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886284.97388: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.97391: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.97660: Set connection var ansible_connection to ssh 71094 1726886284.97663: Set connection var ansible_pipelining to False 71094 1726886284.97665: Set connection var ansible_timeout to 10 71094 1726886284.97668: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886284.97670: Set connection var ansible_shell_type to sh 71094 1726886284.97672: Set connection var ansible_shell_executable to /bin/sh 71094 1726886284.97674: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.97676: variable 'ansible_connection' from source: unknown 71094 1726886284.97678: variable 'ansible_module_compression' from source: unknown 71094 1726886284.97680: variable 'ansible_shell_type' from source: unknown 71094 1726886284.97681: variable 'ansible_shell_executable' from source: unknown 71094 1726886284.97683: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886284.97861: variable 'ansible_pipelining' from source: unknown 71094 1726886284.97863: variable 'ansible_timeout' from source: unknown 71094 1726886284.97865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886284.97868: 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) 71094 1726886284.97870: variable 'omit' from source: magic vars 71094 1726886284.97871: starting attempt loop 71094 1726886284.97873: running the handler 71094 1726886284.97874: handler run complete 71094 1726886284.97876: attempt loop complete, returning result 71094 1726886284.97877: _execute() done 71094 1726886284.97879: dumping result to json 71094 1726886284.97880: done dumping result, returning 71094 1726886284.97882: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-ce07-55d2-00000000029f] 71094 1726886284.97884: sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029f 71094 1726886284.97952: done sending task result for task 0affc8a3-6f6f-ce07-55d2-00000000029f 71094 1726886284.97957: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 71094 1726886284.98025: no more pending results, returning what we have 71094 1726886284.98027: results queue empty 71094 1726886284.98028: checking for any_errors_fatal 71094 1726886284.98035: done checking for any_errors_fatal 71094 1726886284.98036: checking for max_fail_percentage 71094 1726886284.98037: done checking for max_fail_percentage 71094 1726886284.98037: checking to see if all hosts have failed and the running result is not ok 71094 1726886284.98038: done checking to see if all hosts have failed 71094 1726886284.98039: getting the remaining hosts for this loop 71094 1726886284.98041: done getting the remaining hosts for this loop 71094 1726886284.98043: getting the next task for host managed_node1 71094 1726886284.98052: done getting next task for host managed_node1 71094 1726886284.98057: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 71094 1726886284.98062: ^ 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=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 71094 1726886284.98071: getting variables 71094 1726886284.98072: in VariableManager get_vars() 71094 1726886284.98106: Calling all_inventory to load vars for managed_node1 71094 1726886284.98109: Calling groups_inventory to load vars for managed_node1 71094 1726886284.98111: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886284.98120: Calling all_plugins_play to load vars for managed_node1 71094 1726886284.98122: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886284.98125: Calling groups_plugins_play to load vars for managed_node1 71094 1726886284.98821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886284.99534: done with get_vars() 71094 1726886284.99564: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:38:04 -0400 (0:00:00.088) 0:00:18.225 ****** 71094 1726886284.99682: entering _queue_task() for managed_node1/systemd 71094 1726886285.00150: worker is 1 (out of 1 available) 71094 1726886285.00166: exiting _queue_task() for managed_node1/systemd 71094 1726886285.00192: done queuing things up, now waiting for results queue to drain 71094 1726886285.00193: waiting for pending results... 71094 1726886285.00537: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 71094 1726886285.00824: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000002a1 71094 1726886285.01165: variable 'ansible_search_path' from source: unknown 71094 1726886285.01169: variable 'ansible_search_path' from source: unknown 71094 1726886285.01171: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886285.01363: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886285.01429: dumping result to json 71094 1726886285.01437: done dumping result, returning 71094 1726886285.01450: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-ce07-55d2-0000000002a1] 71094 1726886285.01463: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a1 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886285.01650: no more pending results, returning what we have 71094 1726886285.01654: results queue empty 71094 1726886285.01656: checking for any_errors_fatal 71094 1726886285.01663: done checking for any_errors_fatal 71094 1726886285.01664: checking for max_fail_percentage 71094 1726886285.01666: done checking for max_fail_percentage 71094 1726886285.01667: checking to see if all hosts have failed and the running result is not ok 71094 1726886285.01667: done checking to see if all hosts have failed 71094 1726886285.01668: getting the remaining hosts for this loop 71094 1726886285.01670: done getting the remaining hosts for this loop 71094 1726886285.01674: getting the next task for host managed_node1 71094 1726886285.01682: done getting next task for host managed_node1 71094 1726886285.01686: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 71094 1726886285.01692: ^ 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=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 71094 1726886285.01715: getting variables 71094 1726886285.01717: in VariableManager get_vars() 71094 1726886285.01760: Calling all_inventory to load vars for managed_node1 71094 1726886285.01763: Calling groups_inventory to load vars for managed_node1 71094 1726886285.01766: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886285.01772: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a1 71094 1726886285.01774: WORKER PROCESS EXITING 71094 1726886285.01783: Calling all_plugins_play to load vars for managed_node1 71094 1726886285.01786: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886285.01788: Calling groups_plugins_play to load vars for managed_node1 71094 1726886285.02307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886285.02929: done with get_vars() 71094 1726886285.02950: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:38:05 -0400 (0:00:00.033) 0:00:18.259 ****** 71094 1726886285.03046: entering _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886285.03399: worker is 1 (out of 1 available) 71094 1726886285.03415: exiting _queue_task() for managed_node1/fedora.linux_system_roles.blivet 71094 1726886285.03427: done queuing things up, now waiting for results queue to drain 71094 1726886285.03428: waiting for pending results... 71094 1726886285.03751: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 71094 1726886285.03952: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000002a2 71094 1726886285.03976: variable 'ansible_search_path' from source: unknown 71094 1726886285.03989: variable 'ansible_search_path' from source: unknown 71094 1726886285.04035: calling self._execute() 71094 1726886285.04223: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886285.04226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886285.04229: variable 'omit' from source: magic vars 71094 1726886285.04352: variable 'omit' from source: magic vars 71094 1726886285.04457: variable 'omit' from source: magic vars 71094 1726886285.04836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886285.07323: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886285.07419: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886285.07465: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886285.07508: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886285.07545: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886285.07632: 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) 71094 1726886285.07665: 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) 71094 1726886285.07736: 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) 71094 1726886285.07739: 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) 71094 1726886285.07747: 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) 71094 1726886285.07864: variable 'storage_pools' from source: include params 71094 1726886285.07998: variable '__storage_failed_params' from source: include params 71094 1726886285.08023: variable 'unused_disks' from source: set_fact 71094 1726886285.08109: variable 'unused_disks' from source: set_fact 71094 1726886285.08186: variable 'mount_location' from source: play vars 71094 1726886285.08278: variable 'mount_location' from source: play vars 71094 1726886285.08282: variable 'storage_pools_global' from source: set_fact 71094 1726886285.08430: variable 'storage_volumes' from source: include params 71094 1726886285.08604: variable '__storage_failed_params' from source: include params 71094 1726886285.08610: variable 'unused_disks' from source: set_fact 71094 1726886285.08657: variable 'unused_disks' from source: set_fact 71094 1726886285.08694: variable 'mount_location' from source: play vars 71094 1726886285.08765: variable 'mount_location' from source: play vars 71094 1726886285.08778: variable 'storage_volumes_global' from source: set_fact 71094 1726886285.08931: variable 'storage_use_partitions' from source: play vars 71094 1726886285.08934: variable 'storage_disklabel_type' from source: role '' defaults 71094 1726886285.08937: variable 'storage_pool_defaults' from source: role '' defaults 71094 1726886285.08939: variable 'storage_pool_defaults' from source: role '' defaults 71094 1726886285.09002: variable 'storage_volume_defaults' from source: role '' defaults 71094 1726886285.09090: variable 'storage_volume_defaults' from source: role '' defaults 71094 1726886285.09254: variable 'storage_safe_mode' from source: include params 71094 1726886285.09356: variable 'storage_safe_mode' from source: include params 71094 1726886285.09463: variable '__storage_failed_params' from source: include params 71094 1726886285.09471: variable 'unused_disks' from source: set_fact 71094 1726886285.09580: variable 'unused_disks' from source: set_fact 71094 1726886285.09583: variable 'mount_location' from source: play vars 71094 1726886285.09984: variable 'mount_location' from source: play vars 71094 1726886285.09997: variable 'storage_safe_mode_global' from source: set_fact 71094 1726886285.10112: 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) 71094 1726886285.10149: 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) 71094 1726886285.10180: 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) 71094 1726886285.10229: 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) 71094 1726886285.10252: 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) 71094 1726886285.10330: variable 'omit' from source: magic vars 71094 1726886285.10453: variable 'omit' from source: magic vars 71094 1726886285.10458: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886285.10461: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886285.10463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886285.10465: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886285.10478: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886285.10496: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886285.10520: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886285.10552: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886285.10564: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886285.10571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886285.10698: Set connection var ansible_connection to ssh 71094 1726886285.10711: Set connection var ansible_pipelining to False 71094 1726886285.10723: Set connection var ansible_timeout to 10 71094 1726886285.10731: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886285.10737: Set connection var ansible_shell_type to sh 71094 1726886285.10745: Set connection var ansible_shell_executable to /bin/sh 71094 1726886285.10789: variable 'ansible_shell_executable' from source: unknown 71094 1726886285.10797: variable 'ansible_connection' from source: unknown 71094 1726886285.10803: variable 'ansible_module_compression' from source: unknown 71094 1726886285.10813: variable 'ansible_shell_type' from source: unknown 71094 1726886285.10892: variable 'ansible_shell_executable' from source: unknown 71094 1726886285.10895: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886285.10897: variable 'ansible_pipelining' from source: unknown 71094 1726886285.10900: variable 'ansible_timeout' from source: unknown 71094 1726886285.10902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886285.10986: 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__) 71094 1726886285.11009: variable 'omit' from source: magic vars 71094 1726886285.11024: starting attempt loop 71094 1726886285.11031: running the handler 71094 1726886285.11048: _low_level_execute_command(): starting 71094 1726886285.11060: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 71094 1726886285.11885: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886285.11907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886285.11928: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886285.11951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886285.12042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886285.13749: stdout chunk (state=3): >>>/root <<< 71094 1726886285.13914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886285.13917: stdout chunk (state=3): >>><<< 71094 1726886285.13920: stderr chunk (state=3): >>><<< 71094 1726886285.13945: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886285.13970: _low_level_execute_command(): starting 71094 1726886285.13981: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123 `" && echo ansible-tmp-1726886285.1395695-71943-9246931568123="` echo /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123 `" ) && sleep 0' 71094 1726886285.14668: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886285.14685: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886285.14700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886285.14726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886285.14746: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 <<< 71094 1726886285.14760: stderr chunk (state=3): >>>debug2: match not found <<< 71094 1726886285.14836: 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.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886285.14875: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886285.14891: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886285.14915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886285.14996: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886285.16940: stdout chunk (state=3): >>>ansible-tmp-1726886285.1395695-71943-9246931568123=/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123 <<< 71094 1726886285.17072: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886285.17086: stderr chunk (state=3): >>><<< 71094 1726886285.17096: stdout chunk (state=3): >>><<< 71094 1726886285.17261: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886285.1395695-71943-9246931568123=/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886285.17269: variable 'ansible_module_compression' from source: unknown 71094 1726886285.17277: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-71094nbxdam29/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 71094 1726886285.17307: variable 'ansible_facts' from source: unknown 71094 1726886285.17421: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py 71094 1726886285.17652: Sending initial data 71094 1726886285.17666: Sent initial data (153 bytes) 71094 1726886285.18184: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 71094 1726886285.18201: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886285.18217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886285.18269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886285.18330: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886285.18351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886285.18375: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886285.18463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886285.20038: 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 <<< 71094 1726886285.20116: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 71094 1726886285.20176: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-71094nbxdam29/tmpo648f8cy /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py <<< 71094 1726886285.20180: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py" <<< 71094 1726886285.20265: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-71094nbxdam29/tmpo648f8cy" to remote "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py" <<< 71094 1726886285.21264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886285.21280: stderr chunk (state=3): >>><<< 71094 1726886285.21312: stdout chunk (state=3): >>><<< 71094 1726886285.21316: done transferring module to remote 71094 1726886285.21332: _low_level_execute_command(): starting 71094 1726886285.21335: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/ /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py && sleep 0' 71094 1726886285.21796: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886285.21800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 71094 1726886285.21802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 71094 1726886285.21804: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886285.21806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886285.21861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886285.21870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886285.21873: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886285.21915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886285.23776: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886285.23783: stdout chunk (state=3): >>><<< 71094 1726886285.23807: stderr chunk (state=3): >>><<< 71094 1726886285.23829: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886285.23837: _low_level_execute_command(): starting 71094 1726886285.23840: _low_level_execute_command(): using become for this command 71094 1726886285.23848: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-autwrlvnopqgxxuqvhvsubtcfdhbskwd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py'"'"' && sleep 0' 71094 1726886285.23930: Initial state: awaiting_escalation: BECOME-SUCCESS-autwrlvnopqgxxuqvhvsubtcfdhbskwd 71094 1726886285.24344: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886285.24348: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886285.24366: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' <<< 71094 1726886285.24386: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886285.24442: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886285.27397: stdout chunk (state=1): >>>BECOME-SUCCESS-autwrlvnopqgxxuqvhvsubtcfdhbskwd <<< 71094 1726886285.27401: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-autwrlvnopqgxxuqvhvsubtcfdhbskwd' 71094 1726886285.27725: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 71094 1726886285.27759: stdout chunk (state=3): >>>import _imp # builtin <<< 71094 1726886285.27788: stdout chunk (state=3): >>>import '_thread' # <<< 71094 1726886285.27795: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 71094 1726886285.27863: stdout chunk (state=3): >>>import '_io' # <<< 71094 1726886285.27868: stdout chunk (state=3): >>>import 'marshal' # <<< 71094 1726886285.27899: stdout chunk (state=3): >>>import 'posix' # <<< 71094 1726886285.27934: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 71094 1726886285.27937: stdout chunk (state=3): >>># installing zipimport hook <<< 71094 1726886285.27966: stdout chunk (state=3): >>>import 'time' # <<< 71094 1726886285.27971: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 71094 1726886285.28020: 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' <<< 71094 1726886285.28053: stdout chunk (state=3): >>>import '_codecs' # <<< 71094 1726886285.28069: stdout chunk (state=3): >>>import 'codecs' # <<< 71094 1726886285.28111: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 71094 1726886285.28127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 71094 1726886285.28145: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1e7a10> <<< 71094 1726886285.28184: 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' <<< 71094 1726886285.28192: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e21a960> <<< 71094 1726886285.28214: stdout chunk (state=3): >>>import '_signal' # <<< 71094 1726886285.28244: stdout chunk (state=3): >>>import '_abc' # <<< 71094 1726886285.28249: stdout chunk (state=3): >>>import 'abc' # <<< 71094 1726886285.28305: stdout chunk (state=3): >>>import 'io' # <<< 71094 1726886285.28314: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 71094 1726886285.28419: stdout chunk (state=3): >>>import '_collections_abc' # <<< 71094 1726886285.28451: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 71094 1726886285.28529: stdout chunk (state=3): >>>import 'os' # <<< 71094 1726886285.28533: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 71094 1726886285.28535: 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' <<< 71094 1726886285.28547: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 71094 1726886285.28571: 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' <<< 71094 1726886285.28585: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e02cfe0> <<< 71094 1726886285.28654: 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' <<< 71094 1726886285.28691: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e02dfd0> <<< 71094 1726886285.28697: stdout chunk (state=3): >>>import 'site' # <<< 71094 1726886285.28730: 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. <<< 71094 1726886285.28990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 71094 1726886285.29001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 71094 1726886285.29031: 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' <<< 71094 1726886285.29047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 71094 1726886285.29100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 71094 1726886285.29110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 71094 1726886285.29131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 71094 1726886285.29146: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073dd0> <<< 71094 1726886285.29177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 71094 1726886285.29190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 71094 1726886285.29215: stdout chunk (state=3): >>>import '_operator' # <<< 71094 1726886285.29228: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073fe0> <<< 71094 1726886285.29248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 71094 1726886285.29269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 71094 1726886285.29304: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 71094 1726886285.29343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.29372: stdout chunk (state=3): >>>import 'itertools' # <<< 71094 1726886285.29435: 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 0x7f944e0a37d0> <<< 71094 1726886285.29438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 71094 1726886285.29441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0a3e60> <<< 71094 1726886285.29463: stdout chunk (state=3): >>>import '_collections' # <<< 71094 1726886285.29518: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e083a70> <<< 71094 1726886285.29521: stdout chunk (state=3): >>>import '_functools' # <<< 71094 1726886285.29548: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0811c0> <<< 71094 1726886285.29636: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070f80> <<< 71094 1726886285.29683: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 71094 1726886285.29696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 71094 1726886285.29720: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 71094 1726886285.29745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 71094 1726886285.29775: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 71094 1726886285.29799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 71094 1726886285.29841: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c77d0> <<< 71094 1726886285.29844: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c63f0> <<< 71094 1726886285.29863: 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 0x7f944e082090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c4b90> <<< 71094 1726886285.29923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 71094 1726886285.29944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070200> <<< 71094 1726886285.29953: 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' <<< 71094 1726886285.29998: 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 0x7f944e0f8cb0> <<< 71094 1726886285.30039: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f8b60> <<< 71094 1726886285.30043: 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 0x7f944e0f8ef0> <<< 71094 1726886285.30093: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e066d20> <<< 71094 1726886285.30118: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 71094 1726886285.30124: 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 <<< 71094 1726886285.30261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f9220> 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' <<< 71094 1726886285.30268: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0fa450> <<< 71094 1726886285.30280: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 71094 1726886285.30309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 71094 1726886285.30321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 71094 1726886285.30335: 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 0x7f944e110680> <<< 71094 1726886285.30346: stdout chunk (state=3): >>>import 'errno' # <<< 71094 1726886285.30378: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.30383: 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 0x7f944e111d60> <<< 71094 1726886285.30412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 71094 1726886285.30422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 71094 1726886285.30445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 71094 1726886285.30448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 71094 1726886285.30469: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e112c00> <<< 71094 1726886285.30509: 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 0x7f944e113260> <<< 71094 1726886285.30523: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e112150> <<< 71094 1726886285.30528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 71094 1726886285.30549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 71094 1726886285.30587: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.30599: 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 0x7f944e113ce0> <<< 71094 1726886285.30610: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e113410> <<< 71094 1726886285.30652: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0fa4b0> <<< 71094 1726886285.30673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 71094 1726886285.30698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 71094 1726886285.30719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 71094 1726886285.30742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 71094 1726886285.30774: 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 0x7f944de4fb90> <<< 71094 1726886285.30799: 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' <<< 71094 1726886285.30834: 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 0x7f944de786e0> <<< 71094 1726886285.30838: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de78440> <<< 71094 1726886285.30866: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.30873: 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 0x7f944de78710> <<< 71094 1726886285.30902: 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' <<< 71094 1726886285.30982: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.31103: 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 0x7f944de79040> <<< 71094 1726886285.31229: 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 0x7f944de79a30> <<< 71094 1726886285.31240: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de788f0> <<< 71094 1726886285.31249: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de4dd30> <<< 71094 1726886285.31279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 71094 1726886285.31294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 71094 1726886285.31327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 71094 1726886285.31330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 71094 1726886285.31346: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de7ade0> <<< 71094 1726886285.31371: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de798b0> <<< 71094 1726886285.31390: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0faba0> <<< 71094 1726886285.31418: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 71094 1726886285.31478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.31497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 71094 1726886285.31531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 71094 1726886285.31565: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dea3110> <<< 71094 1726886285.31616: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 71094 1726886285.31630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.31659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 71094 1726886285.31675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 71094 1726886285.31719: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944decb440> <<< 71094 1726886285.31741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 71094 1726886285.31790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 71094 1726886285.31842: stdout chunk (state=3): >>>import 'ntpath' # <<< 71094 1726886285.31872: 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 0x7f944df28200> <<< 71094 1726886285.31884: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 71094 1726886285.31916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 71094 1726886285.31944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 71094 1726886285.31991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 71094 1726886285.32085: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df2a960> <<< 71094 1726886285.32154: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df28320> <<< 71094 1726886285.32188: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944def5220> <<< 71094 1726886285.32218: 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 0x7f944dd2d310> <<< 71094 1726886285.32248: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944deca240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de7bce0> <<< 71094 1726886285.32380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 71094 1726886285.32383: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f944deca840> <<< 71094 1726886285.32553: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 71094 1726886285.32745: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 71094 1726886285.32781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 71094 1726886285.32785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 71094 1726886285.32850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 71094 1726886285.32886: 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 0x7f944dd7f050> import '_typing' # <<< 71094 1726886285.33072: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd61f40> <<< 71094 1726886285.33080: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd610a0> # zipimport: zlib available <<< 71094 1726886285.33110: stdout chunk (state=3): >>>import 'ansible' # <<< 71094 1726886285.33113: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.33137: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.33152: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.33173: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 71094 1726886285.33179: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.34586: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.35724: 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 0x7f944dd7cef0> <<< 71094 1726886285.35730: 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' <<< 71094 1726886285.35747: 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' <<< 71094 1726886285.35773: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 71094 1726886285.35776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 71094 1726886285.35801: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.35809: 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 0x7f944ddae9c0> <<< 71094 1726886285.35840: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae750> <<< 71094 1726886285.35879: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae060> <<< 71094 1726886285.35896: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 71094 1726886285.35907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 71094 1726886285.35945: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd7fa70> <<< 71094 1726886285.35953: stdout chunk (state=3): >>>import 'atexit' # <<< 71094 1726886285.35975: 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 0x7f944ddaf680> <<< 71094 1726886285.36011: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.36034: 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 0x7f944ddaf8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 71094 1726886285.36093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 71094 1726886285.36164: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddafe00> <<< 71094 1726886285.36168: stdout chunk (state=3): >>>import 'pwd' # <<< 71094 1726886285.36179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 71094 1726886285.36195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 71094 1726886285.36256: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d71dc10> <<< 71094 1726886285.36265: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.36316: 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 0x7f944d71f830> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 71094 1726886285.36322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 71094 1726886285.36341: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d720230> <<< 71094 1726886285.36359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 71094 1726886285.36396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 71094 1726886285.36436: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d7213d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 71094 1726886285.36473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 71094 1726886285.36484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 71094 1726886285.36508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 71094 1726886285.36546: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d723e90> <<< 71094 1726886285.36586: 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 0x7f944e112b70> <<< 71094 1726886285.36604: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722150> <<< 71094 1726886285.36614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 71094 1726886285.36652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 71094 1726886285.36689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 71094 1726886285.36697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 71094 1726886285.36704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 71094 1726886285.36750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 71094 1726886285.36760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 71094 1726886285.36764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 71094 1726886285.36789: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72bd10> import '_tokenize' # <<< 71094 1726886285.36835: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a540> <<< 71094 1726886285.36862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 71094 1726886285.36881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 71094 1726886285.36947: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72aab0> <<< 71094 1726886285.36974: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722660> <<< 71094 1726886285.37001: 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 0x7f944d76ff50> <<< 71094 1726886285.37019: 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 0x7f944d770050> <<< 71094 1726886285.37046: 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 <<< 71094 1726886285.37063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 71094 1726886285.37085: 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' <<< 71094 1726886285.37128: 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' <<< 71094 1726886285.37135: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d771b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d771910> <<< 71094 1726886285.37148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 71094 1726886285.37267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 71094 1726886285.37335: 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 0x7f944d7740e0> <<< 71094 1726886285.37339: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d772210> <<< 71094 1726886285.37341: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 71094 1726886285.37404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.37409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 71094 1726886285.37433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 71094 1726886285.37441: stdout chunk (state=3): >>>import '_string' # <<< 71094 1726886285.37480: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d7778c0> <<< 71094 1726886285.37594: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d774290> <<< 71094 1726886285.37669: 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 0x7f944d7786e0> <<< 71094 1726886285.37686: 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 0x7f944d778920> <<< 71094 1726886285.37739: 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 0x7f944d778cb0> <<< 71094 1726886285.37759: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d770290> <<< 71094 1726886285.37783: 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 <<< 71094 1726886285.37807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 71094 1726886285.37833: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.37862: 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 0x7f944d6002f0> <<< 71094 1726886285.38003: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.38033: 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 0x7f944d601670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77aa80> <<< 71094 1726886285.38068: 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 0x7f944d77be30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77a6c0> <<< 71094 1726886285.38114: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 71094 1726886285.38117: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.38210: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.38334: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.38343: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 71094 1726886285.38358: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 71094 1726886285.38479: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.38600: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.39160: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.39699: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 71094 1726886285.39713: 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' # <<< 71094 1726886285.39731: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 71094 1726886285.39758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.39802: 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 0x7f944d6097c0> <<< 71094 1726886285.39888: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 71094 1726886285.39903: 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 0x7f944d60a510> <<< 71094 1726886285.39928: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d601880> <<< 71094 1726886285.39969: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 71094 1726886285.39972: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.40012: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 71094 1726886285.40042: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.40171: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.40335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 71094 1726886285.40340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60a120> <<< 71094 1726886285.40364: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.40818: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41270: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41334: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41409: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 71094 1726886285.41413: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41454: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41492: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 71094 1726886285.41500: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41567: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41652: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 71094 1726886285.41658: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41692: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41695: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 71094 1726886285.41698: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41740: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.41780: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 71094 1726886285.41786: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42017: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 71094 1726886285.42314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 71094 1726886285.42319: stdout chunk (state=3): >>>import '_ast' # <<< 71094 1726886285.42396: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60b620> <<< 71094 1726886285.42400: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42479: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42564: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 71094 1726886285.42572: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 71094 1726886285.42593: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42633: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42684: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 71094 1726886285.42687: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42730: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42775: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42831: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.42901: 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 <<< 71094 1726886285.42942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.43024: 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 0x7f944d616060> <<< 71094 1726886285.43063: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d613440> <<< 71094 1726886285.43094: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 71094 1726886285.43103: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 71094 1726886285.43172: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.43234: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.43266: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.43307: 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' <<< 71094 1726886285.43329: 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 <<< 71094 1726886285.43349: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 71094 1726886285.43379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 71094 1726886285.43437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 71094 1726886285.43464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 71094 1726886285.43480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 71094 1726886285.43532: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d702ab0> <<< 71094 1726886285.43577: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddde780> <<< 71094 1726886285.43653: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6161e0> <<< 71094 1726886285.43674: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60b020> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 71094 1726886285.43678: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.43701: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.43728: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 71094 1726886285.43802: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 71094 1726886285.43830: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886285.43860: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886285.43907: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available <<< 71094 1726886285.43911: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 71094 1726886285.43961: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 71094 1726886285.43987: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 71094 1726886285.43990: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 71094 1726886285.43996: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.45541: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.46893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 71094 1726886285.46984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 71094 1726886285.46993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 71094 1726886285.47024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 71094 1726886285.47034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 71094 1726886285.47058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 71094 1726886285.47093: 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 0x7f944d264ce0> <<< 71094 1726886285.47115: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d264110> <<< 71094 1726886285.47165: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6958b0> <<< 71094 1726886285.47314: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6a8890> <<< 71094 1726886285.47341: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.47435: 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 <<< 71094 1726886285.47442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.47467: 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 <<< 71094 1726886285.47472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 71094 1726886285.47499: 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 <<< 71094 1726886285.47504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 71094 1726886285.47531: 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' <<< 71094 1726886285.47539: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a870> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a480> <<< 71094 1726886285.47562: 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 <<< 71094 1726886285.47586: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 71094 1726886285.47623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 71094 1726886285.47631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 71094 1726886285.47675: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29cf80> <<< 71094 1726886285.47679: 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' <<< 71094 1726886285.47742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 71094 1726886285.47745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 71094 1726886285.47771: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29e1e0> <<< 71094 1726886285.47842: 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 0x7f944d29daf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29d940> <<< 71094 1726886285.47850: 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 <<< 71094 1726886285.47894: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 71094 1726886285.47897: 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 <<< 71094 1726886285.47924: 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 0x7f944d2a05c0> <<< 71094 1726886285.48076: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0350> <<< 71094 1726886285.48103: 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' <<< 71094 1726886285.48125: 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 <<< 71094 1726886285.48129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.48150: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 71094 1726886285.48272: 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' <<< 71094 1726886285.48276: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a2360> <<< 71094 1726886285.48322: 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 0x7f944d2a20f0> <<< 71094 1726886285.48348: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a19d0> <<< 71094 1726886285.48384: 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' <<< 71094 1726886285.48403: 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 <<< 71094 1726886285.48411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 71094 1726886285.48428: 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 <<< 71094 1726886285.48443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 71094 1726886285.48460: 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 <<< 71094 1726886285.48473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 71094 1726886285.48500: 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 <<< 71094 1726886285.48508: 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 0x7f944d2a50d0> <<< 71094 1726886285.48517: 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 <<< 71094 1726886285.48533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a5490> <<< 71094 1726886285.48546: 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 <<< 71094 1726886285.48569: 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 0x7f944d2a5940> <<< 71094 1726886285.48601: 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 <<< 71094 1726886285.48612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 71094 1726886285.48627: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a61b0> <<< 71094 1726886285.48641: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4770> <<< 71094 1726886285.48657: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4260> <<< 71094 1726886285.48670: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 71094 1726886285.48687: 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' <<< 71094 1726886285.48698: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 71094 1726886285.48719: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a6900> <<< 71094 1726886285.48729: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3da0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3d10> <<< 71094 1726886285.48771: 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 <<< 71094 1726886285.48801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 71094 1726886285.48812: 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 <<< 71094 1726886285.48830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 71094 1726886285.48844: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e8fe0> <<< 71094 1726886285.48872: 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 <<< 71094 1726886285.48875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 71094 1726886285.48906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 71094 1726886285.48934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 71094 1726886285.48986: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e9e50> <<< 71094 1726886285.49008: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e9520> <<< 71094 1726886285.49159: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a7290> <<< 71094 1726886285.49172: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 71094 1726886285.49233: 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 <<< 71094 1726886285.49243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 71094 1726886285.49386: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f2870> <<< 71094 1726886285.49416: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 71094 1726886285.49451: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 71094 1726886285.49467: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 71094 1726886285.49494: 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' <<< 71094 1726886285.49748: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f7d10> <<< 71094 1726886285.49753: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0f20> <<< 71094 1726886285.49810: 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 <<< 71094 1726886285.49848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 71094 1726886285.49877: 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' <<< 71094 1726886285.49910: 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 <<< 71094 1726886285.49927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 71094 1726886285.50031: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d185e20> <<< 71094 1726886285.50044: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d185580> <<< 71094 1726886285.50816: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f2450> <<< 71094 1726886285.50828: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 71094 1726886285.50851: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a9f0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d279820> <<< 71094 1726886285.51319: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a750> <<< 71094 1726886285.51331: 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' <<< 71094 1726886285.51394: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19a5a0> <<< 71094 1726886285.51425: 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 0x7f944d19c350> <<< 71094 1726886285.51444: 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 <<< 71094 1726886285.51452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.51476: 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 <<< 71094 1726886285.51490: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 71094 1726886285.51523: 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 <<< 71094 1726886285.51558: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 71094 1726886285.51569: 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' <<< 71094 1726886285.51602: 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 <<< 71094 1726886285.51605: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 71094 1726886285.51660: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19fad0> <<< 71094 1726886285.51672: 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 0x7f944d1a0110> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 71094 1726886285.51745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 71094 1726886285.51766: 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' <<< 71094 1726886285.51797: 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' <<< 71094 1726886285.51812: 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 <<< 71094 1726886285.51825: 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 0x7f944d1a11c0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1070> <<< 71094 1726886285.51840: 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 <<< 71094 1726886285.51857: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 71094 1726886285.51889: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1460> <<< 71094 1726886285.51899: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0dd0> <<< 71094 1726886285.51912: 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' <<< 71094 1726886285.51936: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 71094 1726886285.51948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 71094 1726886285.51966: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1910> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1760> <<< 71094 1726886285.51978: 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' <<< 71094 1726886285.52005: 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 <<< 71094 1726886285.52023: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 71094 1726886285.52061: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1a00> <<< 71094 1726886285.52067: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1880> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0560> <<< 71094 1726886285.52092: 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 <<< 71094 1726886285.52095: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 71094 1726886285.52126: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0b60> <<< 71094 1726886285.52141: 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 <<< 71094 1726886285.52157: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 71094 1726886285.52173: 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' <<< 71094 1726886285.52206: 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 <<< 71094 1726886285.52222: 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 0x7f944d1a5b50> <<< 71094 1726886285.52252: 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' import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a5ee0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a58b0> <<< 71094 1726886285.52264: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a4f20> <<< 71094 1726886285.52287: 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 0x7f944d1a6060> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19f7d0> <<< 71094 1726886285.52313: 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 <<< 71094 1726886285.52327: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 71094 1726886285.52333: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a60f0> <<< 71094 1726886285.52461: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19d2b0> <<< 71094 1726886285.52521: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19ca10> <<< 71094 1726886285.52525: 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 <<< 71094 1726886285.52556: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 71094 1726886285.52570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 71094 1726886285.52593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 71094 1726886285.52611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 71094 1726886285.52653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 71094 1726886285.52696: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1ae1b0> <<< 71094 1726886285.52709: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1acfe0> <<< 71094 1726886285.52735: 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 <<< 71094 1726886285.52744: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 71094 1726886285.52758: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1ae360> <<< 71094 1726886285.52822: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a67e0> <<< 71094 1726886285.52837: 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 <<< 71094 1726886285.52881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 71094 1726886285.52899: 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 <<< 71094 1726886285.52923: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.52953: 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 0x7f944d333710> <<< 71094 1726886285.52983: 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 <<< 71094 1726886285.52987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 71094 1726886285.53019: 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 <<< 71094 1726886285.53031: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 71094 1726886285.53064: 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 <<< 71094 1726886285.53070: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 71094 1726886285.53111: 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' <<< 71094 1726886285.53130: 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 <<< 71094 1726886285.53137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 71094 1726886285.53150: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8380> <<< 71094 1726886285.53181: 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 <<< 71094 1726886285.53191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc' <<< 71094 1726886285.53201: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8b60> <<< 71094 1726886285.53223: 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 <<< 71094 1726886285.53227: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 71094 1726886285.53239: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b9190> <<< 71094 1726886285.53264: 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 <<< 71094 1726886285.53269: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 71094 1726886285.53333: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b94c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8200> <<< 71094 1726886285.53351: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e3920> <<< 71094 1726886285.53438: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0740> <<< 71094 1726886285.53453: 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' <<< 71094 1726886285.53465: 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 <<< 71094 1726886285.53484: stdout chunk (state=3): >>># 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 0x7f944c1cc200> <<< 71094 1726886285.53499: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e11f0> <<< 71094 1726886285.53521: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0260> <<< 71094 1726886285.53548: 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 <<< 71094 1726886285.53554: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 71094 1726886285.53581: 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' <<< 71094 1726886285.53585: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1cc800> <<< 71094 1726886285.53620: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0a40> <<< 71094 1726886285.53644: 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 <<< 71094 1726886285.53649: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 71094 1726886285.53670: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1cca10> <<< 71094 1726886285.53692: 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 <<< 71094 1726886285.53696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 71094 1726886285.53738: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1ccdd0> <<< 71094 1726886285.53758: 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 <<< 71094 1726886285.53780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 71094 1726886285.53783: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1cd5b0> <<< 71094 1726886285.53926: 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 <<< 71094 1726886285.53931: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 71094 1726886285.53953: 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 <<< 71094 1726886285.53979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 71094 1726886285.54093: 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 0x7f944c1f8fe0> <<< 71094 1726886285.54149: 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' <<< 71094 1726886285.54192: 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 0x7f944c1fa120> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1f9af0> <<< 71094 1726886285.54239: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1fa510> <<< 71094 1726886285.54260: 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' <<< 71094 1726886285.54289: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1fb0b0> <<< 71094 1726886285.54292: 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 <<< 71094 1726886285.54347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886285.54378: 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 0x7f944bfa1d90> <<< 71094 1726886285.54404: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfa0aa0> # /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' <<< 71094 1726886285.54443: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfa31a0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 71094 1726886285.54476: 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 0x7f944bfc4500> <<< 71094 1726886285.54502: 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 <<< 71094 1726886285.54517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 71094 1726886285.54541: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc5340> <<< 71094 1726886285.54569: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1ea2d0> <<< 71094 1726886285.54591: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1e9f40> <<< 71094 1726886285.54604: 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 <<< 71094 1726886285.54630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 71094 1726886285.54662: 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 0x7f944bfc77a0> <<< 71094 1726886285.54719: 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 <<< 71094 1726886285.54723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 71094 1726886285.54725: 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' <<< 71094 1726886285.54828: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bff41a0> <<< 71094 1726886285.54852: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc7770> <<< 71094 1726886285.54966: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc6c60> <<< 71094 1726886285.55013: 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 0x7f944c010950> <<< 71094 1726886285.55038: 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 <<< 71094 1726886285.55044: 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 0x7f944c010aa0> <<< 71094 1726886285.55073: 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 <<< 71094 1726886285.55112: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 71094 1726886285.55150: 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' <<< 71094 1726886285.55180: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c028260> <<< 71094 1726886285.55190: 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 <<< 71094 1726886285.55214: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 71094 1726886285.55295: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c028920> <<< 71094 1726886285.55307: 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' <<< 71094 1726886285.55382: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c029340> <<< 71094 1726886285.55398: 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' import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c0297c0> <<< 71094 1726886285.55453: 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' <<< 71094 1726886285.55459: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c029d60> <<< 71094 1726886285.55494: 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' import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a030> <<< 71094 1726886285.55526: 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 <<< 71094 1726886285.55532: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 71094 1726886285.55580: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a600> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py <<< 71094 1726886285.55602: 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 0x7f944c02a7e0> <<< 71094 1726886285.55626: 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 <<< 71094 1726886285.55643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 71094 1726886285.55684: 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' <<< 71094 1726886285.55730: 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 0x7f944c02baa0> <<< 71094 1726886285.55746: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02b920> <<< 71094 1726886285.55760: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a9c0> <<< 71094 1726886285.55791: 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' <<< 71094 1726886285.55808: 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 <<< 71094 1726886285.55821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 71094 1726886285.55832: 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 <<< 71094 1726886285.55867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 71094 1726886285.55903: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c060860> <<< 71094 1726886285.55941: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c060470> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02bec0> <<< 71094 1726886285.56184: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c010fe0> <<< 71094 1726886285.56220: 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 <<< 71094 1726886285.56224: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 71094 1726886285.56304: 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' <<< 71094 1726886285.56344: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be901d0> # /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 0x7f944be905c0> <<< 71094 1726886285.56415: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c012c30> <<< 71094 1726886285.56442: 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 <<< 71094 1726886285.56448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 71094 1726886285.56471: 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 <<< 71094 1726886285.56501: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 71094 1726886285.56983: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be93620> <<< 71094 1726886285.57007: 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' <<< 71094 1726886285.57038: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be937a0> <<< 71094 1726886285.57102: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c08fda0> <<< 71094 1726886285.57124: 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' <<< 71094 1726886285.57176: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bea9c40> <<< 71094 1726886285.57195: 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 <<< 71094 1726886285.57216: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 71094 1726886285.57263: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944beab080> <<< 71094 1726886285.57272: 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' <<< 71094 1726886285.57304: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944beab860> <<< 71094 1726886285.57329: 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 <<< 71094 1726886285.57345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 71094 1726886285.57396: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bebc170> <<< 71094 1726886285.57421: 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 <<< 71094 1726886285.57428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 71094 1726886285.57477: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bebdf10> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d331c70> <<< 71094 1726886285.57510: 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 0x7f944d1a7020> <<< 71094 1726886285.57652: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1b2870> <<< 71094 1726886285.57682: 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 <<< 71094 1726886285.57699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886285.57735: 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 <<< 71094 1726886285.57741: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 71094 1726886285.57769: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef50d0> <<< 71094 1726886285.57797: 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 <<< 71094 1726886285.57802: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 71094 1726886285.57827: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef5ee0> <<< 71094 1726886285.57844: 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 <<< 71094 1726886285.57861: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 71094 1726886285.57912: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef66f0> <<< 71094 1726886285.58019: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bee7fe0> <<< 71094 1726886285.58036: 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 <<< 71094 1726886285.58073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 71094 1726886285.58106: 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 <<< 71094 1726886285.58123: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 71094 1726886285.58152: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf1c1d0> <<< 71094 1726886285.58264: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef4500> <<< 71094 1726886285.58279: 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 <<< 71094 1726886285.58293: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 71094 1726886285.58349: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf3dcd0> <<< 71094 1726886285.58385: 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 <<< 71094 1726886285.58551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 71094 1726886285.58600: 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' <<< 71094 1726886285.58625: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf57890> <<< 71094 1726886285.58646: 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' <<< 71094 1726886285.58658: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd83d10> <<< 71094 1726886285.58686: 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 <<< 71094 1726886285.58716: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 71094 1726886285.58753: 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' <<< 71094 1726886285.58769: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd9e060> <<< 71094 1726886285.58921: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd9c260> <<< 71094 1726886285.58954: 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 <<< 71094 1726886285.58959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 71094 1726886285.58976: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bdd04d0> <<< 71094 1726886285.59317: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf54170> <<< 71094 1726886285.59330: 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 <<< 71094 1726886285.59362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 71094 1726886285.59475: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf543b0> <<< 71094 1726886285.59499: 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 <<< 71094 1726886285.59509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 71094 1726886285.59540: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be2e600> <<< 71094 1726886285.59563: 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 <<< 71094 1726886285.59575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 71094 1726886285.59602: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be2f140> <<< 71094 1726886285.59627: 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' <<< 71094 1726886285.59650: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be2fc50> <<< 71094 1726886285.59677: 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 <<< 71094 1726886285.59685: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 71094 1726886285.59717: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be400e0> <<< 71094 1726886285.59739: 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' <<< 71094 1726886285.59771: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be40f80> <<< 71094 1726886285.59789: 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 <<< 71094 1726886285.59815: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 71094 1726886285.59916: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be41850> <<< 71094 1726886285.59922: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19c4a0> <<< 71094 1726886285.59940: 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 <<< 71094 1726886285.59975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 71094 1726886285.60118: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf13f20> <<< 71094 1726886285.60139: 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 <<< 71094 1726886285.60187: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 71094 1726886285.60211: 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 <<< 71094 1726886285.60248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 71094 1726886285.60288: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bc90aa0> <<< 71094 1726886285.60319: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be5e900> <<< 71094 1726886285.60346: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.60363: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.60384: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 71094 1726886285.60430: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 71094 1726886285.60443: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.60682: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.60896: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 71094 1726886285.61156: stdout chunk (state=3): >>># zipimport: zlib available <<< 71094 1726886285.61282: 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 <<< 71094 1726886285.61295: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 71094 1726886285.61312: 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' <<< 71094 1726886285.61346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 71094 1726886285.61395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 71094 1726886285.61425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 71094 1726886285.61431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 71094 1726886285.61450: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcec080> <<< 71094 1726886285.61484: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 71094 1726886285.61501: 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 0x7f944bcec3e0> <<< 71094 1726886285.61549: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcd84a0> <<< 71094 1726886285.61578: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc3c20> <<< 71094 1726886285.61591: 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 <<< 71094 1726886285.61613: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 71094 1726886285.61757: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcd8680> <<< 71094 1726886285.61786: 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 <<< 71094 1726886285.61803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 71094 1726886285.61830: 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 <<< 71094 1726886285.61846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 71094 1726886285.61864: 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 <<< 71094 1726886285.61870: 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 0x7f944bceff20> <<< 71094 1726886285.61901: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcef470> <<< 71094 1726886285.61950: 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 <<< 71094 1726886285.61953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 71094 1726886285.61954: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0410> <<< 71094 1726886285.61995: 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' <<< 71094 1726886285.62008: 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 <<< 71094 1726886285.62032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 71094 1726886285.62067: 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' <<< 71094 1726886285.62096: 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 <<< 71094 1726886285.62100: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 71094 1726886285.62117: 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 <<< 71094 1726886285.62136: stdout chunk (state=3): >>># 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 0x7f944b8f2570> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2300> <<< 71094 1726886285.62160: 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 <<< 71094 1726886285.62174: stdout chunk (state=3): >>># 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 0x7f944b8f2870> <<< 71094 1726886285.62221: 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 <<< 71094 1726886285.62232: 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 0x7f944b8f2b70> <<< 71094 1726886285.62269: 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' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2d20> <<< 71094 1726886285.62344: 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 # 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 0x7f944b8f2f60> # /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 <<< 71094 1726886285.62390: 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 0x7f944b8f3500> # /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 0x7f944b8f3f80> <<< 71094 1726886285.62420: 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 <<< 71094 1726886285.62474: stdout chunk (state=3): >>># 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 0x7f944b914170> # /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' <<< 71094 1726886285.62511: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b914350> # /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 <<< 71094 1726886285.62560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 71094 1726886285.62571: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b914980> # /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 <<< 71094 1726886285.62598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 71094 1726886285.62627: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b9152b0> <<< 71094 1726886285.62657: 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 <<< 71094 1726886285.62684: 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 0x7f944b9156d0> # /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 0x7f944b915910> <<< 71094 1726886285.62723: 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 0x7f944b915a00> # /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 <<< 71094 1726886285.62764: 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 0x7f944b915cd0> <<< 71094 1726886285.62780: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f1bb0> <<< 71094 1726886285.62825: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0c80> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0b90> <<< 71094 1726886285.62873: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bced3a0> <<< 71094 1726886285.62975: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc1580> <<< 71094 1726886285.72332: 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 <<< 71094 1726886285.72344: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 71094 1726886285.72672: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b9a74a0> <<< 71094 1726886286.54757: stdout chunk (state=3): >>>Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 74, in _get_level <<< 71094 1726886286.54802: stdout chunk (state=3): >>> level = levels.raid_level(value) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py", line 373, in raid_level <<< 71094 1726886286.54874: stdout chunk (state=3): >>> raise RaidError("invalid RAID level descriptor %s" % descriptor) <<< 71094 1726886286.54881: stdout chunk (state=3): >>>blivet.errors.RaidError: invalid RAID level descriptor null During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 198, in level <<< 71094 1726886286.54907: stdout chunk (state=3): >>> level = self._get_level(value, self._levels) <<< 71094 1726886286.54921: stdout chunk (state=3): >>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 78, in _get_level <<< 71094 1726886286.54949: stdout chunk (state=3): >>> raise ValueError(message % {"raid_level": value, "levels": choices}) <<< 71094 1726886286.54957: stdout chunk (state=3): >>>ValueError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6). During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 107, in <<< 71094 1726886286.54994: stdout chunk (state=3): >>> _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 99, in _ansiballz_main <<< 71094 1726886286.55029: stdout chunk (state=3): >>> invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) <<< 71094 1726886286.55035: stdout chunk (state=3): >>> File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 47, in invoke_module <<< 71094 1726886286.55069: stdout chunk (state=3): >>> runpy.run_module(mod_name='ansible_collections.fedora.linux_system_roles.plugins.modules.blivet', init_globals=dict(_module_fqn='ansible_collections.fedora.linux_system_roles.plugins.modules.blivet', _modlib_path=modlib_path), File "", line 226, in run_module File "", line 98, in _run_module_code File "", line 88, in _run_code File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2531, in <<< 71094 1726886286.55077: stdout chunk (state=3): >>> File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2527, in main <<< 71094 1726886286.55109: stdout chunk (state=3): >>> File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2488, in run_module File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2059, in manage_volume File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 878, in manage <<< 71094 1726886286.55113: stdout chunk (state=3): >>> File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 1306, in _create File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 568, in _new_mdarray File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock <<< 71094 1726886286.55138: stdout chunk (state=3): >>> return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/blivet.py", line 558, in new_mdarray <<< 71094 1726886286.55176: stdout chunk (state=3): >>> return MDRaidArrayDevice(name, *args, **kwargs) <<< 71094 1726886286.55189: stdout chunk (state=3): >>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock <<< 71094 1726886286.55203: stdout chunk (state=3): >>> return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 131, in __init__ <<< 71094 1726886286.55216: stdout chunk (state=3): >>> raise e <<< 71094 1726886286.55235: stdout chunk (state=3): >>> File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 125, in __init__ <<< 71094 1726886286.55239: stdout chunk (state=3): >>> self.level = level ^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock <<< 71094 1726886286.55259: stdout chunk (state=3): >>> return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 200, in level <<< 71094 1726886286.55272: stdout chunk (state=3): >>> raise errors.DeviceError(e) blivet.errors.DeviceError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6). <<< 71094 1726886286.56451: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 71094 1726886286.56461: 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 # destroy __main__ <<< 71094 1726886286.56495: 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 <<< 71094 1726886286.56559: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # 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 <<< 71094 1726886286.56661: stdout chunk (state=3): >>># cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # 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 <<< 71094 1726886286.56793: stdout chunk (state=3): >>># 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] <<< 71094 1726886286.56797: stdout chunk (state=3): >>>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 <<< 71094 1726886286.57499: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 71094 1726886286.57511: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 71094 1726886286.57523: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 71094 1726886286.57541: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 71094 1726886286.57582: stdout chunk (state=3): >>># destroy ntpath <<< 71094 1726886286.57603: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 71094 1726886286.57609: stdout chunk (state=3): >>># destroy datetime <<< 71094 1726886286.57635: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 71094 1726886286.57681: stdout chunk (state=3): >>># destroy _compat_pickle <<< 71094 1726886286.57728: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator <<< 71094 1726886286.57749: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.57775: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.57806: 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 <<< 71094 1726886286.57813: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.57842: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.57877: 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 <<< 71094 1726886286.57880: 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 # 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 <<< 71094 1726886286.57926: stdout chunk (state=3): >>># cleanup[3] wiping blivet.udev <<< 71094 1726886286.57948: 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 # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util <<< 71094 1726886286.57953: stdout chunk (state=3): >>># destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 71094 1726886286.57973: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus <<< 71094 1726886286.57980: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 71094 1726886286.58016: 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 <<< 71094 1726886286.58027: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.58047: stdout chunk (state=3): >>># destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 71094 1726886286.58082: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping gettext <<< 71094 1726886286.58096: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.58121: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.58124: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.58127: stdout chunk (state=3): >>># destroy tokenize <<< 71094 1726886286.58209: 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 <<< 71094 1726886286.58221: stdout chunk (state=3): >>># destroy encodings <<< 71094 1726886286.58262: 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 <<< 71094 1726886286.58268: 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 <<< 71094 1726886286.58271: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # destroy weakref <<< 71094 1726886286.58274: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.58295: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc <<< 71094 1726886286.58320: stdout chunk (state=3): >>># cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _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 <<< 71094 1726886286.58326: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 71094 1726886286.58352: 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 <<< 71094 1726886286.58364: 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 <<< 71094 1726886286.58394: stdout chunk (state=3): >>># 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 <<< 71094 1726886286.58404: 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 # cleanup[3] wiping sys <<< 71094 1726886286.58424: 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 <<< 71094 1726886286.59235: stdout chunk (state=3): >>># destroy sys.monitoring <<< 71094 1726886286.59283: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 71094 1726886286.59293: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 71094 1726886286.59318: stdout chunk (state=3): >>># destroy _struct <<< 71094 1726886286.59398: stdout chunk (state=3): >>># destroy pyudev <<< 71094 1726886286.59415: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 71094 1726886286.59422: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 71094 1726886286.59509: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 71094 1726886286.59522: stdout chunk (state=3): >>># destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors <<< 71094 1726886286.59530: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil <<< 71094 1726886286.59570: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 71094 1726886286.59591: 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 <<< 71094 1726886286.59599: stdout chunk (state=3): >>># destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks <<< 71094 1726886286.59622: 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 # 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 <<< 71094 1726886286.59646: stdout chunk (state=3): >>># destroy _warnings <<< 71094 1726886286.59658: stdout chunk (state=3): >>># destroy posix <<< 71094 1726886286.59681: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 71094 1726886286.59695: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 71094 1726886286.59758: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 71094 1726886286.59796: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 71094 1726886286.59800: stdout chunk (state=3): >>># destroy stat # destroy copy # destroy inspect # destroy keyword # destroy abc<<< 71094 1726886286.59837: stdout chunk (state=3): >>> # destroy _thread <<< 71094 1726886286.59842: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 71094 1726886286.59856: 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 <<< 71094 1726886286.59886: 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 <<< 71094 1726886286.59892: 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 <<< 71094 1726886286.59980: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 71094 1726886286.60113: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 71094 1726886286.60131: stdout chunk (state=3): >>># destroy _random <<< 71094 1726886286.60165: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 71094 1726886286.60171: stdout chunk (state=3): >>># clear sys.audit hooks <<< 71094 1726886286.60813: stderr chunk (state=3): >>>debug2: Received exit status from master 1 Shared connection to 10.31.15.52 closed. <<< 71094 1726886286.60847: stderr chunk (state=3): >>><<< 71094 1726886286.60850: stdout chunk (state=3): >>><<< 71094 1726886286.61030: _low_level_execute_command() done: rc=1, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1e7a10> # /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 0x7f944e21a960> 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 0x7f944e02cfe0> # /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 0x7f944e02dfd0> 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 0x7f944e073dd0> # /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 0x7f944e073fe0> # /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 0x7f944e0a37d0> # /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 0x7f944e0a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e083a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070f80> # /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 0x7f944e0c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c63f0> # /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 0x7f944e082090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c4b90> # /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 0x7f944e0f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070200> # /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 0x7f944e0f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f8b60> # 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 0x7f944e0f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e066d20> # /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 0x7f944e0f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f9220> 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 0x7f944e0fa450> 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 0x7f944e110680> 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 0x7f944e111d60> # /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 0x7f944e112c00> # 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 0x7f944e113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e112150> # /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 0x7f944e113ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e113410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0fa4b0> # /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 0x7f944de4fb90> # /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 0x7f944de786e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de78440> # 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 0x7f944de78710> # /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 0x7f944de79040> # 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 0x7f944de79a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de788f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de4dd30> # /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 0x7f944de7ade0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de798b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0faba0> # /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 0x7f944dea3110> # /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 0x7f944decb440> # /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 0x7f944df28200> # /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 0x7f944df2a960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df28320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944def5220> # /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 0x7f944dd2d310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944deca240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de7bce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f944deca840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/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 0x7f944dd7f050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd61f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd610a0> # 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 0x7f944dd7cef0> # /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 0x7f944ddae9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae060> # /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 0x7f944ddae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd7fa70> 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 0x7f944ddaf680> # 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 0x7f944ddaf8c0> # /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 0x7f944ddafe00> 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 0x7f944d71dc10> # 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 0x7f944d71f830> # /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 0x7f944d720230> # /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 0x7f944d7213d0> # /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 0x7f944d723e90> # 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 0x7f944e112b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722150> # /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 0x7f944d72bd10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a540> # /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 0x7f944d72aab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722660> # 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 0x7f944d76ff50> # /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 0x7f944d770050> # /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 0x7f944d771b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d771910> # /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 0x7f944d7740e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d772210> # /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 0x7f944d7778c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d774290> # 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 0x7f944d7786e0> # 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 0x7f944d778920> # 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 0x7f944d778cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d770290> # /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 0x7f944d6002f0> # 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 0x7f944d601670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77aa80> # 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 0x7f944d77be30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77a6c0> # 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 0x7f944d6097c0> # /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 0x7f944d60a510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d601880> 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 0x7f944d60a120> # 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 0x7f944d60b620> # 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 0x7f944d616060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d613440> 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 0x7f944d702ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddde780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6161e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60b020> # 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 0x7f944d264ce0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d264110> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6958b0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6a8890> # 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 0x7f944d27a870> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a480> # /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 0x7f944d29cf80> # /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 0x7f944d29e1e0> # 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 0x7f944d29daf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29d940> # /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 0x7f944d2a05c0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0350> # /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 0x7f944d2a2360> # 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 0x7f944d2a20f0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a19d0> # /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 0x7f944d2a50d0> # /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 0x7f944d2a5490> # /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 0x7f944d2a5940> # /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 0x7f944d2a61b0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4770> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4260> # 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 0x7f944d2a6900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3da0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3d10> # /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 0x7f944d2e8fe0> # /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 0x7f944d2e9e50> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e9520> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a7290> 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 0x7f944d2f2870> 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 0x7f944d2f7d10> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0f20> # /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 0x7f944d185e20> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d185580> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f2450> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a9f0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d279820> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a750> # /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 0x7f944d19a5a0> # /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 0x7f944d19c350> # /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 0x7f944d19fad0> # /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 0x7f944d1a0110> # /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 0x7f944d1a11c0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1070> # /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 0x7f944d1a1460> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0dd0> # /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 0x7f944d1a1910> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1760> # /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 0x7f944d1a1a00> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1880> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0560> # /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 0x7f944d1a0b60> # /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 0x7f944d1a5b50> # /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 0x7f944d1a5ee0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a58b0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a4f20> # /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 0x7f944d1a6060> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19f7d0> # /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 0x7f944d1a60f0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19d2b0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19ca10> # /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 0x7f944d1ae1b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1acfe0> # /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 0x7f944d1ae360> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a67e0> # /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 0x7f944d333710> # /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 0x7f944c1b8380> # /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 0x7f944c1b8b60> # /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 0x7f944c1b9190> # /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 0x7f944c1b94c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8200> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e3920> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0740> # /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 0x7f944c1cc200> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e11f0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0260> # /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 0x7f944c1cc800> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0a40> # /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 0x7f944c1cca10> # /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 0x7f944c1ccdd0> # /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 0x7f944c1cd5b0> # /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 0x7f944c1f8fe0> # /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 0x7f944c1fa120> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1f9af0> # /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 0x7f944c1fa510> # /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 0x7f944c1fb0b0> # /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 0x7f944bfa1d90> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfa0aa0> # /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 0x7f944bfa31a0> # /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 0x7f944bfc4500> # /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 0x7f944bfc5340> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1ea2d0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1e9f40> # /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 0x7f944bfc77a0> # /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 0x7f944bff41a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc7770> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc6c60> # /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 0x7f944c010950> # /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 0x7f944c010aa0> # /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 0x7f944c028260> # /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 0x7f944c028920> # /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 0x7f944c029340> # /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 0x7f944c0297c0> # /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 0x7f944c029d60> # /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 0x7f944c02a030> # /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 0x7f944c02a600> # /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 0x7f944c02a7e0> # /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 0x7f944c02baa0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02b920> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a9c0> # /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 0x7f944c060860> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c060470> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02bec0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c010fe0> # /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 0x7f944be901d0> # /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 0x7f944be905c0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c012c30> # /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 0x7f944be93620> # /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 0x7f944be937a0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c08fda0> # /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 0x7f944bea9c40> # /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 0x7f944beab080> # /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 0x7f944beab860> # /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 0x7f944bebc170> # /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 0x7f944bebdf10> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d331c70> # /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 0x7f944d1a7020> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1b2870> # /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 0x7f944bef50d0> # /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 0x7f944bef5ee0> # /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 0x7f944bef66f0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bee7fe0> # /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 0x7f944bf1c1d0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef4500> # /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 0x7f944bf3dcd0> # /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 0x7f944bf57890> # /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 0x7f944bd83d10> # /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 0x7f944bd9e060> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd9c260> # /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 0x7f944bdd04d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf54170> # /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 0x7f944bf543b0> # /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 0x7f944be2e600> # /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 0x7f944be2f140> # /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 0x7f944be2fc50> # /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 0x7f944be400e0> # /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 0x7f944be40f80> # /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 0x7f944be41850> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19c4a0> # /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 0x7f944bf13f20> # /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 0x7f944bc90aa0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be5e900> # 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 0x7f944bcec080> # 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 0x7f944bcec3e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcd84a0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc3c20> # /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 0x7f944bcd8680> # /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 0x7f944bceff20> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcef470> # /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 0x7f944b8f0410> # /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 0x7f944b8f2570> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2300> # /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 0x7f944b8f2870> # /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 0x7f944b8f2b70> # /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 0x7f944b8f2d20> # /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 0x7f944b8f2f60> # /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 0x7f944b8f3500> # /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 0x7f944b8f3f80> # /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 0x7f944b914170> # /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 0x7f944b914350> # /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 0x7f944b914980> # /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 0x7f944b9152b0> # /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 0x7f944b9156d0> # /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 0x7f944b915910> # /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 0x7f944b915a00> # /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 0x7f944b915cd0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f1bb0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0c80> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0b90> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bced3a0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc1580> # /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 0x7f944b9a74a0> Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 74, in _get_level level = levels.raid_level(value) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py", line 373, in raid_level raise RaidError("invalid RAID level descriptor %s" % descriptor) blivet.errors.RaidError: invalid RAID level descriptor null During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 198, in level level = self._get_level(value, self._levels) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 78, in _get_level raise ValueError(message % {"raid_level": value, "levels": choices}) ValueError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6). During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 107, in _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 99, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 47, in invoke_module runpy.run_module(mod_name='ansible_collections.fedora.linux_system_roles.plugins.modules.blivet', init_globals=dict(_module_fqn='ansible_collections.fedora.linux_system_roles.plugins.modules.blivet', _modlib_path=modlib_path), File "", line 226, in run_module File "", line 98, in _run_module_code File "", line 88, in _run_code File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2531, in File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2527, in main File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2488, in run_module File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2059, in manage_volume File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 878, in manage File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 1306, in _create File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 568, in _new_mdarray File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/blivet.py", line 558, in new_mdarray return MDRaidArrayDevice(name, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 131, in __init__ raise e File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 125, in __init__ self.level = level ^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 200, in level raise errors.DeviceError(e) blivet.errors.DeviceError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6). # 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 # destroy __main__ # 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.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 1 Shared connection to 10.31.15.52 closed. 71094 1726886286.61180: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [{'name': 'test1', 'type': 'raid', 'raid_level': 'null', 'disks': ['sda', 'sdb'], 'mount_point': '/opt/test1'}], 'use_partitions': True, '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-1726886285.1395695-71943-9246931568123/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 71094 1726886286.61191: _low_level_execute_command(): starting 71094 1726886286.61199: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/ > /dev/null 2>&1 && sleep 0' 71094 1726886286.61649: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 71094 1726886286.61682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 71094 1726886286.61685: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found <<< 71094 1726886286.61687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 71094 1726886286.61689: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 71094 1726886286.61692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 71094 1726886286.61742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK <<< 71094 1726886286.61754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 71094 1726886286.61813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 71094 1726886286.63639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 71094 1726886286.63678: stderr chunk (state=3): >>><<< 71094 1726886286.63680: stdout chunk (state=3): >>><<< 71094 1726886286.63694: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 71094 1726886286.63701: handler run complete 71094 1726886286.63714: attempt loop complete, returning result 71094 1726886286.63717: _execute() done 71094 1726886286.63720: dumping result to json 71094 1726886286.63722: done dumping result, returning 71094 1726886286.63731: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-ce07-55d2-0000000002a2] 71094 1726886286.63734: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a2 71094 1726886286.63865: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a2 71094 1726886286.63868: WORKER PROCESS EXITING 71094 1726886286.63876: marking managed_node1 as failed 71094 1726886286.63886: marking host managed_node1 failed, current state: 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=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 71094 1726886286.63896: ^ failed state is now: 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=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=2, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.63904: getting the next task for host managed_node1 71094 1726886286.63909: done getting next task for host managed_node1 71094 1726886286.63913: ^ task is: TASK: fedora.linux_system_roles.storage : Failed message 71094 1726886286.63915: ^ 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=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=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node1]: FAILED! => { "changed": false, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_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 0x7f944e2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1e7a10> # /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 0x7f944e21a960> 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 0x7f944e02cfe0> # /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 0x7f944e02dfd0> 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 0x7f944e073dd0> # /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 0x7f944e073fe0> # /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 0x7f944e0a37d0> # /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 0x7f944e0a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e083a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070f80> # /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 0x7f944e0c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c63f0> # /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 0x7f944e082090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c4b90> # /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 0x7f944e0f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070200> # /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 0x7f944e0f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f8b60> # 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 0x7f944e0f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e066d20> # /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 0x7f944e0f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f9220> 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 0x7f944e0fa450> 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 0x7f944e110680> 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 0x7f944e111d60> # /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 0x7f944e112c00> # 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 0x7f944e113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e112150> # /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 0x7f944e113ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e113410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0fa4b0> # /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 0x7f944de4fb90> # /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 0x7f944de786e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de78440> # 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 0x7f944de78710> # /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 0x7f944de79040> # 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 0x7f944de79a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de788f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de4dd30> # /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 0x7f944de7ade0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de798b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0faba0> # /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 0x7f944dea3110> # /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 0x7f944decb440> # /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 0x7f944df28200> # /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 0x7f944df2a960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df28320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944def5220> # /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 0x7f944dd2d310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944deca240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de7bce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f944deca840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/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 0x7f944dd7f050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd61f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd610a0> # 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 0x7f944dd7cef0> # /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 0x7f944ddae9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae060> # /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 0x7f944ddae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd7fa70> 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 0x7f944ddaf680> # 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 0x7f944ddaf8c0> # /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 0x7f944ddafe00> 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 0x7f944d71dc10> # 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 0x7f944d71f830> # /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 0x7f944d720230> # /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 0x7f944d7213d0> # /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 0x7f944d723e90> # 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 0x7f944e112b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722150> # /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 0x7f944d72bd10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a540> # /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 0x7f944d72aab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722660> # 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 0x7f944d76ff50> # /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 0x7f944d770050> # /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 0x7f944d771b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d771910> # /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 0x7f944d7740e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d772210> # /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 0x7f944d7778c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d774290> # 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 0x7f944d7786e0> # 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 0x7f944d778920> # 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 0x7f944d778cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d770290> # /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 0x7f944d6002f0> # 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 0x7f944d601670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77aa80> # 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 0x7f944d77be30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77a6c0> # 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 0x7f944d6097c0> # /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 0x7f944d60a510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d601880> 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 0x7f944d60a120> # 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 0x7f944d60b620> # 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 0x7f944d616060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d613440> 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 0x7f944d702ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddde780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6161e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60b020> # 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 0x7f944d264ce0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d264110> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6958b0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6a8890> # 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 0x7f944d27a870> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a480> # /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 0x7f944d29cf80> # /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 0x7f944d29e1e0> # 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 0x7f944d29daf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29d940> # /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 0x7f944d2a05c0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0350> # /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 0x7f944d2a2360> # 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 0x7f944d2a20f0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a19d0> # /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 0x7f944d2a50d0> # /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 0x7f944d2a5490> # /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 0x7f944d2a5940> # /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 0x7f944d2a61b0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4770> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4260> # 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 0x7f944d2a6900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3da0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3d10> # /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 0x7f944d2e8fe0> # /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 0x7f944d2e9e50> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e9520> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a7290> 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 0x7f944d2f2870> 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 0x7f944d2f7d10> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0f20> # /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 0x7f944d185e20> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d185580> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f2450> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a9f0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d279820> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a750> # /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 0x7f944d19a5a0> # /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 0x7f944d19c350> # /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 0x7f944d19fad0> # /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 0x7f944d1a0110> # /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 0x7f944d1a11c0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1070> # /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 0x7f944d1a1460> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0dd0> # /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 0x7f944d1a1910> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1760> # /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 0x7f944d1a1a00> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1880> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0560> # /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 0x7f944d1a0b60> # /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 0x7f944d1a5b50> # /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 0x7f944d1a5ee0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a58b0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a4f20> # /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 0x7f944d1a6060> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19f7d0> # /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 0x7f944d1a60f0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19d2b0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19ca10> # /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 0x7f944d1ae1b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1acfe0> # /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 0x7f944d1ae360> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a67e0> # /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 0x7f944d333710> # /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 0x7f944c1b8380> # /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 0x7f944c1b8b60> # /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 0x7f944c1b9190> # /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 0x7f944c1b94c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8200> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e3920> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0740> # /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 0x7f944c1cc200> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e11f0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0260> # /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 0x7f944c1cc800> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0a40> # /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 0x7f944c1cca10> # /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 0x7f944c1ccdd0> # /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 0x7f944c1cd5b0> # /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 0x7f944c1f8fe0> # /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 0x7f944c1fa120> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1f9af0> # /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 0x7f944c1fa510> # /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 0x7f944c1fb0b0> # /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 0x7f944bfa1d90> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfa0aa0> # /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 0x7f944bfa31a0> # /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 0x7f944bfc4500> # /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 0x7f944bfc5340> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1ea2d0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1e9f40> # /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 0x7f944bfc77a0> # /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 0x7f944bff41a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc7770> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc6c60> # /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 0x7f944c010950> # /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 0x7f944c010aa0> # /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 0x7f944c028260> # /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 0x7f944c028920> # /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 0x7f944c029340> # /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 0x7f944c0297c0> # /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 0x7f944c029d60> # /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 0x7f944c02a030> # /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 0x7f944c02a600> # /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 0x7f944c02a7e0> # /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 0x7f944c02baa0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02b920> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a9c0> # /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 0x7f944c060860> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c060470> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02bec0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c010fe0> # /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 0x7f944be901d0> # /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 0x7f944be905c0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c012c30> # /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 0x7f944be93620> # /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 0x7f944be937a0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c08fda0> # /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 0x7f944bea9c40> # /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 0x7f944beab080> # /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 0x7f944beab860> # /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 0x7f944bebc170> # /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 0x7f944bebdf10> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d331c70> # /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 0x7f944d1a7020> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1b2870> # /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 0x7f944bef50d0> # /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 0x7f944bef5ee0> # /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 0x7f944bef66f0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bee7fe0> # /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 0x7f944bf1c1d0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef4500> # /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 0x7f944bf3dcd0> # /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 0x7f944bf57890> # /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 0x7f944bd83d10> # /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 0x7f944bd9e060> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd9c260> # /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 0x7f944bdd04d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf54170> # /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 0x7f944bf543b0> # /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 0x7f944be2e600> # /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 0x7f944be2f140> # /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 0x7f944be2fc50> # /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 0x7f944be400e0> # /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 0x7f944be40f80> # /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 0x7f944be41850> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19c4a0> # /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 0x7f944bf13f20> # /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 0x7f944bc90aa0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be5e900> # 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 0x7f944bcec080> # 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 0x7f944bcec3e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcd84a0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc3c20> # /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 0x7f944bcd8680> # /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 0x7f944bceff20> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcef470> # /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 0x7f944b8f0410> # /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 0x7f944b8f2570> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2300> # /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 0x7f944b8f2870> # /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 0x7f944b8f2b70> # /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 0x7f944b8f2d20> # /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 0x7f944b8f2f60> # /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 0x7f944b8f3500> # /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 0x7f944b8f3f80> # /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 0x7f944b914170> # /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 0x7f944b914350> # /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 0x7f944b914980> # /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 0x7f944b9152b0> # /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 0x7f944b9156d0> # /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 0x7f944b915910> # /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 0x7f944b915a00> # /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 0x7f944b915cd0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f1bb0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0c80> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0b90> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bced3a0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc1580> # /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 0x7f944b9a74a0> Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 74, in _get_level level = levels.raid_level(value) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py", line 373, in raid_level raise RaidError("invalid RAID level descriptor %s" % descriptor) blivet.errors.RaidError: invalid RAID level descriptor null During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 198, in level level = self._get_level(value, self._levels) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 78, in _get_level raise ValueError(message % {"raid_level": value, "levels": choices}) ValueError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6). During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 107, in _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 99, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 47, in invoke_module runpy.run_module(mod_name='ansible_collections.fedora.linux_system_roles.plugins.modules.blivet', init_globals=dict(_module_fqn='ansible_collections.fedora.linux_system_roles.plugins.modules.blivet', _modlib_path=modlib_path), File "", line 226, in run_module File "", line 98, in _run_module_code File "", line 88, in _run_code File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2531, in File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2527, in main File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2488, in run_module File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2059, in manage_volume File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 878, in manage File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 1306, in _create File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 568, in _new_mdarray File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/blivet.py", line 558, in new_mdarray return MDRaidArrayDevice(name, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 131, in __init__ raise e File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 125, in __init__ self.level = level ^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock return m(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 200, in level raise errors.DeviceError(e) blivet.errors.DeviceError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6). # 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 # destroy __main__ # 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 MODULE_STDERR: OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.52 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 1 Shared connection to 10.31.15.52 closed. 71094 1726886286.64101: no more pending results, returning what we have 71094 1726886286.64104: results queue empty 71094 1726886286.64105: checking for any_errors_fatal 71094 1726886286.64110: done checking for any_errors_fatal 71094 1726886286.64110: checking for max_fail_percentage 71094 1726886286.64111: done checking for max_fail_percentage 71094 1726886286.64112: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.64113: done checking to see if all hosts have failed 71094 1726886286.64113: getting the remaining hosts for this loop 71094 1726886286.64115: done getting the remaining hosts for this loop 71094 1726886286.64117: getting the next task for host managed_node1 71094 1726886286.64122: done getting next task for host managed_node1 71094 1726886286.64124: ^ task is: TASK: fedora.linux_system_roles.storage : Failed message 71094 1726886286.64126: ^ 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=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=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.64135: getting variables 71094 1726886286.64136: in VariableManager get_vars() 71094 1726886286.64172: Calling all_inventory to load vars for managed_node1 71094 1726886286.64175: Calling groups_inventory to load vars for managed_node1 71094 1726886286.64177: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.64185: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.64187: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.64189: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.64551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.64917: done with get_vars() 71094 1726886286.64931: done getting variables 71094 1726886286.64978: 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 [fedora.linux_system_roles.storage : Failed message] ********************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:109 Friday 20 September 2024 22:38:06 -0400 (0:00:01.619) 0:00:19.878 ****** 71094 1726886286.65004: entering _queue_task() for managed_node1/fail 71094 1726886286.65259: worker is 1 (out of 1 available) 71094 1726886286.65275: exiting _queue_task() for managed_node1/fail 71094 1726886286.65288: done queuing things up, now waiting for results queue to drain 71094 1726886286.65289: waiting for pending results... 71094 1726886286.65471: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Failed message 71094 1726886286.65562: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000002a6 71094 1726886286.65576: variable 'ansible_search_path' from source: unknown 71094 1726886286.65580: variable 'ansible_search_path' from source: unknown 71094 1726886286.65612: calling self._execute() 71094 1726886286.65693: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.65696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.65707: variable 'omit' from source: magic vars 71094 1726886286.65787: variable 'omit' from source: magic vars 71094 1726886286.65844: variable 'omit' from source: magic vars 71094 1726886286.65865: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.66014: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.66380: variable 'omit' from source: magic vars 71094 1726886286.66413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886286.66442: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886286.66458: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886286.66472: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886286.66481: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886286.66501: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886286.66513: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886286.66537: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886286.66540: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.66543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.66625: Set connection var ansible_connection to ssh 71094 1726886286.66629: Set connection var ansible_pipelining to False 71094 1726886286.66636: Set connection var ansible_timeout to 10 71094 1726886286.66641: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886286.66644: Set connection var ansible_shell_type to sh 71094 1726886286.66649: Set connection var ansible_shell_executable to /bin/sh 71094 1726886286.66673: variable 'ansible_shell_executable' from source: unknown 71094 1726886286.66676: variable 'ansible_connection' from source: unknown 71094 1726886286.66679: variable 'ansible_module_compression' from source: unknown 71094 1726886286.66681: variable 'ansible_shell_type' from source: unknown 71094 1726886286.66684: variable 'ansible_shell_executable' from source: unknown 71094 1726886286.66686: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.66689: variable 'ansible_pipelining' from source: unknown 71094 1726886286.66691: variable 'ansible_timeout' from source: unknown 71094 1726886286.66694: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.66799: 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=False) 71094 1726886286.66810: variable 'omit' from source: magic vars 71094 1726886286.66813: starting attempt loop 71094 1726886286.66818: running the handler 71094 1726886286.66829: handler run complete 71094 1726886286.66840: attempt loop complete, returning result 71094 1726886286.66842: _execute() done 71094 1726886286.66845: dumping result to json 71094 1726886286.66848: done dumping result, returning 71094 1726886286.66857: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Failed message [0affc8a3-6f6f-ce07-55d2-0000000002a6] 71094 1726886286.66861: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a6 71094 1726886286.67025: marking managed_node1 as failed 71094 1726886286.67038: marking host managed_node1 failed, current state: 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=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=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.67052: ^ failed state is now: 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=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=1, always=0, handlers=0, run_state=3, fail_state=6, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.67057: getting the next task for host managed_node1 71094 1726886286.67061: done getting next task for host managed_node1 71094 1726886286.67065: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 71094 1726886286.67068: ^ 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=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=1, always=1, handlers=0, run_state=3, fail_state=6, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node1]: FAILED! => { "changed": false } MSG: {'failed': True, 'module_stdout': 'import _frozen_importlib # frozen\r\nimport _imp # builtin\r\nimport \'_thread\' # \r\nimport \'_warnings\' # \r\nimport \'_weakref\' # \r\nimport \'_io\' # \r\nimport \'marshal\' # \r\nimport \'posix\' # \r\nimport \'_frozen_importlib_external\' # \r\n# installing zipimport hook\r\nimport \'time\' # \r\nimport \'zipimport\' # \r\n# installed zipimport hook\r\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_codecs\' # \r\nimport \'codecs\' # \r\n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc\'\r\nimport \'encodings.aliases\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e2183e0>\r\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1e7a10>\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc\'\r\nimport \'encodings.utf_8\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e21a960>\r\nimport \'_signal\' # \r\nimport \'_abc\' # \r\nimport \'abc\' # \r\nimport \'io\' # \r\nimport \'_stat\' # \r\nimport \'stat\' # \r\nimport \'_collections_abc\' # \r\nimport \'genericpath\' # \r\nimport \'posixpath\' # \r\nimport \'os\' # \r\nimport \'_sitebuiltins\' # \r\nProcessing user site-packages\r\nProcessing global site-packages\r\nAdding directory: \'/usr/lib64/python3.12/site-packages\'\r\nAdding directory: \'/usr/lib/python3.12/site-packages\'\r\nProcessing .pth file: \'/usr/lib/python3.12/site-packages/distutils-precedence.pth\'\r\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\r\n# code object from \'/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc\'\r\nimport \'encodings.utf_8_sig\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e02cfe0>\r\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'_distutils_hack\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e02dfd0>\r\nimport \'site\' # \r\nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\r\nType "help", "copyright", "credits" or "license" for more information.\r\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc\'\r\nimport \'types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073dd0>\r\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc\'\r\nimport \'_operator\' # \r\nimport \'operator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073fe0>\r\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'itertools\' # \r\n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc\'\r\nimport \'keyword\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0a37d0>\r\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc\'\r\nimport \'reprlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0a3e60>\r\nimport \'_collections\' # \r\nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e083a70>\r\nimport \'_functools\' # \r\nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0811c0>\r\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070f80>\r\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc\'\r\nimport \'_sre\' # \r\n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'re._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c77d0>\r\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c63f0>\r\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\r\n# code object from \'/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc\'\r\nimport \'re._casefix\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e082090>\r\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0c4b90>\r\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc\'\r\nimport \'copyreg\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f8800>\r\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070200>\r\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc\'\r\n# extension module \'_struct\' loaded from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_struct\' executed from \'/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_struct\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944e0f8cb0>\r\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f8b60>\r\n# extension module \'binascii\' loaded from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'binascii\' executed from \'/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'binascii\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944e0f8ef0>\r\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e066d20>\r\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc\'\r\nimport \'warnings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f9550>\r\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0f9220>\r\nimport \'importlib.machinery\' # \r\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\r\n# code object from \'/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc\'\r\nimport \'importlib._abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0fa450>\r\nimport \'importlib.util\' # \r\nimport \'runpy\' # \r\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc\'\r\nimport \'fnmatch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e110680>\r\nimport \'errno\' # \r\n# extension module \'zlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'zlib\' executed from \'/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'zlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944e111d60>\r\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc\'\r\nimport \'_compression\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e112c00>\r\n# extension module \'_bz2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bz2\' executed from \'/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bz2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944e113260>\r\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e112150>\r\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc\'\r\n# extension module \'_lzma\' loaded from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_lzma\' executed from \'/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_lzma\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944e113ce0>\r\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e113410>\r\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0fa4b0>\r\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc\'\r\n# extension module \'math\' loaded from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'math\' executed from \'/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'math\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944de4fb90>\r\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc\'\r\n# extension module \'_bisect\' loaded from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_bisect\' executed from \'/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_bisect\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944de786e0>\r\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de78440>\r\n# extension module \'_random\' loaded from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_random\' executed from \'/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_random\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944de78710>\r\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc\'\r\n# extension module \'_hashlib\' loaded from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_hashlib\' executed from \'/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_hashlib\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944de79040>\r\n# extension module \'_blake2\' loaded from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_blake2\' executed from \'/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_blake2\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944de79a30>\r\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de788f0>\r\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de4dd30>\r\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc\'\r\nimport \'_weakrefset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de7ade0>\r\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de798b0>\r\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0faba0>\r\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc\'\r\nimport \'threading\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dea3110>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc\'\r\nimport \'contextlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944decb440>\r\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc\'\r\nimport \'ntpath\' # \r\n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'urllib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df28200>\r\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\r\n# code object from \'/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc\'\r\nimport \'ipaddress\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df2a960>\r\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df28320>\r\nimport \'pathlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944def5220>\r\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\r\n# code object from \'/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc\'\r\nimport \'zipfile._path.glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd2d310>\r\nimport \'zipfile._path\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944deca240>\r\nimport \'zipfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de7bce0>\r\n# code object from \'/usr/lib64/python3.12/encodings/cp437.pyc\'\r\nimport \'encodings.cp437\' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f944deca840>\r\n# zipimport: found 37 names in \'/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip\'\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\r\n# code object from \'/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc\'\r\nimport \'collections.abc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd7f050>\r\nimport \'_typing\' # \r\nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd61f40>\r\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd610a0>\r\n# zipimport: zlib available\r\nimport \'ansible\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc\'\r\nimport \'__future__\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd7cef0>\r\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc\'\r\n# extension module \'_json\' loaded from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_json\' executed from \'/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_json\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944ddae9c0>\r\nimport \'json.scanner\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae750>\r\nimport \'json.decoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae060>\r\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\r\n# code object from \'/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc\'\r\nimport \'json.encoder\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddae7b0>\r\nimport \'json\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd7fa70>\r\nimport \'atexit\' # \r\n# extension module \'grp\' loaded from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'grp\' executed from \'/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'grp\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944ddaf680>\r\n# extension module \'fcntl\' loaded from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'fcntl\' executed from \'/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'fcntl\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944ddaf8c0>\r\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc\'\r\nimport \'_locale\' # \r\nimport \'locale\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddafe00>\r\nimport \'pwd\' # \r\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc\'\r\nimport \'platform\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d71dc10>\r\n# extension module \'select\' loaded from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'select\' executed from \'/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'select\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d71f830>\r\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc\'\r\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d720230>\r\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc\'\r\nimport \'shlex\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d7213d0>\r\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc\'\r\nimport \'signal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d723e90>\r\n# extension module \'_posixsubprocess\' loaded from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_posixsubprocess\' executed from \'/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_posixsubprocess\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944e112b70>\r\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722150>\r\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc\'\r\nimport \'token\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72bd10>\r\nimport \'_tokenize\' # \r\nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a7e0>\r\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a540>\r\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc\'\r\nimport \'textwrap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72aab0>\r\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d722660>\r\n# extension module \'syslog\' loaded from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'syslog\' executed from \'/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'syslog\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d76ff50>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'systemd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d770050>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc\'\r\n# extension module \'_datetime\' loaded from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_datetime\' executed from \'/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_datetime\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d771b50>\r\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d771910>\r\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc\'\r\n# extension module \'_uuid\' loaded from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_uuid\' executed from \'/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_uuid\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d7740e0>\r\nimport \'uuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d772210>\r\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\r\n# code object from \'/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc\'\r\nimport \'_string\' # \r\nimport \'string\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d7778c0>\r\nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d774290>\r\n# extension module \'systemd._journal\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._journal\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._journal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d7786e0>\r\n# extension module \'systemd._reader\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._reader\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._reader\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d778920>\r\n# extension module \'systemd.id128\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd.id128\' executed from \'/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd.id128\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d778cb0>\r\nimport \'systemd.journal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d770290>\r\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc\'\r\n# extension module \'_socket\' loaded from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_socket\' executed from \'/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_socket\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d6002f0>\r\n# extension module \'array\' loaded from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'array\' executed from \'/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'array\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d601670>\r\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77aa80>\r\n# extension module \'systemd._daemon\' loaded from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'systemd._daemon\' executed from \'/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'systemd._daemon\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d77be30>\r\nimport \'systemd.daemon\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d77a6c0>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.compat\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.six\' # \r\nimport \'ansible.module_utils.six.moves\' # \r\nimport \'ansible.module_utils.six.moves.collections_abc\' # \r\nimport \'ansible.module_utils.common.text.converters\' # \r\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ctypes\' loaded from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ctypes\' executed from \'/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ctypes\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d6097c0>\r\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc\'\r\nimport \'ctypes._endian\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60a510>\r\nimport \'ctypes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d601880>\r\nimport \'ansible.module_utils.compat.selinux\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils._text\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc\'\r\nimport \'copy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60a120>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.warnings\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.errors\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.parsing.convert_bool\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc\'\r\nimport \'_ast\' # \r\nimport \'ast\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60b620>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.text.formatters\' # \r\nimport \'ansible.module_utils.common.validation\' # \r\nimport \'ansible.module_utils.common.parameters\' # \r\nimport \'ansible.module_utils.common.arg_spec\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common.locale\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'selinux._selinux\' loaded from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'selinux._selinux\' executed from \'/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'selinux._selinux\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d616060>\r\nimport \'selinux\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d613440>\r\nimport \'ansible.module_utils.common.file\' # \r\nimport \'ansible.module_utils.common.process\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\r\n# code object from \'/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc\'\r\nimport \'gettext\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d702ab0>\r\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddde780>\r\nimport \'distro.distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6161e0>\r\nimport \'distro\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d60b020>\r\n# destroy ansible.module_utils.distro\r\nimport \'ansible.module_utils.distro\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible.module_utils.common._utils\' # \r\nimport \'ansible.module_utils.common.sys_info\' # \r\nimport \'ansible.module_utils.basic\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections.fedora\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections.fedora.linux_system_roles\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections.fedora.linux_system_roles.plugins\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections.fedora.linux_system_roles.plugins.modules\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc\'\r\n# extension module \'_opcode\' loaded from \'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_opcode\' executed from \'/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_opcode\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d264ce0>\r\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d264110>\r\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6958b0>\r\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d6a8890>\r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc\'\r\nimport \'blivet.flags\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a870>\r\nimport \'blivet.storage_log\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a480>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc\'\r\nimport \'glob\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29cf80>\r\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc\'\r\nimport \'numbers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29e1e0>\r\n# extension module \'_decimal\' loaded from \'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_decimal\' executed from \'/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_decimal\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d29daf0>\r\nimport \'decimal\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d29d940>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc\'\r\nimport \'blivet.i18n\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a05c0>\r\nimport \'blivet.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0350>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/safe_dbus.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc\'\r\n# possible namespace for /usr/lib/python3.12/site-packages/gi\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc\'\r\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a2360>\r\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944d2a20f0>\r\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a19d0>\r\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc\'\r\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a50d0>\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc\'\r\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a5490>\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc\'\r\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a5940>\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc\'\r\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a61b0>\r\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4770>\r\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a4260>\r\n# possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides\r\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc\'\r\n# possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides\r\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a6900>\r\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3da0>\r\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a3d10>\r\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\r\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc\'\r\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e8fe0>\r\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc\'\r\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e9e50>\r\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2e9520>\r\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a7290>\r\nimport \'gi.repository.GLib\' # \r\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\r\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc\'\r\nimport \'gi.overrides.GObject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f2870>\r\nimport \'gi.repository.GObject\' # \r\n# destroy gi.repository.GModule\r\nimport \'gi.repository.GModule\' # \r\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\r\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc\'\r\nimport \'gi.overrides.Gio\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f7d10>\r\nimport \'gi.repository.Gio\' # \r\nimport \'blivet.safe_dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2a0f20>\r\n# /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc\'\r\nimport \'bytesize.bytesize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d185e20>\r\nimport \'bytesize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d185580>\r\nimport \'gi.overrides.BlockDev\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d2f2450>\r\nimport \'gi.repository.BlockDev\' # \r\nimport \'blivet.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d27a9f0>\r\nimport \'blivet.arch\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d279820>\r\nimport \'blivet\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d72a750>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/callbacks.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc\'\r\nimport \'blivet.callbacks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19a5a0>\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'blivet.devicelibs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19c350>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_errors.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc\'\r\nimport \'pyudev._errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19fad0>\r\n# /usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_util.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc\'\r\nimport \'pyudev._util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0110>\r\n# /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc\'\r\nimport \'pyudev._ctypeslib._errorcheckers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a11c0>\r\nimport \'pyudev._ctypeslib.libc\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1070>\r\n# /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libudev.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc\'\r\nimport \'pyudev._ctypeslib.libudev\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1460>\r\nimport \'pyudev._ctypeslib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0dd0>\r\n# /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\r\n# code object from \'/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc\'\r\nimport \'ctypes.util\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1910>\r\nimport \'pyudev._ctypeslib.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1760>\r\n# /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc\'\r\nimport \'pyudev.device._device\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1a00>\r\nimport \'pyudev.device\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a1880>\r\nimport \'pyudev.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0560>\r\n# /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc\'\r\nimport \'pyudev.discover\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a0b60>\r\n# /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc\'\r\nimport \'pyudev._os.pipe\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a5b50>\r\n# /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc\'\r\nimport \'pyudev._os.poll\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a5ee0>\r\nimport \'pyudev._os\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a58b0>\r\nimport \'pyudev.monitor\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a4f20>\r\n# /usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/version.py\r\n# code object from \'/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc\'\r\nimport \'pyudev.version\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a6060>\r\nimport \'pyudev\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19f7d0>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc\'\r\nimport \'blivet.size\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a60f0>\r\nimport \'blivet.udev\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19d2b0>\r\nimport \'blivet.devices.lib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19ca10>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc\'\r\nimport \'dataclasses\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1ae1b0>\r\nimport \'pprint\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1acfe0>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc\'\r\nimport \'blivet.threads\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1ae360>\r\nimport \'blivet.devices.device\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a67e0>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'blivet.tasks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d333710>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsinfo.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/availability.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc\'\r\nimport \'blivet.static_data.lvm_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8380>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc\'\r\nimport \'blivet.static_data.luks_data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8b60>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc\'\r\nimport \'blivet.static_data.mpath_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b9190>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc\'\r\nimport \'blivet.static_data.stratis_info\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b94c0>\r\nimport \'blivet.static_data\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1b8200>\r\nimport \'blivet.devicelibs.stratis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e3920>\r\nimport \'blivet.tasks.availability\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0740>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fstask.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc\'\r\nimport \'blivet.tasks.task\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1cc200>\r\nimport \'blivet.tasks.fstask\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e11f0>\r\nimport \'blivet.tasks.fsinfo\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0260>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc\'\r\nimport \'blivet.tasks.dfresize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1cc800>\r\nimport \'blivet.tasks.fsresize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1e0a40>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssize.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc\'\r\nimport \'blivet.tasks.fssize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1cca10>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc\'\r\nimport \'blivet.tasks.fsck\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1ccdd0>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsminsize.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc\'\r\nimport \'blivet.tasks.fsminsize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1cd5b0>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/biosboot.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'_ped\' loaded from \'/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_ped\' executed from \'/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_ped\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944c1f8fe0>\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/alignment.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/decorators.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc\'\r\nimport \'parted.decorators\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1fa120>\r\nimport \'parted.alignment\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1f9af0>\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc\'\r\nimport \'parted.constraint\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1fa510>\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc\'\r\nimport \'parted.device\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1fb0b0>\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc\'\r\nimport \'parted.cachedlist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfa1d90>\r\nimport \'parted.disk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfa0aa0>\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc\'\r\nimport \'parted.filesystem\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfa31a0>\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc\'\r\nimport \'parted.geometry\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc4500>\r\n# /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc\'\r\nimport \'parted.partition\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc5340>\r\nimport \'parted\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1ea2d0>\r\nimport \'blivet.formats.biosboot\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c1e9f40>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc\'\r\nimport \'blivet.events\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc77a0>\r\n# /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc\'\r\nimport \'blivet.events.changes\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bff41a0>\r\nimport \'blivet.events.manager\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc7770>\r\nimport \'blivet.formats.disklabel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bfc6c60>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc\'\r\nimport \'blivet.formats.dmraid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c010950>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc\'\r\nimport \'blivet.formats.fslib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c010aa0>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fslabeling.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc\'\r\nimport \'blivet.tasks.fslabeling\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c028260>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc\'\r\nimport \'blivet.tasks.fsmkfs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c028920>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc\'\r\nimport \'blivet.tasks.fsmount\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c029340>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsreadlabel.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc\'\r\nimport \'blivet.tasks.fsreadlabel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c0297c0>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssync.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc\'\r\nimport \'blivet.tasks.fssync\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c029d60>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc\'\r\nimport \'blivet.tasks.fsuuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a030>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc\'\r\nimport \'blivet.tasks.fswritelabel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a600>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc\'\r\nimport \'blivet.tasks.fswriteuuid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a7e0>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libmount/__init__.py\r\n# code object from \'/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc\'\r\n# extension module \'libmount.pylibmount\' loaded from \'/usr/lib64/python3.12/site-packages/libmount/pylibmount.so\'\r\n# extension module \'libmount.pylibmount\' executed from \'/usr/lib64/python3.12/site-packages/libmount/pylibmount.so\'\r\nimport \'libmount.pylibmount\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944c02baa0>\r\nimport \'libmount\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02b920>\r\nimport \'blivet.fstab\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02a9c0>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc\'\r\nimport \'blivet.devicelibs.raid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c060860>\r\nimport \'blivet.devicelibs.btrfs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c060470>\r\nimport \'blivet.mounts\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c02bec0>\r\nimport \'blivet.formats.fs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c010fe0>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/crypto.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc\'\r\nimport \'blivet.devicelibs.crypto\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be901d0>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc\'\r\nimport \'blivet.tasks.lukstasks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be905c0>\r\nimport \'blivet.formats.luks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c012c30>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc\'\r\nimport \'blivet.devicelibs.lvm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be93620>\r\n# /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc\'\r\nimport \'blivet.tasks.pvtask\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be937a0>\r\nimport \'blivet.formats.lvmpv\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944c08fda0>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc\'\r\nimport \'blivet.formats.mdraid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bea9c40>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc\'\r\nimport \'blivet.formats.multipath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944beab080>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/prepboot.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc\'\r\nimport \'blivet.formats.prepboot\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944beab860>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc\'\r\nimport \'blivet.formats.swap\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bebc170>\r\n# /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/stratis.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc\'\r\nimport \'blivet.formats.stratis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bebdf10>\r\nimport \'blivet.formats\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d331c70>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/network.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc\'\r\nimport \'blivet.devices.network\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1a7020>\r\nimport \'blivet.devices.storage\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d1b2870>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/disk.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/disk.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc\'\r\nimport \'blivet.devicelibs.disk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef50d0>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc\'\r\nimport \'blivet.fcoe\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef5ee0>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc\'\r\nimport \'blivet.devices.dm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef66f0>\r\nimport \'blivet.devices.disk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bee7fe0>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/gpt.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc\'\r\nimport \'blivet.devicelibs.gpt\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf1c1d0>\r\nimport \'blivet.devices.partition\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bef4500>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/luks.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc\'\r\nimport \'blivet.devices.luks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf3dcd0>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc\'\r\nimport \'blivet.devices.container\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf57890>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/raid.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc\'\r\nimport \'blivet.devices.raid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd83d10>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc\'\r\nimport \'blivet.devicelibs.mdraid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd9e060>\r\nimport \'blivet.devices.md\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bd9c260>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc\'\r\nimport \'blivet.devices.cache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bdd04d0>\r\nimport \'blivet.devices.lvm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf54170>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc\'\r\nimport \'blivet.devices.btrfs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf543b0>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc\'\r\nimport \'blivet.devices.file\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be2e600>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc\'\r\nimport \'blivet.devices.loop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be2f140>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/optical.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc\'\r\nimport \'blivet.devices.optical\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be2fc50>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc\'\r\nimport \'blivet.devices.nodev\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be400e0>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nfs.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc\'\r\nimport \'blivet.devices.nfs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be40f80>\r\n# /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc\'\r\nimport \'blivet.devices.stratis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be41850>\r\nimport \'blivet.devices\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d19c4a0>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc\'\r\nimport \'blivet.deviceaction\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bf13f20>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/partitioning.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc\'\r\nimport \'blivet.partitioning\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bc90aa0>\r\nimport \'blivet.devicefactory\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944be5e900>\r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections.fedora.linux_system_roles.plugins.module_utils\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr\' # \r\n# zipimport: zlib available\r\n# zipimport: zlib available\r\nimport \'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator\' # \r\n# zipimport: zlib available\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc\'\r\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\r\n# code object from \'/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc\'\r\nimport \'_compat_pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcec080>\r\n# extension module \'_pickle\' loaded from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\n# extension module \'_pickle\' executed from \'/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so\'\r\nimport \'_pickle\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944bcec3e0>\r\nimport \'pickle\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcd84a0>\r\nimport \'shelve\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc3c20>\r\n# /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc\'\r\nimport \'blivet.devicelibs.edd\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcd8680>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc\'\r\nimport \'blivet.tsort\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bceff20>\r\nimport \'blivet.actionlist\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcef470>\r\n# /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc\'\r\nimport \'blivet.events.handler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0410>\r\n# /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc\'\r\n# /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc\'\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.populatorhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2570>\r\nimport \'blivet.populator.helpers.devicepopulator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2300>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.formatpopulator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2870>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.btrfs\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2b70>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.boot\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2d20>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.disk\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f2f60>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.disklabel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f3500>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.dm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f3f80>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.loop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b914170>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.luks\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b914350>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.lvm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b914980>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.mdraid\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b9152b0>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.multipath\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b9156d0>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.optical\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b915910>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.partition\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b915a00>\r\n# /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\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc\'\r\nimport \'blivet.populator.helpers.stratis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b915cd0>\r\nimport \'blivet.populator.helpers\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f1bb0>\r\nimport \'blivet.populator.populator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0c80>\r\nimport \'blivet.populator\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b8f0b90>\r\nimport \'blivet.devicetree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bced3a0>\r\nimport \'blivet.blivet\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944bcc1580>\r\n# /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py\r\n# code object from \'/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc\'\r\nimport \'blivet.iscsi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944b9a74a0>\r\nTraceback (most recent call last):\r\n File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 74, in _get_level\r\n level = levels.raid_level(value)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py", line 373, in raid_level\r\n raise RaidError("invalid RAID level descriptor %s" % descriptor)\r\nblivet.errors.RaidError: invalid RAID level descriptor null\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 198, in level\r\n level = self._get_level(value, self._levels)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock\r\n return m(*args, **kwargs)\r\n ^^^^^^^^^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/devices/raid.py", line 78, in _get_level\r\n raise ValueError(message % {"raid_level": value, "levels": choices})\r\nValueError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6).\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 107, in \r\n _ansiballz_main()\r\n File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 99, in _ansiballz_main\r\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\r\n File "/root/.ansible/tmp/ansible-tmp-1726886285.1395695-71943-9246931568123/AnsiballZ_blivet.py", line 47, in invoke_module\r\n runpy.run_module(mod_name=\'ansible_collections.fedora.linux_system_roles.plugins.modules.blivet\', init_globals=dict(_module_fqn=\'ansible_collections.fedora.linux_system_roles.plugins.modules.blivet\', _modlib_path=modlib_path),\r\n File "", line 226, in run_module\r\n File "", line 98, in _run_module_code\r\n File "", line 88, in _run_code\r\n File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2531, in \r\n File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2527, in main\r\n File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2488, in run_module\r\n File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 2059, in manage_volume\r\n File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 878, in manage\r\n File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 1306, in _create\r\n File "/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qvccg3r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py", line 568, in _new_mdarray\r\n File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock\r\n return m(*args, **kwargs)\r\n ^^^^^^^^^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/blivet.py", line 558, in new_mdarray\r\n return MDRaidArrayDevice(name, *args, **kwargs)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock\r\n return m(*args, **kwargs)\r\n ^^^^^^^^^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 131, in __init__\r\n raise e\r\n File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 125, in __init__\r\n self.level = level\r\n ^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/threads.py", line 49, in run_with_lock\r\n return m(*args, **kwargs)\r\n ^^^^^^^^^^^^^^^^^^\r\n File "/usr/lib/python3.12/site-packages/blivet/devices/md.py", line 200, in level\r\n raise errors.DeviceError(e)\r\nblivet.errors.DeviceError: RAID level null is an invalid value. Must be one of (raid0, raid4, raid10, raid5, raid1, raid6).\r\n# clear sys.path_importer_cache\r\n# clear sys.path_hooks\r\n# clear builtins._\r\n# clear sys.path\r\n# clear sys.argv\r\n# clear sys.ps1\r\n# clear sys.ps2\r\n# clear sys.last_exc\r\n# clear sys.last_type\r\n# clear sys.last_value\r\n# clear sys.last_traceback\r\n# destroy __main__\r\n# clear sys.__interactivehook__\r\n# clear sys.meta_path\r\n# restore sys.stdin\r\n# restore sys.stdout\r\n# restore sys.stderr\r\n# cleanup[2] removing sys\r\n# cleanup[2] removing builtins\r\n# cleanup[2] removing _frozen_importlib\r\n# cleanup[2] removing _imp\r\n# cleanup[2] removing _thread\r\n# cleanup[2] removing _warnings\r\n# cleanup[2] removing _weakref\r\n# cleanup[2] removing _io\r\n# cleanup[2] removing marshal\r\n# cleanup[2] removing posix\r\n# cleanup[2] removing _frozen_importlib_external\r\n# cleanup[2] removing time\r\n# cleanup[2] removing zipimport\r\n# cleanup[2] removing _codecs\r\n# cleanup[2] removing codecs\r\n# cleanup[2] removing encodings.aliases\r\n# cleanup[2] removing encodings\r\n# cleanup[2] removing encodings.utf_8\r\n# cleanup[2] removing _signal\r\n# cleanup[2] removing _abc\r\n# cleanup[2] removing abc\r\n# cleanup[2] removing io\r\n# cleanup[2] removing __main__\r\n# cleanup[2] removing _stat\r\n# cleanup[2] removing stat\r\n# cleanup[2] removing _collections_abc\r\n# cleanup[2] removing genericpath\r\n# cleanup[2] removing posixpath\r\n# cleanup[2] removing os.path\r\n# cleanup[2] removing os\r\n# cleanup[2] removing _sitebuiltins\r\n# cleanup[2] removing encodings.utf_8_sig\r\n# cleanup[2] removing _distutils_hack\r\n# destroy _distutils_hack\r\n# cleanup[2] removing site\r\n# destroy site\r\n# cleanup[2] removing types\r\n# cleanup[2] removing _operator\r\n# cleanup[2] removing operator\r\n# cleanup[2] removing itertools\r\n# cleanup[2] removing keyword\r\n# cleanup[2] removing reprlib\r\n# destroy reprlib\r\n# cleanup[2] removing _collections\r\n# cleanup[2] removing collections\r\n# cleanup[2] removing _functools\r\n# cleanup[2] removing functools\r\n# cleanup[2] removing enum\r\n# cleanup[2] removing _sre\r\n# cleanup[2] removing re._constants\r\n# cleanup[2] removing re._parser\r\n# cleanup[2] removing re._casefix\r\n# cleanup[2] removing re._compiler\r\n# cleanup[2] removing copyreg\r\n# cleanup[2] removing re\r\n# cleanup[2] removing _struct\r\n# cleanup[2] removing struct\r\n# cleanup[2] removing binascii\r\n# cleanup[2] removing base64\r\n# destroy base64\r\n# cleanup[2] removing importlib._bootstrap\r\n# cleanup[2] removing importlib._bootstrap_external\r\n# cleanup[2] removing warnings\r\n# cleanup[2] removing importlib\r\n# cleanup[2] removing importlib.machinery\r\n# cleanup[2] removing importlib._abc\r\n# cleanup[2] removing importlib.util\r\n# cleanup[2] removing runpy\r\n# destroy runpy\r\n# cleanup[2] removing fnmatch\r\n# cleanup[2] removing errno\r\n# cleanup[2] removing zlib\r\n# cleanup[2] removing _compression\r\n# cleanup[2] removing _bz2\r\n# cleanup[2] removing bz2\r\n# cleanup[2] removing _lzma\r\n# cleanup[2] removing lzma\r\n# cleanup[2] removing shutil\r\n# cleanup[2] removing math\r\n# cleanup[2] removing _bisect\r\n# cleanup[2] removing bisect\r\n# destroy bisect\r\n# cleanup[2] removing _random\r\n# cleanup[2] removing _hashlib\r\n# cleanup[2] removing _blake2\r\n# cleanup[2] removing hashlib\r\n# cleanup[2] removing random\r\n# cleanup[2] removing _weakrefset\r\n# destroy _weakrefset\r\n# cleanup[2] removing weakref\r\n# cleanup[2] removing tempfile\r\n# cleanup[2] removing threading\r\n# cleanup[2] removing contextlib\r\n# cleanup[2] removing ntpath\r\n# cleanup[2] removing urllib\r\n# destroy urllib\r\n# cleanup[2] removing ipaddress\r\n# cleanup[2] removing urllib.parse\r\n# destroy urllib.parse\r\n# cleanup[2] removing pathlib\r\n# cleanup[2] removing zipfile._path.glob\r\n# cleanup[2] removing zipfile._path\r\n# cleanup[2] removing zipfile\r\n# cleanup[2] removing encodings.cp437\r\n# cleanup[2] removing collections.abc\r\n# cleanup[2] removing _typing\r\n# cleanup[2] removing typing\r\n# destroy typing\r\n# cleanup[2] removing pkgutil\r\n# destroy pkgutil\r\n# cleanup[2] removing ansible\r\n# destroy ansible\r\n# cleanup[2] removing ansible.module_utils\r\n# destroy ansible.module_utils\r\n# cleanup[2] removing __future__\r\n# destroy __future__\r\n# cleanup[2] removing _json\r\n# cleanup[2] removing json.scanner\r\n# cleanup[2] removing json.decoder\r\n# cleanup[2] removing json.encoder\r\n# cleanup[2] removing json\r\n# cleanup[2] removing atexit\r\n# cleanup[2] removing grp\r\n# cleanup[2] removing fcntl\r\n# cleanup[2] removing _locale\r\n# cleanup[2] removing locale\r\n# cleanup[2] removing pwd\r\n# cleanup[2] removing platform\r\n# cleanup[2] removing select\r\n# cleanup[2] removing selectors\r\n# cleanup[2] removing shlex\r\n# cleanup[2] removing signal\r\n# cleanup[2] removing _posixsubprocess\r\n# cleanup[2] removing subprocess\r\n# cleanup[2] removing token\r\n# cleanup[2] removing _tokenize\r\n# cleanup[2] removing tokenize\r\n# cleanup[2] removing linecache\r\n# cleanup[2] removing textwrap\r\n# cleanup[2] removing traceback\r\n# cleanup[2] removing syslog\r\n# cleanup[2] removing systemd\r\n# destroy systemd\r\n# cleanup[2] removing _datetime\r\n# cleanup[2] removing datetime\r\n# cleanup[2] removing _uuid\r\n# cleanup[2] removing uuid\r\n# cleanup[2] removing _string\r\n# cleanup[2] removing string\r\n# destroy string\r\n# cleanup[2] removing logging\r\n# cleanup[2] removing systemd._journal\r\n# cleanup[2] removing systemd._reader\r\n# cleanup[2] removing systemd.id128\r\n# cleanup[2] removing systemd.journal\r\n# cleanup[2] removing _socket\r\n# cleanup[2] removing array\r\n# cleanup[2] removing socket\r\n# cleanup[2] removing systemd._daemon\r\n# cleanup[2] removing systemd.daemon\r\n# cleanup[2] removing ansible.module_utils.compat\r\n# destroy ansible.module_utils.compat\r\n# cleanup[2] removing ansible.module_utils.common\r\n# destroy ansible.module_utils.common\r\n# cleanup[2] removing ansible.module_utils.common.text\r\n# destroy ansible.module_utils.common.text\r\n# cleanup[2] removing ansible.module_utils.six\r\n# destroy ansible.module_utils.six\r\n# cleanup[2] removing ansible.module_utils.six.moves\r\n# cleanup[2] removing ansible.module_utils.six.moves.collections_abc\r\n# cleanup[2] removing ansible.module_utils.common.text.converters\r\n# destroy ansible.module_utils.common.text.converters\r\n# cleanup[2] removing _ctypes\r\n# cleanup[2] removing ctypes._endian\r\n# cleanup[2] removing ctypes\r\n# cleanup[2] removing ansible.module_utils.compat.selinux\r\n# cleanup[2] removing ansible.module_utils._text\r\n# destroy ansible.module_utils._text\r\n# cleanup[2] removing copy\r\n# cleanup[2] removing ansible.module_utils.common.collections\r\n# destroy ansible.module_utils.common.collections\r\n# cleanup[2] removing ansible.module_utils.common.warnings\r\n# destroy ansible.module_utils.common.warnings\r\n# cleanup[2] removing ansible.module_utils.errors\r\n# destroy ansible.module_utils.errors\r\n# cleanup[2] removing ansible.module_utils.parsing\r\n# destroy ansible.module_utils.parsing\r\n# cleanup[2] removing ansible.module_utils.parsing.convert_bool\r\n# destroy ansible.module_utils.parsing.convert_bool\r\n# cleanup[2] removing _ast\r\n# destroy _ast\r\n# cleanup[2] removing ast\r\n# cleanup[2] removing ansible.module_utils.common.text.formatters\r\n# destroy ansible.module_utils.common.text.formatters\r\n# cleanup[2] removing ansible.module_utils.common.validation\r\n# destroy ansible.module_utils.common.validation\r\n# cleanup[2] removing ansible.module_utils.common.parameters\r\n# destroy ansible.module_utils.common.parameters\r\n# cleanup[2] removing ansible.module_utils.common.arg_spec\r\n# destroy ansible.module_utils.common.arg_spec\r\n# cleanup[2] removing ansible.module_utils.common.locale\r\n# destroy ansible.module_utils.common.locale\r\n# cleanup[2] removing swig_runtime_data4\r\n# destroy swig_runtime_data4\r\n# cleanup[2] removing selinux._selinux\r\n# cleanup[2] removing selinux\r\n# cleanup[2] removing ansible.module_utils.common.file\r\n# destroy ansible.module_utils.common.file\r\n# cleanup[2] removing ansible.module_utils.common.process\r\n# destroy ansible.module_utils.common.process\r\n# cleanup[2] removing gettext\r\n# cleanup[2] removing argparse\r\n# cleanup[2] removing distro.distro\r\n# cleanup[2] removing distro\r\n# cleanup[2] removing ansible.module_utils.distro\r\n# cleanup[2] removing ansible.module_utils.common._utils\r\n# destroy ansible.module_utils.common._utils\r\n# cleanup[2] removing ansible.module_utils.common.sys_info\r\n# destroy ansible.module_utils.common.sys_info\r\n# cleanup[2] removing ansible.module_utils.basic\r\n# destroy ansible.module_utils.basic\r\n# cleanup[2] removing ansible_collections\r\n# destroy ansible_collections\r\n# cleanup[2] removing ansible_collections.fedora\r\n# destroy ansible_collections.fedora\r\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles\r\n# destroy ansible_collections.fedora.linux_system_roles\r\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins\r\n# destroy ansible_collections.fedora.linux_system_roles.plugins\r\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules\r\n# destroy ansible_collections.fedora.linux_system_roles.plugins.modules\r\n# cleanup[2] removing _opcode\r\n# cleanup[2] removing opcode\r\n# destroy opcode\r\n# cleanup[2] removing dis\r\n# cleanup[2] removing inspect\r\n# cleanup[2] removing blivet.flags\r\n# cleanup[2] removing blivet.storage_log\r\n# cleanup[2] removing glob\r\n# cleanup[2] removing numbers\r\n# destroy numbers\r\n# cleanup[2] removing _decimal\r\n# cleanup[2] removing decimal\r\n# destroy decimal\r\n# cleanup[2] removing blivet.i18n\r\n# cleanup[2] removing blivet.errors\r\n# cleanup[2] removing gi._error\r\n# cleanup[2] removing gi._gi\r\n# cleanup[2] removing gi._gobject\r\n# cleanup[2] removing glib\r\n# destroy glib\r\n# cleanup[2] removing gobject\r\n# destroy gobject\r\n# cleanup[2] removing gio\r\n# destroy gio\r\n# cleanup[2] removing gtk\r\n# destroy gtk\r\n# cleanup[2] removing gtk.gdk\r\n# destroy gtk.gdk\r\n# cleanup[2] removing gi\r\n# cleanup[2] removing gi._constants\r\n# cleanup[2] removing gi.docstring\r\n# cleanup[2] removing gi._propertyhelper\r\n# cleanup[2] removing gi._signalhelper\r\n# cleanup[2] removing gi.types\r\n# cleanup[2] removing gi.module\r\n# cleanup[2] removing gi.overrides\r\n# cleanup[2] removing gi.importer\r\n# cleanup[2] removing gi.repository\r\n# cleanup[2] removing gi._ossighelper\r\n# cleanup[2] removing optparse\r\n# cleanup[2] removing gi._option\r\n# cleanup[2] removing gi.overrides.GLib\r\n# cleanup[2] removing gi.repository.GLib\r\n# cleanup[2] removing gi.overrides.GObject\r\n# cleanup[2] removing gi.repository.GObject\r\n# cleanup[2] removing gi.overrides.Gio\r\n# cleanup[2] removing gi.repository.Gio\r\n# cleanup[2] removing blivet.safe_dbus\r\n# cleanup[2] removing bytesize.bytesize\r\n# cleanup[2] removing bytesize\r\n# destroy bytesize\r\n# cleanup[2] removing gi.overrides.BlockDev\r\n# cleanup[2] removing gi.repository.BlockDev\r\n# cleanup[2] removing blivet.util\r\n# cleanup[2] removing blivet.arch\r\n# cleanup[2] removing blivet\r\n# destroy blivet\r\n# cleanup[2] removing blivet.callbacks\r\n# cleanup[2] removing blivet.devicelibs\r\n# cleanup[2] removing pyudev._errors\r\n# cleanup[2] removing pyudev._util\r\n# cleanup[2] removing pyudev._ctypeslib._errorcheckers\r\n# cleanup[2] removing pyudev._ctypeslib.libc\r\n# cleanup[2] removing pyudev._ctypeslib.libudev\r\n# cleanup[2] removing pyudev._ctypeslib\r\n# cleanup[2] removing ctypes.util\r\n# cleanup[2] removing pyudev._ctypeslib.utils\r\n# cleanup[2] removing pyudev.device._device\r\n# cleanup[2] removing pyudev.device\r\n# cleanup[2] removing pyudev.core\r\n# cleanup[2] removing pyudev.discover\r\n# cleanup[2] removing pyudev._os.pipe\r\n# cleanup[2] removing pyudev._os.poll\r\n# cleanup[2] removing pyudev._os\r\n# cleanup[2] removing pyudev.monitor\r\n# cleanup[2] removing pyudev.version\r\n# cleanup[2] removing pyudev\r\n# cleanup[2] removing blivet.size\r\n# cleanup[2] removing blivet.udev\r\n# cleanup[2] removing blivet.devices.lib\r\n# cleanup[2] removing dataclasses\r\n# cleanup[2] removing pprint\r\n# cleanup[2] removing blivet.threads\r\n# cleanup[2] removing blivet.devices.device\r\n# cleanup[2] removing blivet.tasks\r\n# cleanup[2] removing blivet.static_data.lvm_info\r\n# cleanup[2] removing blivet.static_data.luks_data\r\n# destroy blivet.static_data.luks_data\r\n# cleanup[2] removing blivet.static_data.mpath_info\r\n# cleanup[2] removing blivet.static_data.stratis_info\r\n# destroy blivet.static_data.stratis_info\r\n# cleanup[2] removing blivet.static_data\r\n# cleanup[2] removing blivet.devicelibs.stratis\r\n# cleanup[2] removing blivet.tasks.availability\r\n# cleanup[2] removing blivet.tasks.task\r\n# cleanup[2] removing blivet.tasks.fstask\r\n# cleanup[2] removing blivet.tasks.fsinfo\r\n# cleanup[2] removing blivet.tasks.dfresize\r\n# cleanup[2] removing blivet.tasks.fsresize\r\n# cleanup[2] removing blivet.tasks.fssize\r\n# cleanup[2] removing blivet.tasks.fsck\r\n# cleanup[2] removing blivet.tasks.fsminsize\r\n# cleanup[2] removing _ped\r\n# cleanup[2] removing parted.decorators\r\n# cleanup[2] removing parted.alignment\r\n# cleanup[2] removing parted.constraint\r\n# cleanup[2] removing parted.device\r\n# cleanup[2] removing parted.cachedlist\r\n# cleanup[2] removing parted.disk\r\n# cleanup[2] removing parted.filesystem\r\n# cleanup[2] removing parted.geometry\r\n# cleanup[2] removing parted.partition\r\n# cleanup[2] removing blivet.formats.biosboot\r\n# cleanup[2] removing blivet.events\r\n# cleanup[2] removing blivet.events.changes\r\n# cleanup[2] removing blivet.events.manager\r\n# cleanup[2] removing blivet.formats.disklabel\r\n# cleanup[2] removing blivet.formats.dmraid\r\n# cleanup[2] removing blivet.formats.fslib\r\n# cleanup[2] removing blivet.tasks.fslabeling\r\n# cleanup[2] removing blivet.tasks.fsmkfs\r\n# cleanup[2] removing blivet.tasks.fsmount\r\n# cleanup[2] removing blivet.tasks.fsreadlabel\r\n# cleanup[2] removing blivet.tasks.fssync\r\n# cleanup[2] removing blivet.tasks.fsuuid\r\n# cleanup[2] removing blivet.tasks.fswritelabel\r\n# cleanup[2] removing blivet.tasks.fswriteuuid\r\n# cleanup[2] removing libmount.pylibmount\r\n# cleanup[2] removing libmount\r\n# destroy libmount\r\n# cleanup[2] removing blivet.fstab\r\n# cleanup[2] removing blivet.devicelibs.raid\r\n# cleanup[2] removing blivet.devicelibs.btrfs\r\n# cleanup[2] removing blivet.mounts\r\n# cleanup[2] removing blivet.formats.fs\r\n# cleanup[2] removing blivet.devicelibs.crypto\r\n# cleanup[2] removing blivet.tasks.lukstasks\r\n# cleanup[2] removing blivet.formats.luks\r\n# cleanup[2] removing blivet.devicelibs.lvm\r\n# cleanup[2] removing blivet.tasks.pvtask\r\n# cleanup[2] removing blivet.formats.lvmpv\r\n# cleanup[2] removing blivet.formats.mdraid\r\n# cleanup[2] removing blivet.formats.multipath\r\n# cleanup[2] removing blivet.formats.prepboot\r\n# cleanup[2] removing blivet.formats.swap\r\n# cleanup[2] removing blivet.formats.stratis\r\n# cleanup[2] removing blivet.formats\r\n# cleanup[2] removing blivet.devices.network\r\n# cleanup[2] removing blivet.devices.storage\r\n# cleanup[2] removing blivet.devicelibs.disk\r\n# cleanup[2] removing blivet.fcoe\r\n# cleanup[2] removing blivet.devices.dm\r\n# cleanup[2] removing blivet.devices.disk\r\n# cleanup[2] removing blivet.devicelibs.gpt\r\n# cleanup[2] removing blivet.devices.partition\r\n# cleanup[2] removing blivet.devices.luks\r\n# cleanup[2] removing blivet.devices.container\r\n# cleanup[2] removing blivet.devices.raid\r\n# cleanup[2] removing blivet.devicelibs.mdraid\r\n# cleanup[2] removing blivet.devices.md\r\n# cleanup[2] removing blivet.devices.cache\r\n# cleanup[2] removing blivet.devices.lvm\r\n# cleanup[2] removing blivet.devices.btrfs\r\n# cleanup[2] removing blivet.devices.file\r\n# cleanup[2] removing blivet.devices.loop\r\n# cleanup[2] removing blivet.devices.optical\r\n# cleanup[2] removing blivet.devices.nodev\r\n# cleanup[2] removing blivet.devices.nfs\r\n# cleanup[2] removing blivet.devices.stratis\r\n# cleanup[2] removing blivet.devices\r\n# cleanup[2] removing blivet.deviceaction\r\n# cleanup[2] removing blivet.partitioning\r\n# cleanup[2] removing blivet.devicefactory\r\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils\r\n# destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils\r\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr\r\n# destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr\r\n# cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator\r\n# destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator\r\n# cleanup[2] removing _compat_pickle\r\n# cleanup[2] removing _pickle\r\n# cleanup[2] removing pickle\r\n# destroy pickle\r\n# cleanup[2] removing shelve\r\n# cleanup[2] removing blivet.devicelibs.edd\r\n# cleanup[2] removing blivet.tsort\r\n# cleanup[2] removing blivet.actionlist\r\n# cleanup[2] removing blivet.events.handler\r\n# cleanup[2] removing blivet.populator.helpers.populatorhelper\r\n# cleanup[2] removing blivet.populator.helpers.devicepopulator\r\n# cleanup[2] removing blivet.populator.helpers.formatpopulator\r\n# cleanup[2] removing blivet.populator.helpers.btrfs\r\n# cleanup[2] removing blivet.populator.helpers.boot\r\n# cleanup[2] removing blivet.populator.helpers.disk\r\n# cleanup[2] removing blivet.populator.helpers.disklabel\r\n# cleanup[2] removing blivet.populator.helpers.dm\r\n# cleanup[2] removing blivet.populator.helpers.loop\r\n# cleanup[2] removing blivet.populator.helpers.luks\r\n# cleanup[2] removing blivet.populator.helpers.lvm\r\n# cleanup[2] removing blivet.populator.helpers.mdraid\r\n# cleanup[2] removing blivet.populator.helpers.multipath\r\n# cleanup[2] removing blivet.populator.helpers.optical\r\n# cleanup[2] removing blivet.populator.helpers.partition\r\n# cleanup[2] removing blivet.populator.helpers.stratis\r\n# cleanup[2] removing blivet.populator.helpers\r\n# cleanup[2] removing blivet.populator.populator\r\n# cleanup[2] removing blivet.populator\r\n# cleanup[2] removing blivet.devicetree\r\n# cleanup[2] removing blivet.blivet\r\n# cleanup[2] removing blivet.iscsi\r\n# destroy _sitebuiltins\r\n# destroy _bz2\r\n# destroy _compression\r\n# destroy _lzma\r\n# destroy binascii\r\n# destroy zlib\r\n# destroy bz2\r\n# destroy lzma\r\n# destroy zipfile._path\r\n# destroy zipfile\r\n# destroy pathlib\r\n# destroy zipfile._path.glob\r\n# destroy ipaddress\r\n# destroy ntpath\r\n# destroy __main__\r\n# destroy systemd.journal\r\n# destroy systemd.daemon\r\n# destroy ansible.module_utils.compat.selinux\r\n# destroy grp\r\n# destroy pwd\r\n# destroy datetime\r\n# destroy distro\r\n# destroy distro.distro\r\n# destroy argparse\r\n# destroy _compat_pickle\r\n# cleanup[3] wiping blivet.iscsi\r\n# cleanup[3] wiping blivet.blivet\r\n# destroy shelve\r\n# cleanup[3] wiping blivet.devicetree\r\n# cleanup[3] wiping blivet.populator\r\n# destroy blivet.populator.helpers\r\n# destroy blivet.populator.populator\r\n# cleanup[3] wiping blivet.populator.helpers.stratis\r\n# cleanup[3] wiping blivet.populator.helpers.partition\r\n# cleanup[3] wiping blivet.populator.helpers.optical\r\n# cleanup[3] wiping blivet.populator.helpers.multipath\r\n# cleanup[3] wiping blivet.populator.helpers.mdraid\r\n# cleanup[3] wiping blivet.populator.helpers.lvm\r\n# cleanup[3] wiping blivet.populator.helpers.luks\r\n# cleanup[3] wiping blivet.populator.helpers.loop\r\n# cleanup[3] wiping blivet.populator.helpers.dm\r\n# cleanup[3] wiping blivet.populator.helpers.disklabel\r\n# cleanup[3] wiping blivet.populator.helpers.disk\r\n# cleanup[3] wiping blivet.populator.helpers.boot\r\n# cleanup[3] wiping blivet.populator.helpers.btrfs\r\n# cleanup[3] wiping blivet.populator.helpers.formatpopulator\r\n# cleanup[3] wiping blivet.populator.helpers.devicepopulator\r\n# cleanup[3] wiping blivet.populator.helpers.populatorhelper\r\n# cleanup[3] wiping blivet.events.handler\r\n# cleanup[3] wiping blivet.actionlist\r\n# cleanup[3] wiping blivet.tsort\r\n# cleanup[3] wiping blivet.devicelibs.edd\r\n# destroy struct\r\n# cleanup[3] wiping _pickle\r\n# cleanup[3] wiping blivet.devicefactory\r\n# cleanup[3] wiping blivet.partitioning\r\n# cleanup[3] wiping blivet.deviceaction\r\n# cleanup[3] wiping blivet.devices\r\n# destroy blivet.devices.lib\r\n# destroy blivet.devices.device\r\n# destroy blivet.devices.network\r\n# destroy blivet.devices.storage\r\n# destroy blivet.devices.dm\r\n# destroy blivet.devices.disk\r\n# destroy blivet.devices.partition\r\n# destroy blivet.devices.luks\r\n# destroy blivet.devices.container\r\n# destroy blivet.devices.raid\r\n# destroy blivet.devices.md\r\n# destroy blivet.devices.cache\r\n# destroy blivet.devices.lvm\r\n# destroy blivet.devices.btrfs\r\n# destroy blivet.devices.file\r\n# destroy blivet.devices.loop\r\n# destroy blivet.devices.optical\r\n# destroy blivet.devices.nodev\r\n# destroy blivet.devices.nfs\r\n# destroy blivet.devices.stratis\r\n# cleanup[3] wiping blivet.devicelibs.mdraid\r\n# cleanup[3] wiping blivet.devicelibs.gpt\r\n# cleanup[3] wiping blivet.fcoe\r\n# cleanup[3] wiping blivet.devicelibs.disk\r\n# cleanup[3] wiping blivet.formats\r\n# destroy blivet.formats.biosboot\r\n# destroy blivet.formats.disklabel\r\n# destroy blivet.formats.dmraid\r\n# destroy blivet.formats.fs\r\n# destroy blivet.formats.luks\r\n# destroy blivet.formats.lvmpv\r\n# destroy blivet.formats.mdraid\r\n# destroy blivet.formats.multipath\r\n# destroy blivet.formats.prepboot\r\n# destroy blivet.formats.swap\r\n# destroy blivet.formats.stratis\r\n# cleanup[3] wiping blivet.tasks.pvtask\r\n# cleanup[3] wiping blivet.devicelibs.lvm\r\n# cleanup[3] wiping blivet.tasks.lukstasks\r\n# cleanup[3] wiping blivet.devicelibs.crypto\r\n# cleanup[3] wiping blivet.mounts\r\n# cleanup[3] wiping blivet.devicelibs.btrfs\r\n# cleanup[3] wiping blivet.devicelibs.raid\r\n# cleanup[3] wiping blivet.fstab\r\n# cleanup[3] wiping libmount.pylibmount\r\n# cleanup[3] wiping blivet.tasks.fswriteuuid\r\n# cleanup[3] wiping blivet.tasks.fswritelabel\r\n# cleanup[3] wiping blivet.tasks.fsuuid\r\n# cleanup[3] wiping blivet.tasks.fssync\r\n# cleanup[3] wiping blivet.tasks.fsreadlabel\r\n# cleanup[3] wiping blivet.tasks.fsmount\r\n# destroy blivet.formats.fslib\r\n# cleanup[3] wiping blivet.tasks.fsmkfs\r\n# destroy shlex\r\n# cleanup[3] wiping blivet.tasks.fslabeling\r\n# cleanup[3] wiping blivet.events.manager\r\n# cleanup[3] wiping blivet.events.changes\r\n# cleanup[3] wiping blivet.events\r\n# destroy blivet.events.changes\r\n# destroy blivet.events.manager\r\n# destroy blivet.events.handler\r\n# cleanup[3] wiping parted.partition\r\n# cleanup[3] wiping parted.geometry\r\n# cleanup[3] wiping parted.filesystem\r\n# cleanup[3] wiping parted.disk\r\n# cleanup[3] wiping parted.cachedlist\r\n# cleanup[3] wiping parted.device\r\n# cleanup[3] wiping parted.constraint\r\n# cleanup[3] wiping parted.alignment\r\n# cleanup[3] wiping parted.decorators\r\n# cleanup[3] wiping _ped\r\n# cleanup[3] wiping blivet.tasks.fsminsize\r\n# cleanup[3] wiping blivet.tasks.fsck\r\n# cleanup[3] wiping blivet.tasks.fssize\r\n# cleanup[3] wiping blivet.tasks.fsresize\r\n# cleanup[3] wiping blivet.tasks.dfresize\r\n# cleanup[3] wiping blivet.tasks.fsinfo\r\n# cleanup[3] wiping blivet.tasks.fstask\r\n# cleanup[3] wiping blivet.tasks.task\r\n# cleanup[3] wiping blivet.tasks.availability\r\n# cleanup[3] wiping blivet.devicelibs.stratis\r\n# destroy json\r\n# cleanup[3] wiping blivet.static_data\r\n# destroy blivet.static_data.lvm_info\r\n# destroy blivet.static_data.mpath_info\r\n# cleanup[3] wiping blivet.tasks\r\n# destroy blivet.tasks.task\r\n# destroy blivet.tasks.fstask\r\n# destroy blivet.tasks.dfresize\r\n# cleanup[3] wiping blivet.threads\r\n# cleanup[3] wiping pprint\r\n# destroy dataclasses\r\n# cleanup[3] wiping blivet.udev\r\n# cleanup[3] wiping blivet.size\r\n# destroy bytesize.bytesize\r\n# cleanup[3] wiping pyudev\r\n# destroy pyudev._errors\r\n# destroy pyudev._util\r\n# destroy pyudev._ctypeslib\r\n# destroy pyudev._ctypeslib._errorcheckers\r\n# destroy pyudev._ctypeslib.libc\r\n# destroy pyudev._ctypeslib.libudev\r\n# destroy pyudev._ctypeslib.utils\r\n# destroy pyudev._os\r\n# destroy pyudev.device\r\n# destroy pyudev.device._device\r\n# destroy pyudev.core\r\n# destroy pyudev.discover\r\n# destroy pyudev.monitor\r\n# destroy pyudev.version\r\n# cleanup[3] wiping pyudev._os.poll\r\n# cleanup[3] wiping pyudev._os.pipe\r\n# cleanup[3] wiping ctypes.util\r\n# cleanup[3] wiping blivet.devicelibs\r\n# destroy blivet.devicelibs.gpt\r\n# destroy blivet.devicelibs.edd\r\n# cleanup[3] wiping blivet.callbacks\r\n# cleanup[3] wiping blivet.arch\r\n# cleanup[3] wiping blivet.util\r\n# destroy glob\r\n# destroy subprocess\r\n# destroy hashlib\r\n# destroy selinux\r\n# cleanup[3] wiping gi.repository.BlockDev\r\n# cleanup[3] wiping gi.overrides.BlockDev\r\n# cleanup[3] wiping blivet.safe_dbus\r\n# cleanup[3] wiping gi.repository.Gio\r\n# cleanup[3] wiping gi.overrides.Gio\r\n# cleanup[3] wiping gi.repository.GObject\r\n# cleanup[3] wiping gi.overrides.GObject\r\n# cleanup[3] wiping gi.repository.GLib\r\n# cleanup[3] wiping gi.overrides.GLib\r\n# cleanup[3] wiping gi._option\r\n# destroy optparse\r\n# cleanup[3] wiping gi._ossighelper\r\n# destroy socket\r\n# cleanup[3] wiping gi.repository\r\n# destroy gi.repository.GObject\r\n# destroy gi.repository.Gio\r\n# cleanup[3] wiping gi.importer\r\n# cleanup[3] wiping gi.overrides\r\n# destroy gi.overrides.GLib\r\n# destroy gi.overrides.GObject\r\n# destroy gi.overrides.Gio\r\n# destroy gi.overrides.BlockDev\r\n# cleanup[3] wiping gi.module\r\n# cleanup[3] wiping gi.types\r\n# cleanup[3] wiping gi._signalhelper\r\n# cleanup[3] wiping gi._propertyhelper\r\n# cleanup[3] wiping gi.docstring\r\n# cleanup[3] wiping gi._constants\r\n# cleanup[3] wiping gi\r\n# destroy gi._error\r\n# destroy gi._gobject\r\n# destroy gi._constants\r\n# destroy gi._propertyhelper\r\n# destroy gi._signalhelper\r\n# destroy gi._ossighelper\r\n# destroy gi._option\r\n# destroy gi.types\r\n# destroy gi.docstring\r\n# destroy gi.module\r\n# destroy gi.overrides\r\n# destroy gi.importer\r\n# destroy gi.repository\r\n# cleanup[3] wiping gi._gi\r\n# cleanup[3] wiping blivet.errors\r\n# cleanup[3] wiping blivet.i18n\r\n# cleanup[3] wiping _decimal\r\n# cleanup[3] wiping blivet.storage_log\r\n# cleanup[3] wiping blivet.flags\r\n# cleanup[3] wiping inspect\r\n# destroy ast\r\n# destroy dis\r\n# destroy token\r\n# cleanup[3] wiping _opcode\r\n# cleanup[3] wiping gettext\r\n# cleanup[3] wiping selinux._selinux\r\n# cleanup[3] wiping copy\r\n# cleanup[3] wiping ctypes\r\n# destroy ctypes._endian\r\n# destroy ctypes.util\r\n# cleanup[3] wiping _ctypes\r\n# cleanup[3] wiping ansible.module_utils.six.moves.collections_abc\r\n# cleanup[3] wiping ansible.module_utils.six.moves\r\n# cleanup[3] wiping systemd._daemon\r\n# cleanup[3] wiping array\r\n# cleanup[3] wiping _socket\r\n# cleanup[3] wiping systemd.id128\r\n# cleanup[3] wiping systemd._reader\r\n# cleanup[3] wiping systemd._journal\r\n# cleanup[3] wiping logging\r\n# destroy traceback\r\n# cleanup[3] wiping _string\r\n# cleanup[3] wiping uuid\r\n# cleanup[3] wiping _uuid\r\n# destroy _uuid\r\n# cleanup[3] wiping _datetime\r\n# cleanup[3] wiping syslog\r\n# cleanup[3] wiping textwrap\r\n# cleanup[3] wiping linecache\r\n# destroy tokenize\r\n# cleanup[3] wiping _tokenize\r\n# cleanup[3] wiping _posixsubprocess\r\n# cleanup[3] wiping signal\r\n# cleanup[3] wiping selectors\r\n# cleanup[3] wiping select\r\n# cleanup[3] wiping platform\r\n# cleanup[3] wiping locale\r\n# destroy encodings\r\n# cleanup[3] wiping _locale\r\n# destroy _locale\r\n# cleanup[3] wiping fcntl\r\n# cleanup[3] wiping atexit\r\n# destroy atexit\r\n# cleanup[3] wiping json.encoder\r\n# cleanup[3] wiping json.decoder\r\n# cleanup[3] wiping json.scanner\r\n# cleanup[3] wiping _json\r\n# cleanup[3] wiping _typing\r\n# cleanup[3] wiping collections.abc\r\n# cleanup[3] wiping encodings.cp437\r\n# cleanup[3] wiping contextlib\r\n# cleanup[3] wiping threading\r\n# cleanup[3] wiping tempfile\r\n# destroy weakref\r\n# cleanup[3] wiping random\r\n# cleanup[3] wiping _blake2\r\n# cleanup[3] wiping _hashlib\r\n# cleanup[3] wiping _random\r\n# cleanup[3] wiping _bisect\r\n# destroy _bisect\r\n# cleanup[3] wiping math\r\n# cleanup[3] wiping shutil\r\n# cleanup[3] wiping errno\r\n# cleanup[3] wiping fnmatch\r\n# cleanup[3] wiping importlib.util\r\n# cleanup[3] wiping importlib._abc\r\n# cleanup[3] wiping importlib.machinery\r\n# cleanup[3] wiping importlib\r\n# destroy importlib._abc\r\n# destroy importlib.machinery\r\n# destroy importlib.util\r\n# cleanup[3] wiping warnings\r\n# cleanup[3] wiping importlib._bootstrap_external\r\n# cleanup[3] wiping importlib._bootstrap\r\n# cleanup[3] wiping _struct\r\n# cleanup[3] wiping re\r\n# destroy re._constants\r\n# destroy re._casefix\r\n# destroy re._compiler\r\n# destroy enum\r\n# cleanup[3] wiping copyreg\r\n# cleanup[3] wiping re._parser\r\n# cleanup[3] wiping _sre\r\n# cleanup[3] wiping functools\r\n# cleanup[3] wiping _functools\r\n# cleanup[3] wiping collections\r\n# destroy collections.abc\r\n# cleanup[3] wiping _collections\r\n# cleanup[3] wiping keyword\r\n# cleanup[3] wiping itertools\r\n# cleanup[3] wiping operator\r\n# cleanup[3] wiping _operator\r\n# cleanup[3] wiping types\r\n# cleanup[3] wiping encodings.utf_8_sig\r\n# cleanup[3] wiping os\r\n# destroy posixpath\r\n# cleanup[3] wiping genericpath\r\n# cleanup[3] wiping _collections_abc\r\n# cleanup[3] wiping stat\r\n# cleanup[3] wiping _stat\r\n# destroy _stat\r\n# cleanup[3] wiping io\r\n# cleanup[3] wiping abc\r\n# cleanup[3] wiping _abc\r\n# cleanup[3] wiping _signal\r\n# destroy _signal\r\n# cleanup[3] wiping encodings.utf_8\r\n# cleanup[3] wiping encodings.aliases\r\n# cleanup[3] wiping codecs\r\n# cleanup[3] wiping _codecs\r\n# cleanup[3] wiping zipimport\r\n# destroy _frozen_importlib_external\r\n# cleanup[3] wiping time\r\n# cleanup[3] wiping posix\r\n# cleanup[3] wiping marshal\r\n# destroy marshal\r\n# cleanup[3] wiping _io\r\n# cleanup[3] wiping _weakref\r\n# cleanup[3] wiping _warnings\r\n# cleanup[3] wiping _thread\r\n# cleanup[3] wiping _imp\r\n# destroy _imp\r\n# cleanup[3] wiping _frozen_importlib\r\n# cleanup[3] wiping sys\r\n# cleanup[3] wiping builtins\r\n# destroy libmount.pylibmount\r\n# destroy decimal\r\n# destroy systemd._daemon\r\n# destroy systemd.id128\r\n# destroy systemd._reader\r\n# destroy systemd._journal\r\n# destroy _datetime\r\n# destroy sys.monitoring\r\n# destroy linecache\r\n# destroy _collections_abc\r\n# destroy _weakref\r\n# destroy zipimport\r\n# destroy gi._gi\r\n# destroy _struct\r\n# destroy pyudev\r\n# destroy blivet.devicelibs.mdraid\r\n# destroy blivet.devicelibs.raid\r\n# destroy genericpath\r\n# destroy re._parser\r\n# destroy _string\r\n# destroy signal\r\n# destroy threading\r\n# destroy fcntl\r\n# destroy _posixsubprocess\r\n# destroy selectors\r\n# destroy ansible.module_utils.six.moves.urllib\r\n# destroy array\r\n# destroy textwrap\r\n# destroy fnmatch\r\n# destroy _hashlib\r\n# destroy shutil\r\n# destroy blivet.tasks.pvtask\r\n# destroy blivet.devicelibs.stratis\r\n# destroy tempfile\r\n# destroy uuid\r\n# destroy random\r\n# destroy blivet.tasks.fsck\r\n# destroy blivet.tasks.fsinfo\r\n# destroy blivet.tasks.fslabeling\r\n# destroy blivet.tasks.fsminsize\r\n# destroy blivet.tasks.fsmkfs\r\n# destroy blivet.tasks.fsmount\r\n# destroy blivet.tasks.fsreadlabel\r\n# destroy blivet.tasks.fsresize\r\n# destroy blivet.tasks.fssize\r\n# destroy blivet.tasks.fssync\r\n# destroy blivet.tasks.fsuuid\r\n# destroy blivet.tasks.fswritelabel\r\n# destroy blivet.tasks.fswriteuuid\r\n# destroy blivet.devicelibs.btrfs\r\n# destroy blivet.devicelibs.crypto\r\n# destroy blivet.tasks.lukstasks\r\n# destroy parted\r\n# destroy blivet.populator.helpers.populatorhelper\r\n# destroy blivet.populator.helpers.devicepopulator\r\n# destroy blivet.populator.helpers.formatpopulator\r\n# destroy blivet.populator.helpers.btrfs\r\n# destroy blivet.populator.helpers.boot\r\n# destroy blivet.populator.helpers.disk\r\n# destroy blivet.populator.helpers.disklabel\r\n# destroy blivet.populator.helpers.dm\r\n# destroy blivet.populator.helpers.loop\r\n# destroy blivet.populator.helpers.luks\r\n# destroy blivet.populator.helpers.lvm\r\n# destroy blivet.populator.helpers.mdraid\r\n# destroy blivet.populator.helpers.multipath\r\n# destroy blivet.populator.helpers.optical\r\n# destroy blivet.populator.helpers.partition\r\n# destroy blivet.populator.helpers.stratis\r\n# destroy pprint\r\n# destroy blivet.devicelibs.disk\r\n# destroy blivet.devicelibs.lvm\r\n# destroy blivet.tasks.availability\r\n# destroy io\r\n# destroy _opcode\r\n# destroy _warnings\r\n# destroy posix\r\n# destroy _blake2\r\n# destroy selinux._selinux\r\n# destroy pyudev._os.pipe\r\n# destroy pyudev._os.poll\r\n# destroy copyreg\r\n# destroy contextlib\r\n# destroy select\r\n# destroy json.scanner\r\n# destroy json.decoder\r\n# destroy json.encoder\r\n# destroy _json\r\n# destroy stat\r\n# destroy copy\r\n# destroy inspect\r\n# destroy keyword\r\n# destroy abc\r\n# destroy _thread\r\n# destroy _typing\r\n# destroy _tokenize\r\n# destroy ansible.module_utils.six.moves.urllib_parse\r\n# destroy ansible.module_utils.six.moves.urllib.error\r\n# destroy ansible.module_utils.six.moves.urllib.request\r\n# destroy ansible.module_utils.six.moves.urllib.response\r\n# destroy ansible.module_utils.six.moves.urllib.robotparser\r\n# destroy math\r\n# destroy platform\r\n# destroy _ped\r\n# destroy parted.decorators\r\n# destroy parted.alignment\r\n# destroy parted.constraint\r\n# destroy parted.device\r\n# destroy parted.cachedlist\r\n# destroy parted.disk\r\n# destroy parted.filesystem\r\n# destroy parted.geometry\r\n# destroy parted.partition\r\n# destroy _pickle\r\n# destroy functools\r\n# destroy itertools\r\n# destroy operator\r\n# destroy types\r\n# destroy ansible.module_utils.six.moves\r\n# destroy errno\r\n# destroy collections\r\n# destroy os\r\n# clear sys.meta_path\r\n# clear sys.modules\r\n# destroy _frozen_importlib\r\n# destroy _socket\r\n# destroy codecs\r\n# destroy encodings.aliases\r\n# destroy encodings.utf_8\r\n# destroy encodings.utf_8_sig\r\n# destroy encodings.cp437\r\n# destroy _codecs\r\n# destroy re\r\n# destroy _random\r\n# destroy _operator\r\n# destroy _functools\r\n# clear sys.audit hooks\r\n', 'module_stderr': "OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52\r\ndebug2: match not found\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug1: configuration requests final Match pass\r\ndebug2: resolve_canonicalize: hostname 10.31.15.52 is address\r\ndebug1: re-parsing configuration\r\ndebug1: Reading configuration data /root/.ssh/config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf\r\ndebug2: checking match for 'final all' host 10.31.15.52 originally 10.31.15.52\r\ndebug2: match found\r\ndebug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config\r\ndebug1: auto-mux: Trying existing master at '/root/.ansible/cp/7ad2b9f1f0'\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug2: Received exit status from master 1\r\nShared connection to 10.31.15.52 closed.\r\n", 'msg': 'MODULE FAILURE\nSee stdout/stderr for the exact error', 'rc': 1, '_ansible_no_log': False, 'changed': False} 71094 1726886286.67321: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a6 71094 1726886286.67346: WORKER PROCESS EXITING 71094 1726886286.67358: no more pending results, returning what we have 71094 1726886286.67361: results queue empty 71094 1726886286.67361: checking for any_errors_fatal 71094 1726886286.67365: done checking for any_errors_fatal 71094 1726886286.67366: checking for max_fail_percentage 71094 1726886286.67367: done checking for max_fail_percentage 71094 1726886286.67367: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.67368: done checking to see if all hosts have failed 71094 1726886286.67368: getting the remaining hosts for this loop 71094 1726886286.67369: done getting the remaining hosts for this loop 71094 1726886286.67371: getting the next task for host managed_node1 71094 1726886286.67375: done getting next task for host managed_node1 71094 1726886286.67376: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 71094 1726886286.67378: ^ 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=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=1, always=1, handlers=0, run_state=3, fail_state=6, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.67384: getting variables 71094 1726886286.67385: in VariableManager get_vars() 71094 1726886286.67409: Calling all_inventory to load vars for managed_node1 71094 1726886286.67411: Calling groups_inventory to load vars for managed_node1 71094 1726886286.67412: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.67418: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.67420: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.67421: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.67931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.68259: done with get_vars() 71094 1726886286.68271: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:38:06 -0400 (0:00:00.033) 0:00:19.912 ****** 71094 1726886286.68342: entering _queue_task() for managed_node1/systemd 71094 1726886286.68592: worker is 1 (out of 1 available) 71094 1726886286.68606: exiting _queue_task() for managed_node1/systemd 71094 1726886286.68619: done queuing things up, now waiting for results queue to drain 71094 1726886286.68620: waiting for pending results... 71094 1726886286.68808: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 71094 1726886286.68918: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000002a7 71094 1726886286.68930: variable 'ansible_search_path' from source: unknown 71094 1726886286.68934: variable 'ansible_search_path' from source: unknown 71094 1726886286.68976: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886286.69145: variable 'storage_cryptsetup_services' from source: set_fact 71094 1726886286.69189: dumping result to json 71094 1726886286.69192: done dumping result, returning 71094 1726886286.69200: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-ce07-55d2-0000000002a7] 71094 1726886286.69205: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a7 71094 1726886286.69308: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000002a7 71094 1726886286.69311: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 71094 1726886286.69364: no more pending results, returning what we have 71094 1726886286.69367: results queue empty 71094 1726886286.69368: checking for any_errors_fatal 71094 1726886286.69377: done checking for any_errors_fatal 71094 1726886286.69377: checking for max_fail_percentage 71094 1726886286.69379: done checking for max_fail_percentage 71094 1726886286.69380: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.69380: done checking to see if all hosts have failed 71094 1726886286.69381: getting the remaining hosts for this loop 71094 1726886286.69383: done getting the remaining hosts for this loop 71094 1726886286.69386: getting the next task for host managed_node1 71094 1726886286.69403: done getting next task for host managed_node1 71094 1726886286.69405: ^ task is: TASK: Check that we failed in the role 71094 1726886286.69408: ^ 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=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.69416: getting variables 71094 1726886286.69418: in VariableManager get_vars() 71094 1726886286.69453: Calling all_inventory to load vars for managed_node1 71094 1726886286.69466: Calling groups_inventory to load vars for managed_node1 71094 1726886286.69470: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.69480: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.69482: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.69485: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.69835: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.70174: done with get_vars() 71094 1726886286.70186: done getting variables 71094 1726886286.70265: 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 [Check that we failed in the role] **************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:23 Friday 20 September 2024 22:38:06 -0400 (0:00:00.019) 0:00:19.931 ****** 71094 1726886286.70287: entering _queue_task() for managed_node1/assert 71094 1726886286.70288: Creating lock for assert 71094 1726886286.70542: worker is 1 (out of 1 available) 71094 1726886286.70558: exiting _queue_task() for managed_node1/assert 71094 1726886286.70571: done queuing things up, now waiting for results queue to drain 71094 1726886286.70572: waiting for pending results... 71094 1726886286.70752: running TaskExecutor() for managed_node1/TASK: Check that we failed in the role 71094 1726886286.70820: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000001ba 71094 1726886286.70833: variable 'ansible_search_path' from source: unknown 71094 1726886286.70865: calling self._execute() 71094 1726886286.70940: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.70943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.70952: variable 'omit' from source: magic vars 71094 1726886286.71039: variable 'omit' from source: magic vars 71094 1726886286.71070: variable 'omit' from source: magic vars 71094 1726886286.71093: variable 'omit' from source: magic vars 71094 1726886286.71133: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886286.71164: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886286.71180: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886286.71194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886286.71204: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886286.71220: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886286.71232: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886286.71264: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886286.71268: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.71270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.71358: Set connection var ansible_connection to ssh 71094 1726886286.71362: Set connection var ansible_pipelining to False 71094 1726886286.71369: Set connection var ansible_timeout to 10 71094 1726886286.71375: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886286.71377: Set connection var ansible_shell_type to sh 71094 1726886286.71382: Set connection var ansible_shell_executable to /bin/sh 71094 1726886286.71403: variable 'ansible_shell_executable' from source: unknown 71094 1726886286.71409: variable 'ansible_connection' from source: unknown 71094 1726886286.71412: variable 'ansible_module_compression' from source: unknown 71094 1726886286.71415: variable 'ansible_shell_type' from source: unknown 71094 1726886286.71417: variable 'ansible_shell_executable' from source: unknown 71094 1726886286.71420: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.71422: variable 'ansible_pipelining' from source: unknown 71094 1726886286.71424: variable 'ansible_timeout' from source: unknown 71094 1726886286.71427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.71535: 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) 71094 1726886286.71545: variable 'omit' from source: magic vars 71094 1726886286.71550: starting attempt loop 71094 1726886286.71556: running the handler 71094 1726886286.71765: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.71784: Evaluated conditional (ansible_failed_result.msg != 'UNREACH'): True 71094 1726886286.71787: handler run complete 71094 1726886286.71797: attempt loop complete, returning result 71094 1726886286.71800: _execute() done 71094 1726886286.71802: dumping result to json 71094 1726886286.71807: done dumping result, returning 71094 1726886286.71813: done running TaskExecutor() for managed_node1/TASK: Check that we failed in the role [0affc8a3-6f6f-ce07-55d2-0000000001ba] 71094 1726886286.71816: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001ba 71094 1726886286.71908: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001ba 71094 1726886286.71911: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 71094 1726886286.71957: no more pending results, returning what we have 71094 1726886286.71961: results queue empty 71094 1726886286.71961: checking for any_errors_fatal 71094 1726886286.71969: done checking for any_errors_fatal 71094 1726886286.71969: checking for max_fail_percentage 71094 1726886286.71971: done checking for max_fail_percentage 71094 1726886286.71972: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.71973: done checking to see if all hosts have failed 71094 1726886286.71973: getting the remaining hosts for this loop 71094 1726886286.71975: done getting the remaining hosts for this loop 71094 1726886286.71978: getting the next task for host managed_node1 71094 1726886286.71990: done getting next task for host managed_node1 71094 1726886286.71992: ^ task is: TASK: Verify the blivet output and error message are correct 71094 1726886286.71995: ^ 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=2, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.72000: getting variables 71094 1726886286.72001: in VariableManager get_vars() 71094 1726886286.72036: Calling all_inventory to load vars for managed_node1 71094 1726886286.72039: Calling groups_inventory to load vars for managed_node1 71094 1726886286.72042: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.72052: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.72054: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.72059: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.72438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.72780: done with get_vars() 71094 1726886286.72792: done getting variables 71094 1726886286.72838: 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 [Verify the blivet output and error message are correct] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:28 Friday 20 September 2024 22:38:06 -0400 (0:00:00.025) 0:00:19.957 ****** 71094 1726886286.72862: entering _queue_task() for managed_node1/assert 71094 1726886286.73115: worker is 1 (out of 1 available) 71094 1726886286.73129: exiting _queue_task() for managed_node1/assert 71094 1726886286.73142: done queuing things up, now waiting for results queue to drain 71094 1726886286.73144: waiting for pending results... 71094 1726886286.73393: running TaskExecutor() for managed_node1/TASK: Verify the blivet output and error message are correct 71094 1726886286.73399: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000001bb 71094 1726886286.73413: variable 'ansible_search_path' from source: unknown 71094 1726886286.73444: calling self._execute() 71094 1726886286.73514: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.73518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.73527: variable 'omit' from source: magic vars 71094 1726886286.73795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886286.74001: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886286.74039: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886286.74066: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886286.74091: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886286.74193: 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) 71094 1726886286.74211: 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) 71094 1726886286.74230: 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) 71094 1726886286.74249: 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) 71094 1726886286.74343: Evaluated conditional (__storage_failed_regex is defined): False 71094 1726886286.74347: when evaluation is False, skipping this task 71094 1726886286.74350: _execute() done 71094 1726886286.74352: dumping result to json 71094 1726886286.74356: done dumping result, returning 71094 1726886286.74368: done running TaskExecutor() for managed_node1/TASK: Verify the blivet output and error message are correct [0affc8a3-6f6f-ce07-55d2-0000000001bb] 71094 1726886286.74371: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001bb 71094 1726886286.74468: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001bb 71094 1726886286.74471: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_failed_regex is defined", "skip_reason": "Conditional result was False" } 71094 1726886286.74516: no more pending results, returning what we have 71094 1726886286.74520: results queue empty 71094 1726886286.74521: checking for any_errors_fatal 71094 1726886286.74528: done checking for any_errors_fatal 71094 1726886286.74528: checking for max_fail_percentage 71094 1726886286.74530: done checking for max_fail_percentage 71094 1726886286.74531: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.74531: done checking to see if all hosts have failed 71094 1726886286.74532: getting the remaining hosts for this loop 71094 1726886286.74534: done getting the remaining hosts for this loop 71094 1726886286.74537: getting the next task for host managed_node1 71094 1726886286.74547: done getting next task for host managed_node1 71094 1726886286.74549: ^ task is: TASK: Verify correct exception or error message 71094 1726886286.74552: ^ 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=3, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 71094 1726886286.74558: getting variables 71094 1726886286.74559: in VariableManager get_vars() 71094 1726886286.74593: Calling all_inventory to load vars for managed_node1 71094 1726886286.74595: Calling groups_inventory to load vars for managed_node1 71094 1726886286.74599: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.74608: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.74611: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.74613: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.74973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.75308: done with get_vars() 71094 1726886286.75324: done getting variables 71094 1726886286.75369: 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 [Verify correct exception or error message] ******************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:39 Friday 20 September 2024 22:38:06 -0400 (0:00:00.025) 0:00:19.982 ****** 71094 1726886286.75392: entering _queue_task() for managed_node1/assert 71094 1726886286.75647: worker is 1 (out of 1 available) 71094 1726886286.75662: exiting _queue_task() for managed_node1/assert 71094 1726886286.75674: done queuing things up, now waiting for results queue to drain 71094 1726886286.75675: waiting for pending results... 71094 1726886286.75866: running TaskExecutor() for managed_node1/TASK: Verify correct exception or error message 71094 1726886286.75938: in run() - task 0affc8a3-6f6f-ce07-55d2-0000000001bc 71094 1726886286.75949: variable 'ansible_search_path' from source: unknown 71094 1726886286.75981: calling self._execute() 71094 1726886286.76056: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.76062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.76070: variable 'omit' from source: magic vars 71094 1726886286.76339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 71094 1726886286.76553: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 71094 1726886286.76590: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 71094 1726886286.76616: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 71094 1726886286.76641: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 71094 1726886286.76745: 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) 71094 1726886286.76764: 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) 71094 1726886286.76786: 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) 71094 1726886286.76807: 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) 71094 1726886286.76895: variable '__storage_failed_exception' from source: include params 71094 1726886286.76907: Evaluated conditional (__storage_failed_exception is defined): True 71094 1726886286.76912: variable 'omit' from source: magic vars 71094 1726886286.76940: variable 'omit' from source: magic vars 71094 1726886286.76968: variable 'omit' from source: magic vars 71094 1726886286.76992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 71094 1726886286.77015: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 71094 1726886286.77029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 71094 1726886286.77043: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886286.77051: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 71094 1726886286.77067: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 71094 1726886286.77080: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 71094 1726886286.77103: variable 'inventory_hostname' from source: host vars for 'managed_node1' 71094 1726886286.77109: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.77111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.77189: Set connection var ansible_connection to ssh 71094 1726886286.77192: Set connection var ansible_pipelining to False 71094 1726886286.77200: Set connection var ansible_timeout to 10 71094 1726886286.77207: Set connection var ansible_module_compression to ZIP_DEFLATED 71094 1726886286.77210: Set connection var ansible_shell_type to sh 71094 1726886286.77212: Set connection var ansible_shell_executable to /bin/sh 71094 1726886286.77235: variable 'ansible_shell_executable' from source: unknown 71094 1726886286.77238: variable 'ansible_connection' from source: unknown 71094 1726886286.77241: variable 'ansible_module_compression' from source: unknown 71094 1726886286.77243: variable 'ansible_shell_type' from source: unknown 71094 1726886286.77245: variable 'ansible_shell_executable' from source: unknown 71094 1726886286.77247: variable 'ansible_host' from source: host vars for 'managed_node1' 71094 1726886286.77251: variable 'ansible_pipelining' from source: unknown 71094 1726886286.77253: variable 'ansible_timeout' from source: unknown 71094 1726886286.77259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 71094 1726886286.77338: 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) 71094 1726886286.77342: variable 'omit' from source: magic vars 71094 1726886286.77348: starting attempt loop 71094 1726886286.77351: running the handler 71094 1726886286.77570: variable 'exception' from source: task vars 71094 1726886286.77644: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 71094 1726886286.79034: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 71094 1726886286.79082: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 71094 1726886286.79114: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 71094 1726886286.79139: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 71094 1726886286.79159: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 71094 1726886286.79213: 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) 71094 1726886286.79233: 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) 71094 1726886286.79250: 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) 71094 1726886286.79278: 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) 71094 1726886286.79294: 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) 71094 1726886286.79364: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.79388: variable '__storage_failed_exception' from source: include params 71094 1726886286.79393: variable 'msg_stdout' from source: task vars 71094 1726886286.79484: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.79500: variable 'msg_stderr' from source: task vars 71094 1726886286.79580: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.79590: variable 'stdout' from source: task vars 71094 1726886286.79666: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.79678: variable 'stderr' from source: task vars 71094 1726886286.79750: variable 'ansible_failed_result' from source: set_fact 71094 1726886286.79782: Evaluated conditional (exception is search(__storage_failed_exception) or msg_stdout is search(__storage_failed_exception) or msg_stderr is search(__storage_failed_exception) or stdout is search(__storage_failed_exception) or stderr is search(__storage_failed_exception)): True 71094 1726886286.79788: handler run complete 71094 1726886286.79799: attempt loop complete, returning result 71094 1726886286.79802: _execute() done 71094 1726886286.79808: dumping result to json 71094 1726886286.79810: done dumping result, returning 71094 1726886286.79816: done running TaskExecutor() for managed_node1/TASK: Verify correct exception or error message [0affc8a3-6f6f-ce07-55d2-0000000001bc] 71094 1726886286.79821: sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001bc 71094 1726886286.79913: done sending task result for task 0affc8a3-6f6f-ce07-55d2-0000000001bc 71094 1726886286.79916: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 71094 1726886286.79992: no more pending results, returning what we have 71094 1726886286.79995: results queue empty 71094 1726886286.79996: checking for any_errors_fatal 71094 1726886286.80003: done checking for any_errors_fatal 71094 1726886286.80004: checking for max_fail_percentage 71094 1726886286.80008: done checking for max_fail_percentage 71094 1726886286.80008: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.80009: done checking to see if all hosts have failed 71094 1726886286.80009: getting the remaining hosts for this loop 71094 1726886286.80011: done getting the remaining hosts for this loop 71094 1726886286.80014: getting the next task for host managed_node1 71094 1726886286.80026: done getting next task for host managed_node1 71094 1726886286.80028: ^ task is: TASK: meta (flush_handlers) 71094 1726886286.80030: ^ 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 71094 1726886286.80035: getting variables 71094 1726886286.80037: in VariableManager get_vars() 71094 1726886286.80073: Calling all_inventory to load vars for managed_node1 71094 1726886286.80076: Calling groups_inventory to load vars for managed_node1 71094 1726886286.80079: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.80088: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.80091: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.80093: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.80446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.80780: done with get_vars() 71094 1726886286.80792: done getting variables 71094 1726886286.80845: in VariableManager get_vars() 71094 1726886286.80853: Calling all_inventory to load vars for managed_node1 71094 1726886286.80857: Calling groups_inventory to load vars for managed_node1 71094 1726886286.80858: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.80862: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.80863: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.80865: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.81114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.81437: done with get_vars() 71094 1726886286.81451: done queuing things up, now waiting for results queue to drain 71094 1726886286.81453: results queue empty 71094 1726886286.81453: checking for any_errors_fatal 71094 1726886286.81457: done checking for any_errors_fatal 71094 1726886286.81458: checking for max_fail_percentage 71094 1726886286.81459: done checking for max_fail_percentage 71094 1726886286.81460: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.81461: done checking to see if all hosts have failed 71094 1726886286.81461: getting the remaining hosts for this loop 71094 1726886286.81462: done getting the remaining hosts for this loop 71094 1726886286.81464: getting the next task for host managed_node1 71094 1726886286.81468: done getting next task for host managed_node1 71094 1726886286.81469: ^ task is: TASK: meta (flush_handlers) 71094 1726886286.81470: ^ 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 71094 1726886286.81472: getting variables 71094 1726886286.81473: in VariableManager get_vars() 71094 1726886286.81480: Calling all_inventory to load vars for managed_node1 71094 1726886286.81481: Calling groups_inventory to load vars for managed_node1 71094 1726886286.81483: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.81486: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.81488: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.81489: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.81739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.82285: done with get_vars() 71094 1726886286.82299: done getting variables 71094 1726886286.82354: in VariableManager get_vars() 71094 1726886286.82367: Calling all_inventory to load vars for managed_node1 71094 1726886286.82369: Calling groups_inventory to load vars for managed_node1 71094 1726886286.82372: Calling all_plugins_inventory to load vars for managed_node1 71094 1726886286.82377: Calling all_plugins_play to load vars for managed_node1 71094 1726886286.82379: Calling groups_plugins_inventory to load vars for managed_node1 71094 1726886286.82382: Calling groups_plugins_play to load vars for managed_node1 71094 1726886286.82789: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 71094 1726886286.83368: done with get_vars() 71094 1726886286.83392: done queuing things up, now waiting for results queue to drain 71094 1726886286.83395: results queue empty 71094 1726886286.83395: checking for any_errors_fatal 71094 1726886286.83397: done checking for any_errors_fatal 71094 1726886286.83398: checking for max_fail_percentage 71094 1726886286.83399: done checking for max_fail_percentage 71094 1726886286.83399: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.83400: done checking to see if all hosts have failed 71094 1726886286.83401: getting the remaining hosts for this loop 71094 1726886286.83402: done getting the remaining hosts for this loop 71094 1726886286.83408: getting the next task for host managed_node1 71094 1726886286.83412: done getting next task for host managed_node1 71094 1726886286.83413: ^ task is: None 71094 1726886286.83414: ^ 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 71094 1726886286.83416: done queuing things up, now waiting for results queue to drain 71094 1726886286.83417: results queue empty 71094 1726886286.83417: checking for any_errors_fatal 71094 1726886286.83418: done checking for any_errors_fatal 71094 1726886286.83419: checking for max_fail_percentage 71094 1726886286.83420: done checking for max_fail_percentage 71094 1726886286.83426: checking to see if all hosts have failed and the running result is not ok 71094 1726886286.83427: done checking to see if all hosts have failed 71094 1726886286.83430: getting the next task for host managed_node1 71094 1726886286.83433: done getting next task for host managed_node1 71094 1726886286.83433: ^ task is: None 71094 1726886286.83435: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node1 : ok=43 changed=0 unreachable=0 failed=0 skipped=27 rescued=2 ignored=0 Friday 20 September 2024 22:38:06 -0400 (0:00:00.081) 0:00:20.064 ****** =============================================================================== fedora.linux_system_roles.storage : Get service facts ------------------- 2.68s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 2.14s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_fatals_raid_volume.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.62s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.55s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.40s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Get required packages --------------- 1.20s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Update facts ------------------------ 1.20s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.90s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Ensure test packages ---------------------------------------------------- 0.85s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.68s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Find unused disks in the system ----------------------------------------- 0.67s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 fedora.linux_system_roles.storage : Check if /etc/fstab is present ------ 0.54s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.53s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.15s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 fedora.linux_system_roles.storage : Manage mount ownership/permissions --- 0.12s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.12s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.12s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 fedora.linux_system_roles.storage : Set platform/version specific variables --- 0.11s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 fedora.linux_system_roles.storage : Workaround for udev issue on some platforms --- 0.11s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 fedora.linux_system_roles.storage : Make sure COPR support packages are present --- 0.11s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 71094 1726886286.83563: RUNNING CLEANUP